Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_file_parser.h33 bool WriteOperatorConfigJson(std::string filename, const cJSON *root);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_file_parser.cpp34 bool OperatorFileParser::WriteOperatorConfigJson(std::string filename, const cJSON *root) in WriteOperatorConfigJson() function in OHOS::Telephony::OperatorFileParser
H A Doperator_config_cache.cpp116 parser_.WriteOperatorConfigJson(filename, root); in LoadOperatorConfig()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test_util.cpp118 ofp.WriteOperatorConfigJson(filename, root); in ParseOperatorConf()
H A Dzero_branch_test_sim_ril.cpp1449 EXPECT_FALSE(parser.WriteOperatorConfigJson("testName", nullptr));