/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/src/ |
H A D | sms_service_manager_client.cpp | 289 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 D | sms_service_proxy.cpp | 692 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 D | getsmssegmentsinfo_fuzzer.cpp | 257 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 D | sms_service_manager_client.h | 274 … std::string &encodeString, uint32_t charset, uint32_t valLength, std::string strEncodeString);
|
H A D | i_sms_service_interface.h | 357 … std::string &encodeString, uint32_t charset, uint32_t valLength, std::string strEncodeString) = 0;
|
H A D | sms_service_proxy.h | 247 …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 D | component.cpp | 786 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 D | text_coder.h | 33 …std::string &encodeString, uint32_t charset, uint32_t valLength, const std::string &strEncodeStrin…
|
H A D | text_coder.cpp | 206 …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 D | sms_interface_stub.cpp | 499 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 D | sms_service.cpp | 733 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 D | sms_service.h | 288 …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 D | node_common_modifier.cpp | 2104 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 D | cjui_api.h | 127 …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 D | arkoala_api.h | 1623 …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);
|