Home
last modified time | relevance | path

Searched refs:OnSimAccountChanged (Results 1 – 7 of 7) sorted by relevance

/base/telephony/cellular_data/frameworks/native/
Ddata_sim_account_call_back.cpp23 void DataSimAccountCallback::OnSimAccountChanged() in OnSimAccountChanged() function in OHOS::Telephony::DataSimAccountCallback
Dsim_account_callback_stub.cpp30 OnSimAccountChanged(); in OnRemoteRequest()
/base/telephony/cellular_data/interfaces/innerkits/
Ddata_sim_account_call_back.h25 void OnSimAccountChanged() override;
/base/telephony/core_service/interfaces/innerkits/include/
Dsim_account_callback.h25 virtual void OnSimAccountChanged() = 0;
/base/telephony/cellular_data/services/include/
Dsim_account_callback_proxy.h26 void OnSimAccountChanged() override;
/base/telephony/cellular_data/services/src/
Dsim_account_callback_proxy.cpp27 void SimAccountCallbackProxy::OnSimAccountChanged() in OnSimAccountChanged() function in OHOS::Telephony::SimAccountCallbackProxy
/base/telephony/core_service/services/sim/src/
Dmulti_sim_monitor.cpp201 iter.simAccountCallback->OnSimAccountChanged(); in NotifySimAccountChanged()