Home
last modified time | relevance | path

Searched refs:HandleSimRecordsLoaded (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h131 void HandleSimRecordsLoaded();
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h258 void HandleSimRecordsLoaded(int32_t slotId);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file_manager.cpp769 void SimFileManager::HandleSimRecordsLoaded() in HandleSimRecordsLoaded() function in OHOS::Telephony::SimFileManager
831 HandleSimRecordsLoaded(); in ProcessEvent()
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp241 void CellularCallConfig::HandleSimRecordsLoaded(int32_t slotId) in HandleSimRecordsLoaded() function in OHOS::Telephony::CellularCallConfig
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp229 config.HandleSimRecordsLoaded(SIM1_SLOTID);
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp824 config.HandleSimRecordsLoaded(slotId_); in SimRecordsLoadedReport()