Home
last modified time | relevance | path

Searched defs:maxStrLen (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_baselib_utils_test.cpp289 uint32_t maxStrLen = MAX_MALLOC_LEN / 3 * 4 + 10; variable
315 uint32_t maxStrLen = MAX_MALLOC_LEN / 4 * 3; variable
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_app_event_test.cpp135 constexpr size_t maxStrLen = 8 * 1024; variable
H A Dhiappevent_native_test.cpp275 int maxStrLen = 8 * 1024; variable
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Ddfx_util.cpp79 uint32_t maxStrLen = NAME_BUF_LEN; in TrimAndDupStr() local
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/include/
H A Dnativetoken.h91 uint32_t maxStrLen; member
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.cpp229 const uint32_t maxStrLen = 1024; in CodeMiddlePart() local
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/src/
H A Dnativetoken.c95 static void StrAttrSet(StrArrayAttr *attr, uint32_t maxStrLen, int32_t maxStrNum, const char *strKe… in StrAttrSet()
/ohos5.0/base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/
H A Ddslm_fuzzer.cpp224 uint32_t maxStrLen = 4; in Base64EncodeAppTest() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/event/
H A Ddrag_and_drop_impl.cpp99 ArkUI_DragEvent* event, char* eventTypeArray[], int32_t length, int32_t maxStrLen) in OH_ArkUI_DragEvent_GetDataTypes()