Home
last modified time | relevance | path

Searched refs:mapResourceValues_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dresource_utils.cpp424 mapResourceValues_[iter.first] = strValue; in SaveAllValue()
430 mapResourceValues_[iter.first] = intValue; in SaveAllValue()
435 mapResourceValues_[iter.first] = boolValue; in SaveAllValue()
440 mapResourceValues_[iter.first] = strVector; in SaveAllValue()
445 mapResourceValues_[iter.first] = intVector; in SaveAllValue()
565 auto itor = mapResourceValues_.find(name); in GetStringValueByName()
566 if (itor == mapResourceValues_.end() || !itor->second.has_value()) { in GetStringValueByName()
582 auto itor = mapResourceValues_.find(name); in GetStringArrayValueByName()
593 auto itor = mapResourceValues_.find(name); in GetBooleanValueByName()
604 auto itor = mapResourceValues_.find(name); in GetIntegerValueByName()
[all …]
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dresource_utils.h235 std::map<std::string, std::any> mapResourceValues_; variable