Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/services/src/
H A Dclient_info.cpp720 std::lock_guard<std::mutex> activeInfoCBPidLock(activeInfoCBPidMutex_); in AddActiveInfoCBPid()
731 std::lock_guard<std::mutex> activeInfoCBPidLock(activeInfoCBPidMutex_); in DelActiveInfoCBPid()
744 std::lock_guard<std::mutex> activeInfoCBPidLock(activeInfoCBPidMutex_); in GetActiveInfoCBPid()
759 std::lock_guard<std::mutex> activeInfoCBPidLock(activeInfoCBPidMutex_); in CallingService()
/ohos5.0/base/sensors/sensor/services/include/
H A Dclient_info.h104 std::mutex activeInfoCBPidMutex_; variable