Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_client.cpp39 isGetSinkScreenInfosCbReg_(false) in DistributedInputClient()
257 if (!isGetSinkScreenInfosCbReg_.load()) { in CheckSinkScreenInfoCallback()
262 isGetSinkScreenInfosCbReg_.store(true); in CheckSinkScreenInfoCallback()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Ddistributed_input_client.h201 std::atomic<bool> isGetSinkScreenInfosCbReg_; variable