Home
last modified time | relevance | path

Searched refs:subscribeMutex_ (Results 1 - 3 of 3) sorted by relevance

/base/sensors/medical_sensor/interfaces/native/src/
H A Dmedical_native_impl.cpp35 static std::mutex subscribeMutex_; variable
173 std::lock_guard<std::mutex> subscribeLock(subscribeMutex_); in ActivateSensor()
197 std::lock_guard<std::mutex> subscribeLock(subscribeMutex_); in DeactivateSensor()
224 std::lock_guard<std::mutex> subscribeLock(subscribeMutex_); in SetBatch()
246 std::lock_guard<std::mutex> subscribeLock(subscribeMutex_); in SubscribeSensor()
258 std::lock_guard<std::mutex> subscribeLock(subscribeMutex_); in UnsubscribeSensor()
281 std::lock_guard<std::mutex> subscribeLock(subscribeMutex_); in SetMode()
296 std::lock_guard<std::mutex> subscribeLock(subscribeMutex_); in SetOption()
/base/sensors/sensor/frameworks/native/src/
H A Dsensor_agent_proxy.cpp39 std::recursive_mutex SensorAgentProxy::subscribeMutex_;
54 std::lock_guard<std::recursive_mutex> subscribeLock(subscribeMutex_); in GetSubscribeUserCallback()
158 std::lock_guard<std::recursive_mutex> subscribeLock(subscribeMutex_); in ActivateSensor()
190 std::lock_guard<std::recursive_mutex> subscribeLock(subscribeMutex_); in DeactivateSensor()
228 std::lock_guard<std::recursive_mutex> subscribeLock(subscribeMutex_); in SetBatch()
257 std::lock_guard<std::recursive_mutex> subscribeLock(subscribeMutex_); in SubscribeSensor()
277 std::lock_guard<std::recursive_mutex> subscribeLock(subscribeMutex_); in UnsubscribeSensor()
312 std::lock_guard<std::recursive_mutex> subscribeLock(subscribeMutex_); in SetMode()
/base/sensors/sensor/frameworks/native/include/
H A Dsensor_agent_proxy.h61 static std::recursive_mutex subscribeMutex_; member in OHOS::Sensors::SensorAgentProxy

Completed in 2 milliseconds