Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.cpp489 std::lock_guard<std::mutex> lock(telephonyMutex_); in AttachTelephonyObserver()
520 std::lock_guard<std::mutex> lock(telephonyMutex_); in DetachTelephonyObserver()
H A Dtrigger_helper.h204 std::mutex telephonyMutex_; variable