Home
last modified time | relevance | path

Searched refs:remoteObjectsMutex_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp179 std::lock_guard<std::mutex> lock(remoteObjectsMutex_); in GetRemoteObject()
201 std::lock_guard<std::mutex> lock(remoteObjectsMutex_); in AddRemoteObject()
207 std::lock_guard<std::mutex> lock(remoteObjectsMutex_); in RemoveRemoteObject()
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp302 std::lock_guard<std::mutex> lockGuard(remoteObjectsMutex_); in TestRegisterRemoteStub()
312 std::lock_guard<std::mutex> lockGuard(remoteObjectsMutex_); in TestUnRegisterRemoteStub()
/ohos5.0/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_context.h92 std::mutex remoteObjectsMutex_; variable
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_service.h61 std::mutex remoteObjectsMutex_; variable