Home
last modified time | relevance | path

Searched refs:LoadOpKeyOnMccMnc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_config_loader.h56 std::string LoadOpKeyOnMccMnc(int32_t slotId);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_config_loader.cpp52 std::string opkey = LoadOpKeyOnMccMnc(slotId); in LoadOperatorConfig()
58 std::string OperatorConfigLoader::LoadOpKeyOnMccMnc(int32_t slotId) in LoadOpKeyOnMccMnc() function in OHOS::Telephony::OperatorConfigLoader
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp176 operatorConfigLoader->LoadOpKeyOnMccMnc(0);
179 EXPECT_EQ(operatorConfigLoader->LoadOpKeyOnMccMnc(0), DEFAULT_OPERATOR_KEY);