Home
last modified time | relevance | path

Searched defs:strLen (Results 51 – 75 of 134) sorted by relevance

123456

/ohos5.0/foundation/ability/idl_tool/parser/
H A Dlexer.cpp343 bool Lexer::strToInt(const char *str, int strLen, int& number) in strToInt()
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_hdi_util.c29 int ConvertMacToStr(const unsigned char *mac, int macSize, char *macStr, int strLen) in ConvertMacToStr()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push.cpp143 size_t strLen = 0; in OnUnregisterPushCallback() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dpublish.cpp196 size_t strLen = 0; in GetStringProperty() local
419 size_t strLen = 0; in ParsePublishAsBundleParameters() local
H A Dremove.cpp79 size_t strLen = 0; in ParseHashcodeTypeParams() local
251 size_t strLen = 0; in ParseParameters() local
H A Dcommon_convert_liveview.cpp430 size_t strLen = 0; in GetNotificationLocalLiveViewCapsule() local
515 size_t strLen = 0; in GetResourceObject() local
573 size_t strLen = 0; in GetNotificationLocalLiveViewButton() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_camera.cpp145 size_t strLen = sizeof(START_STR) - 1; in GetRecorderParam() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dcache_manager.cpp65 size_t strLen = strlen(path); in SetSrc() local
/ohos5.0/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()
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/
H A Dn_val.cpp56 size_t strLen = 0; in ToUTF8String() local
71 size_t strLen = 0; in ToUTF16String() local
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_c_test.cpp571 size_t strLen = MAX_STRING_LENGTH + 1; variable
645 size_t strLen = MAX_STRING_LENGTH; variable
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H A Dtransition_impl.cpp354 size_t strLen = strlen(src); in IsEndWith() local
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_javascript_result_callback.cpp208 void* mem, int flowbufIndex, int* argIndex, int* strLen) in FlowbufStrAtIndex()
254 int strLen = 0; in ConstructArgv() local
/ohos5.0/base/update/updater/services/package/pkg_verify/
H A Dopenssl_util.cpp97 int strLen = static_cast<int>(pemString.size()); in GetX509CertFromPemString() local
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dbase_font.h203 uint16_t& strLen) const in GetWildCardStaticStr()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/
H A Dn_val.cpp72 size_t strLen = 0; in ToUTF8String() local
97 size_t strLen = 0; in ToUTF16String() local
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_val.cpp73 size_t strLen = 0; in ToUTF8String() local
111 size_t strLen = 0; in ToUTF16String() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H A Dn_val.cpp119 size_t strLen = 0; in ToUTF8String() local
134 size_t strLen = 0; in ToUTF16String() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_function.cpp118 …nst char *MacChConToMacStr(const unsigned char *pChMac, size_t chLen, char *pStrMac, size_t strLen) in MacChConToMacStr()
/ohos5.0/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
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp158 int32_t strLen = strlen(str); in EndWith() local
180 int32_t strLen = strlen(str); in StartWith() local
/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H A Dbundle_manager_adapter_proxy.cpp528 int32_t strLen = 0; in GetParcelableFromAshmem() local
657 int32_t strLen = 0; in ParseAshmem() local
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/common/
H A Dmbedtls_ec_adapter.c568 int32_t MbedtlsBase64Encode(const uint8_t *byte, uint32_t byteLen, char *base64Str, uint32_t strLen in MbedtlsBase64Encode()
594 int32_t MbedtlsBase64Decode(const char *base64Str, uint32_t strLen, uint8_t *byte, uint32_t byteLen… in MbedtlsBase64Decode()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c517 uint32_t strLen = strlen(reply) + 1; in SendVerifyP2pFailRsp() local
548 uint32_t strLen = strlen(reply) + 1; in SendVerifyP2pRsp() local
937 uint32_t strLen = strlen(msg) + 1; in StartVerifyP2pInfo() local

123456