Home
last modified time | relevance | path

Searched refs:isPrivacePageOpen_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_privacy.cpp251 isPrivacePageOpen_.store(true); in SetPageFlagTrue()
256 isPrivacePageOpen_.store(false); in SetPageFlagFalse()
261 return isPrivacePageOpen_.load(); in GetPageFlag()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_privacy.h63 std::atomic<bool> isPrivacePageOpen_ = false; variable