Home
last modified time | relevance | path

Searched refs:tempConfig_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_file_parser.cpp113 tempConfig_.clear(); in ParseFromCustomSystem()
133 for (auto it = tempConfig_.begin(); it != tempConfig_.end(); ++it) { in CreateJsonFromOperatorConfig()
139 tempConfig_.clear(); in CreateJsonFromOperatorConfig()
171 tempConfig_[value->string] = tempChar != nullptr ? tempChar : ""; in ParseOperatorConfigFromJson()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_file_parser.h46 std::map<std::string, std::string> tempConfig_; variable
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp1452 parser.tempConfig_ = {{"valid_key", "{\"name\":\"valid_value\"}"}, {"invalid_key", ""}};