Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service.cpp31 std::mutex DBinderTestService::destructTimesMutex_; member in OHOS::DBinderTestService
48 std::lock_guard<std::mutex> lockGuard(destructTimesMutex_); in ~DBinderTestService()
197 std::lock_guard<std::mutex> lockGuard(destructTimesMutex_); in GetRemoteDecTimes()
205 std::lock_guard<std::mutex> lockGuard(destructTimesMutex_); in ClearRemoteDecTimes()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service.h49 static std::mutex destructTimesMutex_;