Searched refs:GetOperatorConfigFilePath (Results 1 – 4 of 4) sorted by relevance
34 std::string GetOperatorConfigFilePath(std::string filename);
47 file = fopen(GetOperatorConfigFilePath(filename).c_str(), "w"); in WriteOperatorConfigJson()90 std::string OperatorFileParser::GetOperatorConfigFilePath(std::string filename) in GetOperatorConfigFilePath() function in OHOS::Telephony::OperatorFileParser
104 … if (parser_.ParseOperatorConfigFromFile(poc, parser_.GetOperatorConfigFilePath(filename), root)) { in LoadOperatorConfig()329 std::string path = parser_.GetOperatorConfigFilePath(filename); in IsNeedOperatorLoad()
1450 EXPECT_STREQ((parser.GetOperatorConfigFilePath("")).c_str(), "");