Home
last modified time | relevance | path

Searched refs:propValue (Results 1 - 9 of 9) sorted by relevance

/base/telephony/core_service/utils/vcard/include/
H A Dvcard_contact.h89 std::string propValue, std::vector<std::string> groups,
104 void HandleSipCase(std::string propValue, std::vector<std::string> typeCollection);
108 void AddIms(std::string name, std::string rawValue, std::string propValue, std::vector<std::string> values,
111 std::map<std::string, std::vector<std::string>> parasMap, std::string propValue);
113 std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propValue);
114 void SetSip(std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propValue);
116 std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propValue);
117 void AddPhonesData(std::string rawValue, std::string propValue, std::vector<std::string> values,
119 void AddOrganizationsData(std::string rawValue, std::string propValue, std::vector<std::string> values,
121 void AddEmailsData(std::string rawValue, std::string propValue, st
[all...]
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp49 std::string propValue = (values.size() != 0) ? VCardUtils::TrimListToString(values) : ""; in AddRawData() local
50 AddDatas(name, rawValue, byte, values, propValue, groups, parasMap); in AddRawData()
54 std::string propValue, std::vector<std::string> groups, std::map<std::string, std::vector<std::string>> parasMap) in AddDatas()
62 AddNameData(name, rawValue, values, parasMap, propValue); in AddDatas()
64 HandleNickName(propValue); in AddDatas()
66 AddSoundDatas(rawValue, propValue, values, parasMap); in AddDatas()
68 AddPostalDatas(rawValue, propValue, values, parasMap); in AddDatas()
70 AddEmailsData(rawValue, propValue, values, parasMap); in AddDatas()
72 AddOrganizationsData(rawValue, propValue, values, parasMap); in AddDatas()
74 HandleTitleValue((parasMap.size() != 0) ? propValue in AddDatas()
53 AddDatas(std::string name, std::string rawValue, std::string byte, std::vector<std::string> values, std::string propValue, std::vector<std::string> groups, std::map<std::string, std::vector<std::string>> parasMap) AddDatas() argument
83 AddOtherDatas(std::string name, std::string rawValue, std::string byte, std::vector<std::string> values, std::string propValue, std::vector<std::string> groups, std::map<std::string, std::vector<std::string>> parasMap) AddOtherDatas() argument
107 AddRemainDatas(std::string name, std::string rawValue, std::vector<std::string> values, std::string propValue, std::map<std::string, std::vector<std::string>> parasMap) AddRemainDatas() argument
625 HandleSipCase(std::string propValue, std::vector<std::string> typeCollection) HandleSipCase() argument
713 AddIms(std::string name, std::string rawValue, std::string propValue, std::vector<std::string> values, std::map<std::string, std::vector<std::string>> parasMap) AddIms() argument
726 AddNameData(std::string name, std::string rawValue, std::vector<std::string> values, std::map<std::string, std::vector<std::string>> parasMap, std::string propValue) AddNameData() argument
757 AddCustom( std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propValue) AddCustom() argument
827 SetSip( std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propValue) SetSip() argument
854 AddSipData( std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propValue) AddSipData() argument
878 AddPhonesData(std::string rawValue, std::string propValue, std::vector<std::string> values, std::map<std::string, std::vector<std::string>> parasMap) AddPhonesData() argument
909 HandlePhoneCase(std::string phoneNumber, std::string rawValue, std::string propValue, std::vector<std::string> values, std::map<std::string, std::vector<std::string>> parasMap) HandlePhoneCase() argument
942 AddOrganizationsData(std::string rawValue, std::string propValue, std::vector<std::string> values, std::map<std::string, std::vector<std::string>> parasMap) AddOrganizationsData() argument
960 AddEmailsData(std::string rawValue, std::string propValue, std::vector<std::string> values, std::map<std::string, std::vector<std::string>> parasMap) AddEmailsData() argument
1006 AddPostalDatas(std::string rawValue, std::string propValue, std::vector<std::string> values, std::map<std::string, std::vector<std::string>> parasMap) AddPostalDatas() argument
[all...]
/base/inputmethod/imf/frameworks/js/napi/common/
H A Djs_util.h92 napi_value propValue = nullptr; in ReadProperty() local
93 napi_get_named_property(env, object, property.c_str(), &propValue); in ReadProperty()
94 return GetValue(env, propValue, value); in ReadProperty()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp247 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParseLevelState() local
249 propName.c_str(), propValue.c_str()); in ParseLevelState()
250 sc->AddState(propName, propValue); in ParseLevelState()
641 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParsePolicyActionInfo() local
642 THERMAL_HILOGD(COMP_SVC, "propName.name: %{public}s, propValue:%{public}s", in ParsePolicyActionInfo()
643 propName.c_str(), propValue.c_str()); in ParsePolicyActionInfo()
644 policyAction.actionPropMap.emplace(std::pair(propName, propValue)); in ParsePolicyActionInfo()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_watch.cpp83 napi_value propValue = NapiUtil::GetProperty(env, cond, propName); in IsValidCondition() local
84 if (propValue == nullptr) { in IsValidCondition()
87 if (!NapiUtil::IsNumber(env, propValue)) { in IsValidCondition()
/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/
H A Dvibrator_napi_utils.cpp51 napi_value propValue = nullptr; in CreateInt32Property() local
52 napi_status status = napi_create_int32(env, value, &propValue); in CreateInt32Property()
57 CHKCF((napi_set_named_property(env, eventObj, name, propValue) == napi_ok), "napi_set_named_property fail"); in CreateInt32Property()
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp497 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParsePolicySubnode() local
498 THERMAL_HILOGD(LABEL_TEST, "propName.name: %{public}s, propValue:%{public}s", in ParsePolicySubnode()
499 propName.c_str(), propValue.c_str()); in ParsePolicySubnode()
500 policyAction.actionPropMap.emplace(std::pair(propName, propValue)); in ParsePolicySubnode()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp381 char propValue[MAX_VALUE_LEN] = {0}; in GetNamedProperty() local
383 if (napi_get_value_string_utf8(env, obj, propValue, MAX_VALUE_LEN, &propLen) != napi_ok) { in GetNamedProperty()
387 return std::string(propValue); in GetNamedProperty()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvcard_test.cpp1439 std::string propValue = "st"; in HWTEST_F() local
1441 contact->HandleSipCase(propValue, typeCollection); in HWTEST_F()
1442 EXPECT_FALSE(VCardUtils::StartWith(propValue, "sip:")); in HWTEST_F()

Completed in 12 milliseconds