Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_clients_manager.h72 std::mutex sensorInfoMutex_; variable
H A Dsensor_clients_manager.cpp60 std::unique_lock<std::mutex> lock(sensorInfoMutex_); in CopySensorInfo()
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_agent_proxy.cpp31 std::mutex sensorInfoMutex_; variable
394 std::lock_guard<std::mutex> listLock(sensorInfoMutex_); in GetAllSensors()