Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.h481 class AgTelephonyObserver; variable
492 OHOS::sptr<AgTelephonyObserver> observer_ {nullptr};
494 class HfpAgSystemInterface::AgTelephonyObserver : public OHOS::Telephony::TelephonyObserver {
496 explicit AgTelephonyObserver(HfpAgSystemInterface &interface) : interface_(interface) in AgTelephonyObserver() function
498 ~AgTelephonyObserver() override in ~AgTelephonyObserver()
521 BT_DISALLOW_COPY_AND_ASSIGN(AgTelephonyObserver);
H A Dhfp_ag_system_interface.cpp85 observer_ = new (std::nothrow) AgTelephonyObserver(*this); in RegisterObserver()
966 void HfpAgSystemInterface::AgTelephonyObserver::OnNetworkStateUpdated(int32_t slotId, in OnNetworkStateUpdated()
981 void HfpAgSystemInterface::AgTelephonyObserver::OnSignalInfoUpdated(int32_t slotId, in OnSignalInfoUpdated()