Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.h116 class TelephonyStateObserver : public Telephony::TelephonyObserver {
118 … explicit TelephonyStateObserver(const std::shared_ptr<TriggerHelper> helper) : helper_(helper) in TelephonyStateObserver() function
120 ~TelephonyStateObserver() in ~TelephonyStateObserver()
131 sptr<TelephonyStateObserver> telephonyObserver0_ = nullptr;
132 sptr<TelephonyStateObserver> telephonyObserver1_ = nullptr;
H A Dtrigger_helper.cpp494 telephonyObserver0_ = std::make_unique<TelephonyStateObserver>(shared_from_this()).release(); in AttachTelephonyObserver()
505 telephonyObserver1_ = std::make_unique<TelephonyStateObserver>(shared_from_this()).release(); in AttachTelephonyObserver()
560 void TriggerHelper::TelephonyStateObserver::OnCallStateUpdated( in OnCallStateUpdated()