Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service_manager.cpp243 if (!QuerySwitchByUuid(uuid)) { in CreateDetector()
289 if (!QuerySwitchByUuid(uuid)) { in StartDetection()
351 if (!QuerySwitchByUuid(uuid)) { in CreateAndStartServiceObject()
843 if (!QuerySwitchByUuid(uuid)) { in SwitchOnProc()
875 if (QuerySwitchByUuid(uuid)) { in SwitchOffProc()
H A Dintell_voice_service_manager.h112 bool QuerySwitchByUuid(int32_t uuid) in QuerySwitchByUuid() function