Home
last modified time | relevance | path

Searched defs:maxLen (Results 1 – 25 of 26) sorted by relevance

12

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_query_callback_c.cpp29 constexpr size_t maxLen = 16; in ConvertDomain() local
35 constexpr size_t maxLen = 32; in ConvertEventName() local
41 constexpr size_t maxLen = 5; in ConvertTimeZone() local
57 constexpr size_t maxLen = 384 * 1024; // max length of the event is 384KB in ConvertJsonStr() local
/base/security/crypto_framework/common/src/
Dutils.c21 bool IsStrValid(const char *str, uint32_t maxLen) in IsStrValid()
/base/theme/screenlock_mgr/interfaces/kits/napi/src/
Dscreenlock_js_util.cpp26 size_t maxLen = ScreenLockJsUtil::MAX_LEN; in Convert2String() local
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/gethttpauthcredentials_fuzzer/
Dgethttpauthcredentials_fuzzer.cpp28 constexpr int32_t maxLen = 256; in DoSomethingInterestingWithMyAPI() local
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/
Dhcfciphercreate_fuzzer.cpp39 int32_t maxLen = *cipherTextLen; in AesEncrypt() local
78 int32_t maxLen = cipherTextLen; in AesDecrypt() local
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
Dmy_file_descriptor_listener.cpp31 constexpr int32_t maxLen = sizeof(struct TransferMedicalSensorEvents) * RECEIVE_DATA_SIZE; variable
/base/theme/wallpaper_mgr/interfaces/kits/napi/
Dwallpaper_js_util.cpp25 size_t maxLen = WallpaperJSUtil::MAX_LEN; in Convert2String() local
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
Dauth_instance_v9.cpp198 static const size_t maxLen = 10; in On() local
242 static const size_t maxLen = 10; in Off() local
Duser_auth_impl.cpp135 static const size_t maxLen = 20; in ParseExecuteAuthType() local
163 static const size_t maxLen = 20; in ParseExecuteSecureLevel() local
Duser_auth_napi_helper.cpp252 size_t maxLen = len; in GetStrValue() local
/base/startup/appspawn_lite/services/src/
Dappspawn_message.c62 static enum OHOSLiteErrorCode ReadStringItem(cJSON* strItem, char** buf, size_t maxLen, size_t minL… in ReadStringItem()
/base/startup/appspawn/lite/
Dappspawn_message.c63 static enum OHOSLiteErrorCode ReadStringItem(cJSON *strItem, char **buf, size_t maxLen, size_t minL… in ReadStringItem()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
Decdh_openssl.c105 size_t maxLen; in EcdhDerive() local
/base/security/device_security_level/oem_property/ohos/impl/
Ddslm_ohos_request.c149 int32_t GetCredFromCurrentDevice(char *credStr, uint32_t maxLen) in GetCredFromCurrentDevice()
/base/request/request/download/interfaces/kits/js/napi/download_single/src/
Ddownload_event.cpp143 size_t maxLen = NapiUtils::MAX_LEN; in Convert2String() local
/base/useriam/face_auth/frameworks/js/napi/src/
Dface_auth_napi.cpp125 static constexpr int maxLen = 25; in SetSurfaceId() local
/base/security/crypto_framework/test/unittest/src/
Dcrypto_3des_cipher_test.cpp79 int32_t maxLen = *cipherTextLen; in DesEncrypt() local
122 int32_t maxLen = cipherTextLen; in DesDecrypt() local
169 int32_t maxLen = *cipherTextLen; in DesNoUpdateEncrypt() local
199 int32_t maxLen = cipherTextLen; in DesNoUpdateDecrypt() local
Dcrypto_aes_cipher_test.cpp296 int32_t maxLen = *cipherTextLen; in AesEncrypt() local
341 int32_t maxLen = cipherTextLen; in AesDecrypt() local
389 int32_t maxLen = *cipherTextLen; in AesNoUpdateEncrypt() local
421 int32_t maxLen = cipherTextLen; in AesNoUpdateDecrypt() local
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
Decdsa_openssl.c209 size_t maxLen; in EngineSignDoFinal() local
Dsignature_rsa_openssl.c337 size_t maxLen; in EngineSign() local
/base/hiviewdfx/hiview/adapter/utility/
Dfile_util.cpp295 bool GetLastLine(std::istream &fin, std::string &line, uint32_t maxLen) in GetLastLine()
/base/hiviewdfx/hiview/adapter/utility/platform/ohos/
Dfile_util.cpp251 bool GetLastLine(std::istream &fin, std::string &line, uint32_t maxLen) in GetLastLine()
/base/time/time_service/framework/js/napi/common/src/
Dnapi_utils.cpp61 size_t maxLen = STR_MAX_LENGTH; in GetValue() local
/base/hiviewdfx/hiview/plugins/eventservice/
Devent_json_parser.cpp82 size_t maxLen = 12; in GetConfiguredTestType() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp496 const char* propertyName, std::vector<uint8_t> &propertyVal, uint8_t maxLen) in ParseInt32Array()

12