Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_tracker.cpp82 TelFFRTUtils::Submit([&]() { operatorConfigLoader_->LoadOperatorConfig(slotId_); }); in ProcessSimRecordLoad()
112 operatorConfigCache_->LoadOperatorConfig(slotId_, opc); in ProcessSimOpkeyLoad()
121 TelFFRTUtils::Submit([&]() { operatorConfigLoader_->LoadOperatorConfig(slotId_); }); in ProcessSimOpkeyLoad()
255 configLoader_->LoadOperatorConfig(slotId_); in OnAddSystemAbility()
318 configLoader_->LoadOperatorConfig(slotId_); in OnReceiveEvent()
H A Doperator_config_cache.cpp85 int32_t OperatorConfigCache::LoadOperatorConfig(int32_t slotId, OperatorConfig &poc, int32_t state) in LoadOperatorConfig() function in OHOS::Telephony::OperatorConfigCache
147 return LoadOperatorConfig(slotId, poc); in GetOperatorConfigs()
160 int32_t ret = LoadOperatorConfig(slotId_, opc, STATE_PARA_UPDATE); in UpdateOperatorConfigs()
241 LoadOperatorConfig(slotId_, opc); in ProcessEvent()
H A Doperator_config_loader.cpp39 OperatorConfig OperatorConfigLoader::LoadOperatorConfig(int32_t slotId) in LoadOperatorConfig() function in OHOS::Telephony::OperatorConfigLoader
53 operatorConfigCache_->LoadOperatorConfig(slotId, opc); in LoadOperatorConfig()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_config_cache.h32 int32_t LoadOperatorConfig(int32_t slotId, OperatorConfig &poc, int32_t state = 0);
H A Doperator_config_loader.h52 OperatorConfig LoadOperatorConfig(int32_t slotId);
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp173 operatorConfigLoader->LoadOperatorConfig(0);
175 operatorConfigLoader->LoadOperatorConfig(0);