Home
last modified time | relevance | path

Searched refs:GetOperatorConfigFilePath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_file_parser.h34 std::string GetOperatorConfigFilePath(std::string filename);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_file_parser.cpp47 file = fopen(GetOperatorConfigFilePath(filename).c_str(), "w"); in WriteOperatorConfigJson()
90 std::string OperatorFileParser::GetOperatorConfigFilePath(std::string filename) in GetOperatorConfigFilePath() function in OHOS::Telephony::OperatorFileParser
H A Doperator_config_cache.cpp104 … if (parser_.ParseOperatorConfigFromFile(poc, parser_.GetOperatorConfigFilePath(filename), root)) { in LoadOperatorConfig()
329 std::string path = parser_.GetOperatorConfigFilePath(filename); in IsNeedOperatorLoad()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp1450 EXPECT_STREQ((parser.GetOperatorConfigFilePath("")).c_str(), "");