Home
last modified time | relevance | path

Searched refs:OperatorConfigLoader (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_config_loader.cpp30 OperatorConfigLoader::OperatorConfigLoader( in OperatorConfigLoader() function in OHOS::Telephony::OperatorConfigLoader
37 OperatorConfigLoader::~OperatorConfigLoader() {} in ~OperatorConfigLoader()
39 OperatorConfig OperatorConfigLoader::LoadOperatorConfig(int32_t slotId) in LoadOperatorConfig()
58 std::string OperatorConfigLoader::LoadOpKeyOnMccMnc(int32_t slotId) in LoadOpKeyOnMccMnc()
92 int OperatorConfigLoader::InsertOpkeyToSimDb(std::string opKeyValue) in InsertOpkeyToSimDb()
125 std::string OperatorConfigLoader::GetOpKey(std::shared_ptr<DataShare::DataShareResultSet> resultSet… in GetOpKey()
175 void OperatorConfigLoader::SetMatchResultToSimFileManager(std::string opKeyVal, std::string opNameV… in SetMatchResultToSimFileManager()
186 bool OperatorConfigLoader::MatchOperatorRule(std::shared_ptr<DataShare::DataShareResultSet> &result… in MatchOperatorRule()
236 std::shared_ptr<DataShare::DataShareHelper> OperatorConfigLoader::CreateOpKeyHelper() const in CreateOpKeyHelper()
247 std::shared_ptr<DataShare::DataShareHelper> OperatorConfigLoader::CreateSimHelper() const in CreateSimHelper()
H A Dsim_state_tracker.cpp38 …operatorConfigLoader_ = std::make_shared<OperatorConfigLoader>(simFileManager, operatorConfigCache… in SimStateTracker()
237 int32_t slotId, std::shared_ptr<OperatorConfigLoader> configLoader) in SystemAbilityStatusChangeListener()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_state_tracker.h48 std::shared_ptr<OperatorConfigLoader> operatorConfigLoader_ = nullptr;
65 …t CommonEventSubscribeInfo &info, int32_t slotId, std::shared_ptr<OperatorConfigLoader> configLoad… in UserSwitchEventSubscriber()
73 std::shared_ptr<OperatorConfigLoader> configLoader_ = nullptr;
77 …SystemAbilityStatusChangeListener(int32_t slotId, std::shared_ptr<OperatorConfigLoader> configLoad…
84 std::shared_ptr<OperatorConfigLoader> configLoader_ = nullptr;
H A Doperator_config_loader.h47 class OperatorConfigLoader {
49 explicit OperatorConfigLoader(
51 virtual ~OperatorConfigLoader();
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp172 …auto operatorConfigLoader = std::make_shared<OperatorConfigLoader>(simFileManager, operatorConfigC…
244 std::shared_ptr<OperatorConfigLoader> operatorConfigLoader_ = nullptr;
1087 …auto operatorConfigLoader = std::make_shared<OperatorConfigLoader>(simFileManager, operatorConfigC…