Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/include/
H A Dcellular_data_handler.h103 void HandleSimAccountLoaded(const AppExecFwk::InnerEvent::Pointer &event);
213 … [this](const AppExecFwk::InnerEvent::Pointer &event) { HandleSimAccountLoaded(event); } },
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h264 void HandleSimAccountLoaded(int32_t slotId);
/ohos5.0/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp234 cellularDataHandler.HandleSimAccountLoaded(event);
383 controller.cellularDataHandler_->HandleSimAccountLoaded(event);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp361 void CellularCallConfig::HandleSimAccountLoaded(int32_t slotId) in HandleSimAccountLoaded() function in OHOS::Telephony::CellularCallConfig
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp242 config.HandleSimAccountLoaded(SIM1_SLOTID);
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp830 config.HandleSimAccountLoaded(slotId_); in SimAccountLoadedReport()
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp1276 void CellularDataHandler::HandleSimAccountLoaded(const InnerEvent::Pointer &event) in HandleSimAccountLoaded() function in OHOS::Telephony::CellularDataHandler