Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.cpp122 char *contentValue = GetParamValue(content, arg, isPlural); in FormatString() local
124 char *contentValue = GetParamValue(content, arg); in FormatString() local
127 if (AddNode(values, contentValue)) { in FormatString()
130 ACE_FREE(contentValue); in FormatString()
845 char *contentValue = nullptr; // store the value defined in param
849 contentValue = MallocStringOf(param, &contentLen);
856 contentValue = MallocStringOf(paramValue, &contentLen);
862 if ((contentValue != nullptr) && contentLen != 0) {
863 return contentValue;
865 ACE_FREE(contentValue); // if the contentValue is \0
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/xml/
H A Dxml_element.cpp104 std::string contentValue(reinterpret_cast<char *>(content)); in GetText()
105 return contentValue; in GetText()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp256 napi_value contentValue = NapiUtil::GetNamedProperty(env, object, g_contentStr); in MatchSendMessageParameters() local
257 bool contentIsStr = NapiUtil::MatchValueType(env, contentValue, napi_string); in MatchSendMessageParameters()
258 bool contentIsObj = NapiUtil::MatchValueType(env, contentValue, napi_object); in MatchSendMessageParameters()
261 napi_is_array(env, contentValue, &contentIsArray); in MatchSendMessageParameters()
299 napi_value contentValue = NapiUtil::GetNamedProperty(env, object, g_contentStr); in ParseMessageParameter() local
320 napi_get_array_length(env, contentValue, &valueArraySize); in ParseMessageParameter()
323 napi_get_element(env, contentValue, i, &elementValue); in ParseMessageParameter()
387 napi_value contentValue = NapiUtil::GetNamedProperty(env, object, g_contentStr); in MatchSendShortMessageParameters() local
388 bool contentIsStr = NapiUtil::MatchValueType(env, contentValue, napi_string); in MatchSendShortMessageParameters()
389 bool contentIsObj = NapiUtil::MatchValueType(env, contentValue, napi_object); in MatchSendShortMessageParameters()
[all …]