Home
last modified time | relevance | path

Searched refs:NapiTelephonyObserver (Results 1 - 3 of 3) sorted by relevance

/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_telephony_observer.cpp24 void NapiTelephonyObserver::OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated()
36 void NapiTelephonyObserver::OnSignalInfoUpdated( in OnSignalInfoUpdated()
49 void NapiTelephonyObserver::OnNetworkStateUpdated(int32_t slotId, const sptr<NetworkState> &networkState) in OnNetworkStateUpdated()
63 void NapiTelephonyObserver::OnSimStateUpdated( in OnSimStateUpdated()
77 void NapiTelephonyObserver::OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated()
88 void NapiTelephonyObserver::OnCellularDataConnectStateUpdated( in OnCellularDataConnectStateUpdated()
104 void NapiTelephonyObserver::OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated()
118 void NapiTelephonyObserver::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated()
131 void NapiTelephonyObserver::OnIccAccountUpdated() in OnIccAccountUpdated()
137 void NapiTelephonyObserver
[all...]
H A Devent_listener_handler.cpp415 NapiTelephonyObserver *telephonyObserver = std::make_unique<NapiTelephonyObserver>().release(); in RegisterEventListener()
/base/telephony/state_registry/frameworks/js/napi/include/
H A Dnapi_telephony_observer.h28 class NapiTelephonyObserver : public TelephonyObserver { class

Completed in 4 milliseconds