Home
last modified time | relevance | path

Searched refs:OnSubscriptionStateChanged (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.h245 void OnSubscriptionStateChanged(int state);
H A Dhfp_ag_system_interface.cpp862 void HfpAgSystemInterface::OnSubscriptionStateChanged(int state) in OnSubscriptionStateChanged() function in OHOS::bluetooth::HfpAgSystemInterface
976 interface_.OnSubscriptionStateChanged(static_cast<std::underlying_type<RegServiceState>::type>( in OnNetworkStateUpdated()
H A Dhfp_ag_service.cpp985 HfpAgSystemInterface::GetInstance().OnSubscriptionStateChanged(status); in NotifyRegistrationStatusChanged()