Home
last modified time | relevance | path

Searched refs:valLength (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/src/
H A Dsms_service_manager_client.cpp289 std::string &encodeString, uint32_t charset, uint32_t valLength, std::string strEncodeString) in GetEncodeStringFunc() argument
293 …return smsServiceInterface_->GetEncodeStringFunc(encodeString, charset, valLength, strEncodeString… in GetEncodeStringFunc()
H A Dsms_service_proxy.cpp692 std::string &encodeString, uint32_t charset, uint32_t valLength, std::string strEncodeString) in GetEncodeStringFunc() argument
708 dataParcel.WriteUint32(valLength); in GetEncodeStringFunc()
/ohos5.0/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/
H A Dgetsmssegmentsinfo_fuzzer.cpp257 int32_t valLength = static_cast<int32_t>(size); in GetEncodeStringFunc() local
261 dataParcel.WriteInt32(valLength); in GetEncodeStringFunc()
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Dsms_service_manager_client.h274 … std::string &encodeString, uint32_t charset, uint32_t valLength, std::string strEncodeString);
H A Di_sms_service_interface.h357 … std::string &encodeString, uint32_t charset, uint32_t valLength, std::string strEncodeString) = 0;
H A Dsms_service_proxy.h247 …std::string &encodeString, uint32_t charset, uint32_t valLength, std::string strEncodeString) over…
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp786 size_t valLength = strlen(itemValue); in SetAnimationKeyFrames() local
787 if (valLength >= UINT8_MAX) { in SetAnimationKeyFrames()
791 char *animationValue = reinterpret_cast<char *>(ace_malloc(sizeof(char) * (valLength + 1))); in SetAnimationKeyFrames()
796 if (memcpy_s(animationValue, valLength, itemValue, valLength) != 0) { in SetAnimationKeyFrames()
801 animationValue[valLength] = '\0'; in SetAnimationKeyFrames()
/ohos5.0/base/telephony/sms_mms/utils/
H A Dtext_coder.h33 …std::string &encodeString, uint32_t charset, uint32_t valLength, const std::string &strEncodeStrin…
H A Dtext_coder.cpp206 …std::string &encodeString, uint32_t charset, uint32_t valLength, const std::string &strEncodeStrin… in GetEncodeString() argument
219 …pDest = g_convert(strEncodeString.c_str(), valLength, strToCodeset.c_str(), strFromCodeset.c_str()… in GetEncodeString()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_interface_stub.cpp499 uint32_t valLength = data.ReadUint32(); in OnGetEncodeStringFunc() local
504 if (valLength != str.length()) { in OnGetEncodeStringFunc()
508 result = GetEncodeStringFunc(encodeString, charset, valLength, str); in OnGetEncodeStringFunc()
H A Dsms_service.cpp733 std::string &encodeString, uint32_t charset, uint32_t valLength, std::string strEncodeString) in GetEncodeStringFunc() argument
735 TextCoder::Instance().GetEncodeString(encodeString, charset, valLength, strEncodeString); in GetEncodeStringFunc()
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_service.h288 …std::string &encodeString, uint32_t charset, uint32_t valLength, std::string strEncodeString) over…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2104 void SetScale(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength, const ArkUI… in SetScale() argument
2109 if (valLength != NUM_5 && valLength != NUM_2) { in SetScale()
2117 if (valLength != NUM_5) { in SetScale()
2180 …aleWithoutTransformCenter(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength) in SetScaleWithoutTransformCenter() argument
2184 if (valLength != NUM_3) { in SetScaleWithoutTransformCenter()
2224 void SetRotate(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength, const ArkU… in SetRotate() argument
2229 if (valLength != NUM_8 || unitLength != NUM_3) { in SetRotate()
2255 …ateWithoutTransformCenter(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength) in SetRotateWithoutTransformCenter() argument
2259 if (valLength != NUM_5) { in SetRotateWithoutTransformCenter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h127 …void (*setScale)(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength, const A…
129 …eWithoutTransformCenter)(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength);
131 void (*setRotate)(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength,
133 …eWithoutTransformCenter)(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1623 …void (*setScale)(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength, const A…
1625 …eWithoutTransformCenter)(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength);
1627 void (*setRotate)(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength,
1629 …eWithoutTransformCenter)(ArkUINodeHandle node, const ArkUI_Float32* values, ArkUI_Int32 valLength);