Home
last modified time | relevance | path

Searched defs:propValue (Results 1 – 7 of 7) sorted by relevance

/base/telephony/core_service/utils/vcard/src/
Dvcard_contact.cpp49 std::string propValue = (values.size() != 0) ? VCardUtils::TrimListToString(values) : ""; in AddRawData() local
54std::string propValue, std::vector<std::string> groups, std::map<std::string, std::vector<std::str… in AddDatas()
84 std::vector<std::string> values, std::string propValue, std::vector<std::string> groups, in AddOtherDatas()
604 void VCardContact::HandleSipCase(std::string propValue, std::vector<std::string> typeCollection) in HandleSipCase()
692 void VCardContact::AddIms(std::string name, std::string rawValue, std::string propValue, in AddIms()
706 std::map<std::string, std::vector<std::string>> parasMap, std::string propValue) in AddNameData()
737 …::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propValue) in AddCustom()
807 …::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propValue) in SetSip()
834 …::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propValue) in AddSipData()
857 void VCardContact::AddPhonesData(std::string rawValue, std::string propValue, std::vector<std::stri… in AddPhonesData()
[all …]
/base/inputmethod/imf/frameworks/js/napi/common/
Djs_util.h90 napi_value propValue = nullptr; in ReadProperty() local
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_srv_config_parser.cpp247 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParseLevelState() local
641 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParsePolicyActionInfo() local
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_watch.cpp83 napi_value propValue = NapiUtil::GetProperty(env, cond, propName); in IsValidCondition() local
/base/web/webview/ohos_nweb/src/
Dnweb_config_helper.cpp415 xmlChar* propValue = xmlGetProp(node, propName); in safeGetPropAsInt() local
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_config_file_parser.cpp495 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParsePolicySubnode() local
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_common.cpp381 char propValue[MAX_VALUE_LEN] = {0}; in GetNamedProperty() local