Home
last modified time | relevance | path

Searched refs:GetObjectMutex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_interface.h215 template <class T> std::mutex &DBinderBaseInvoker<T>::GetObjectMutex() in GetObjectMutex() function
H A Ddbinder_base_invoker_define.h100 std::mutex &GetObjectMutex();
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp631 std::lock_guard<std::mutex> lockGuard(GetObjectMutex()); in OnDatabusSessionServerSideClosed()