Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_client.cpp38 isNodeMonitorCbReg_(false), isSimulationEventCbReg_(false), isSharingDhIdsReg_(false), in DistributedInputClient()
160 DistributedInputClient::GetInstance().isSharingDhIdsReg_.store(false); in ProcessEvent()
178 …DHLOGI("CheckSinkRegisterCallback called, isSharingDhIdsReg_[%{public}d]", isSharingDhIdsReg_.load… in CheckSinkRegisterCallback()
190 if (!isSharingDhIdsReg_.load()) { in CheckSharingDhIdsCallback()
195 isSharingDhIdsReg_.store(true); in CheckSharingDhIdsCallback()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Ddistributed_input_client.h200 std::atomic<bool> isSharingDhIdsReg_; variable