Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/test/unittest/call_voice_assistant_test/src/
H A Dcall_voice_assistant_test.cpp62 if (voicePtr == nullptr) {
66 voicePtr->mInstance_ = voicePtr;
79 voicePtr->OnStopService();
80 voicePtr->Release();
100 if (voicePtr == nullptr) {
104 voicePtr->mInstance_ = voicePtr;
107 voicePtr->GetIsPlayRing();
113 voicePtr->OnStopService();
114 voicePtr->Initial();
119 voicePtr->MuteRinger();
[all …]
/ohos5.0/base/telephony/call_manager/services/call_voice_assistant/src/
H A Dcall_voice_assistant_manager.cpp441 auto voicePtr = CallVoiceAssistantManager::GetInstance(); in OnChange() local
442 if (voicePtr == nullptr) { in OnChange()
446 std::string switch_off = voicePtr->SWITCH_TURN_OFF; in OnChange()
447 auto lastControlVal = voicePtr->GetIsControlSwitchOn(); in OnChange()
452 auto ret = voicePtr->IsSwitchOn(voicePtr->CONTROL_SWITCH); in OnChange()
456 voicePtr->SetIsControlSwitchOn(false); in OnChange()
621 if (voicePtr == nullptr) { in Initial()
648 auto voicePtr = CallVoiceAssistantManager::GetInstance(); in OnReceiveEvent() local
649 if (voicePtr == nullptr) { in OnReceiveEvent()
665 bool isPlayRing = voicePtr->GetIsPlayRing(); in OnReceiveEvent()
[all …]