Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_account_manager.cpp36 if (operatorConfigCache_ != nullptr) { in ~SimAccountManager()
37 operatorConfigCache_->UnRegisterForIccChange(); in ~SimAccountManager()
52 operatorConfigCache_ = in Init()
54 if (operatorConfigCache_ == nullptr) { in Init()
58 operatorConfigCache_->RegisterForIccChange(); in Init()
60 …red<SimStateTracker>(std::weak_ptr<SimFileManager>(simFileManager_), operatorConfigCache_, slotId); in Init()
73 if (operatorConfigCache_ == nullptr) { in GetOperatorConfigs()
77 return operatorConfigCache_->GetOperatorConfigs(static_cast<int32_t>(slotId), poc); in GetOperatorConfigs()
82 if (operatorConfigCache_ == nullptr) { in UpdateOperatorConfigs()
86 return operatorConfigCache_->UpdateOperatorConfigs(slotId); in UpdateOperatorConfigs()
H A Dsim_state_tracker.cpp32 …: TelEventHandler("SimStateTracker"), simFileManager_(simFileManager), operatorConfigCache_(operat… in SimStateTracker()
112 operatorConfigCache_->LoadOperatorConfig(slotId_, opc); in ProcessSimOpkeyLoad()
133 if (operatorConfigCache_ == nullptr) { in ProcessOperatorCacheDel()
137 operatorConfigCache_->ClearOperatorValue(slotId); in ProcessOperatorCacheDel()
138 operatorConfigCache_->ClearMemoryCache(slotId); in ProcessOperatorCacheDel()
H A Doperator_config_loader.cpp32 : simFileManager_(simFileManager), operatorConfigCache_(operatorConfigCache) in OperatorConfigLoader()
42 if (operatorConfigCache_ == nullptr) { in LoadOperatorConfig()
46 bool isNeedLoad = operatorConfigCache_->IsNeedOperatorLoad(slotId); in LoadOperatorConfig()
53 operatorConfigCache_->LoadOperatorConfig(slotId, opc); in LoadOperatorConfig()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_account_manager.h48 std::shared_ptr<OperatorConfigCache> operatorConfigCache_ = nullptr; variable
H A Doperator_config_loader.h67 std::shared_ptr<OperatorConfigCache> operatorConfigCache_ = nullptr; variable
H A Dsim_state_tracker.h54 std::shared_ptr<OperatorConfigCache> operatorConfigCache_ = nullptr; variable
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp143 simAccountManager->operatorConfigCache_ = nullptr;
174 operatorConfigLoader->operatorConfigCache_ = nullptr;