Searched refs:WriteOperatorConfigJson (Results 1 – 5 of 5) sorted by relevance
33 bool WriteOperatorConfigJson(std::string filename, const cJSON *root);
34 bool OperatorFileParser::WriteOperatorConfigJson(std::string filename, const cJSON *root) in WriteOperatorConfigJson() function in OHOS::Telephony::OperatorFileParser
116 parser_.WriteOperatorConfigJson(filename, root); in LoadOperatorConfig()
118 ofp.WriteOperatorConfigJson(filename, root); in ParseOperatorConf()
1449 EXPECT_FALSE(parser.WriteOperatorConfigJson("testName", nullptr));