Home
last modified time | relevance | path

Searched defs:strLen (Results 26 - 50 of 80) sorted by relevance

1234

/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_util.cpp92 size_t strLen = value.length(); in GetAnonyString() local
/kernel/liteos_a/shell/full/src/cmds/
H A Ddate_shellcmd.c134 UINT32 strLen = strlen(str); in OsStrToTm() local
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dutils.cpp317 size_t strLen = value.length(); in GetAnonyString() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_camera.cpp145 size_t strLen = sizeof(START_STR) - 1; in GetRecorderParam() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H A Dtransition_impl.cpp355 size_t strLen = strlen(src); in IsEndWith() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.cpp224 uint16_t strLen = 0; in HandleSingleSelector() local
H A Dapp_style.cpp293 size_t strLen = 0; in GenerateFromJS() local
314 newStyle->SetStyleName(static_cast<const char *>(styleNameBuffer), strLen); // translateX #aaa in GenerateFromJS() local
/foundation/arkui/ui_lite/frameworks/common/
H A Dimage.cpp120 size_t strLen = strlen(src) + 1; in SetStandardSrc() local
149 size_t strLen = strlen(src) + strlen(suffixName) + 1; in SetLiteSrc() local
244 size_t strLen = strlen(src) + 1; PreParse() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_graphic_config.cpp69 int32_t strLen = static_cast<int32_t>(str.size()); in Split() local
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/
H A DInnerFuzzTest.cpp120 int32_t strLen = rand() % 1000; in HWTEST_F() local
139 int strLen = 0; in HWTEST_F() local
357 int strLen = 0; in HWTEST_F() local
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/
H A DInnerFuzzTest.cpp121 int32_t strLen = rand() % 1000; in HWTEST_F() local
142 int strLen = 0; in HWTEST_F() local
350 int strLen = 0; in HWTEST_F() local
[all...]
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dcommon.cpp189 size_t strLen = 0; in GetU16StringValue() local
256 size_t strLen = 0; in GetStringValue() local
/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dcommon.cpp221 size_t strLen = 0; in GetStringValue() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_util_test.cpp87 int strLen = 18; in HWTEST_F() local
/foundation/communication/wifi/wifi/relation_services/common/
H A Dwifi_hal_common_func.c47 int ConvertMacToStr(const unsigned char *mac, int macSize, char *macStr, int strLen) in ConvertMacToStr() argument
/foundation/distributedhardware/device_manager/common/src/
H A Ddm_anonymous.cpp34 size_t strLen = value.length(); in GetAnonyString() local
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences.cpp227 size_t strLen = str.size(); in OH_Preferences_GetString() local
[all...]
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp72 uint32_t strLen = sizeof(uint8_t) + sizeof(size_t); in CalSize() local
198 size_t strLen = stringValue.size(); in MarshallingStringValue() local
246 size_t strLen = strVec[i].size(); MarshallingStringArrayValue() local
487 size_t strLen = *(reinterpret_cast<const size_t *>(startAddr + sizeof(uint8_t))); UnmarshallingStringValue() local
520 size_t strLen = *(reinterpret_cast<const size_t *>(startAddr)); UnmarshallingStringArrayValue() local
[all...]
/foundation/filemanagement/dfs_service/utils/system/src/
H A Dutils_directory.cpp46 size_t strLen = value.length(); in GetAnonyString() local
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_function.cpp118 const char *MacChConToMacStr(const unsigned char *pChMac, size_t chLen, char *pStrMac, size_t strLen) in MacChConToMacStr() argument
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_binding.cpp148 size_t strLen = p - pos + 1; in SplitString() local
159 size_t strLen = strlen(pos) + 1; in SplitString() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp34 int32_t strLen = ReadInt32(buff, cursor); in ReadString() local
/foundation/arkui/ace_engine/interfaces/native/node/
H A Devent_converter.cpp854 int32_t strLen = static_cast<int32_t>(strlen(str)); in OH_ArkUI_NodeEvent_GetStringValue() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_value.cpp65 size_t strLen = 0; in ToUTF8String() local
90 size_t strLen = 0; in ToUTF16String() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontcollection_napi/
H A Djs_fontcollection.cpp199 size_t strLen = GetParamLen(env, indexValue) + 1; in GetResourcePartData() local
216 size_t strLen = GetParamLen(env, bundleNameNApi) + 1; in GetResourcePartData() local
225 size_t strLen = GetParamLen(env, moduleNameNApi) + 1; in GetResourcePartData() local

Completed in 17 milliseconds

1234