Searched refs:sensorCallbackMapMutex_ (Results 1 – 2 of 2) sorted by relevance
26 std::mutex SensorAdapterImpl::sensorCallbackMapMutex_; member in OHOS::NWeb::SensorAdapterImpl309 std::lock_guard<std::mutex> lock(sensorCallbackMapMutex_); in OhosSensorCallback()406 std::lock_guard<std::mutex> lock(sensorCallbackMapMutex_); in RegistOhosSensorCallback()429 std::lock_guard<std::mutex> lock(sensorCallbackMapMutex_); in UnsubscribeOhosSensor()
55 static std::mutex sensorCallbackMapMutex_; variable