Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_sa_client.cpp51 std::lock_guard<std::mutex> lock(saMgrMutex_); in AddDSchedEventListener()
80 std::lock_guard<std::mutex> lock(saMgrMutex_); in DelDSchedEventListener()
100 std::lock_guard<std::mutex> lock(saMgrMutex_); in GetContinueInfo()
118 std::lock_guard<std::mutex> lock(saMgrMutex_); in GetDSchedEventInfo()
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/include/
H A Ddms_sa_client.h52 std::mutex saMgrMutex_; variable