Searched refs:AgTelephonyObserver (Results 1 – 2 of 2) sorted by relevance
481 class AgTelephonyObserver; variable492 OHOS::sptr<AgTelephonyObserver> observer_ {nullptr};494 class HfpAgSystemInterface::AgTelephonyObserver : public OHOS::Telephony::TelephonyObserver {496 explicit AgTelephonyObserver(HfpAgSystemInterface &interface) : interface_(interface) in AgTelephonyObserver() function498 ~AgTelephonyObserver() override in ~AgTelephonyObserver()521 BT_DISALLOW_COPY_AND_ASSIGN(AgTelephonyObserver);
85 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()