Searched refs:ParseFromCustomSystem (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | operator_file_parser.h | 30 bool ParseFromCustomSystem(int32_t slotId, OperatorConfig &opc, cJSON *root);
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | operator_file_parser.cpp | 99 bool OperatorFileParser::ParseFromCustomSystem(int32_t slotId, OperatorConfig &opc, cJSON *root) in ParseFromCustomSystem() function in OHOS::Telephony::OperatorFileParser
|
H A D | operator_config_cache.cpp | 114 if (parser_.ParseFromCustomSystem(slotId, poc, root)) { in LoadOperatorConfig()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test.cpp | 93 EXPECT_EQ(parser.ParseFromCustomSystem(SimTest::slotId_, opc, opcJsonValue), 148 EXPECT_EQ(parser.ParseFromCustomSystem(SimTest::slotId1_, opc, opcJsonValue),
|