Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_file_parser.h30 bool ParseFromCustomSystem(int32_t slotId, OperatorConfig &opc, cJSON *root);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_file_parser.cpp99 bool OperatorFileParser::ParseFromCustomSystem(int32_t slotId, OperatorConfig &opc, cJSON *root) in ParseFromCustomSystem() function in OHOS::Telephony::OperatorFileParser
H A Doperator_config_cache.cpp114 if (parser_.ParseFromCustomSystem(slotId, poc, root)) { in LoadOperatorConfig()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test.cpp93 EXPECT_EQ(parser.ParseFromCustomSystem(SimTest::slotId_, opc, opcJsonValue),
148 EXPECT_EQ(parser.ParseFromCustomSystem(SimTest::slotId1_, opc, opcJsonValue),