Searched refs:LoadOperatorConfig (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_tracker.cpp | 82 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 D | operator_config_cache.cpp | 85 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 D | operator_config_loader.cpp | 39 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 D | operator_config_cache.h | 32 int32_t LoadOperatorConfig(int32_t slotId, OperatorConfig &poc, int32_t state = 0);
|
H A D | operator_config_loader.h | 52 OperatorConfig LoadOperatorConfig(int32_t slotId);
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test_sim_ril.cpp | 173 operatorConfigLoader->LoadOperatorConfig(0); 175 operatorConfigLoader->LoadOperatorConfig(0);
|