Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h386 std::shared_mutex remoteBinderMutex_; variable
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp815 std::shared_lock<std::shared_mutex> lockGuard(remoteBinderMutex_); in GetRegisterService()
851 std::unique_lock<std::shared_mutex> lockGuard(remoteBinderMutex_); in RegisterRemoteProxyInner()