Home
last modified time | relevance | path

Searched defs:arraySize (Results 1 - 25 of 33) sorted by relevance

12

/base/security/crypto_framework/frameworks/js/jsi/src/
H A Djsi_utils.cpp34 size_t arraySize = 0; in ParseUint8ArrayToBlob() local
/test/xts/device_attest/services/core/
H A Dattest_entry.c36 int32_t QueryAttest(int32_t** resultArray, int32_t arraySize, char** ticket, int32_t* ticketLength) in QueryAttest() argument
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_skeleton.cpp65 int arraySize = data.ReadInt32(); in ParseGeocodingMockInfos() local
H A Dgeo_convert_service.cpp220 int arraySize = 0; in ReportAddressMock() local
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
H A Dhisysevent_c_wrapper.h38 unsigned int arraySize; member
/base/security/access_token/interfaces/innerkits/nativetoken/src/
H A Dnativetoken_json_oper.c280 int32_t arraySize = cJSON_GetArraySize(record); in UpdateGoalItemFromRecord() local
H A Dnativetoken.c145 int32_t arraySize = cJSON_GetArraySize(object); in GetTokenList() local
/base/security/device_security_level/services/dslm/
H A Ddslm_msg_utils.c104 int32_t arraySize = GetSupportedCredTypes(credTypeArray, MAX_CRED_ARRAY_SIZE); in GenerateSecInfoRequestJson() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/
H A Dhks_rsa_sign_verify_test_common.cpp117 uint32_t arraySize = (sizeof(g_inDataArrayAfterHash) / sizeof(uint8_t *)); in HksRsaSignVerifyTestNormalCase() local
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
H A Dhuks_warpped_test.cpp126 InitCommonTestParamsAndDoImport(struct HksImportWrappedKeyTestParams *importWrappedKeyTestParams, const struct OH_Huks_Param *importedKeyParamSetArray, uint32_t arraySize) InitCommonTestParamsAndDoImport() argument
/test/xts/device_attest_lite/services/core/attest/
H A Dattest_service.c478 static int32_t QueryAttestStatusSwitch(int32_t** resultArray, int32_t arraySize, char** ticket, int32_t* ticketLength) in QueryAttestStatusSwitch() argument
506 int32_t QueryAttestStatus(int32_t** resultArray, int32_t arraySize, char** ticket, int32_t* ticketLength) in QueryAttestStatus() argument
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent_c.h87 size_t arraySize; member
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Dresponse_message_receiver_test.cpp307 int arraySize = 64; // 64 is char array length in HWTEST_F() local
338 int arraySize = INT32_SIZE + INT64_SIZE; in HWTEST_F() local
399 int arraySize = INT32_SIZE + INT64_SIZE; HWTEST_F() local
707 int arraySize = INT32_SIZE + INT64_SIZE; HWTEST_F() local
[all...]
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_query.c118 uint32_t arraySize = sizeof(struct CmMutableBlob) * (uint32_t)uidCount; in CreateCertPathList() local
306 uint32_t arraySize = sizeof(struct CertFileInfo) * MAX_COUNT_CERTIFICATE; in CreateCertFileList() local
H A Dcert_manager_file_operator.c364 CmUidLayerGetFileNames(const char *filePath, struct CmBlob *fileNames, const uint32_t arraySize, uint32_t count) CmUidLayerGetFileNames() argument
389 CmUidLayerGetFileCountAndNames(const char *path, struct CmBlob *fileNames, const uint32_t arraySize, uint32_t *fileCount) CmUidLayerGetFileCountAndNames() argument
439 CmUserIdLayerGetFileCountAndNames(const char *path, struct CmBlob *fileNames, const uint32_t arraySize, uint32_t *fileCount) CmUserIdLayerGetFileCountAndNames() argument
/base/security/device_security_level/oem_property/include/
H A Ddslm_cred.h59 uint32_t arraySize; member
/base/update/updateservice/test/fuzztest/common/
H A Dfuzztest_helper.cpp157 void FuzztestHelper::GetCharArray(char *charArray, uint32_t arraySize) in GetCharArray() argument
/test/xts/device_attest/services/core/attest/
H A Dattest_service.c505 static int32_t QueryAttestStatusSwitch(int32_t** resultArray, int32_t arraySize, char** ticket, int32_t* ticketLength) in QueryAttestStatusSwitch() argument
534 int32_t QueryAttestStatus(int32_t** resultArray, int32_t arraySize, char** ticket, int32_t* ticketLength) in QueryAttestStatus() argument
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_set_param.cpp453 uint32_t arraySize = 0; in ParseSetStaticSubscriberStateParam() local
/base/security/huks/interfaces/kits/liteapi/src/
H A Dhks_lite_api_common.cpp119 size_t arraySize = 0; in ParseUint8ArrayToHksBlob() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_import_wrapped_x25519_suite_test.cpp382 InitCommonTestParamsAndDoImport(struct HksImportWrappedKeyTestParams *importWrappedKeyTestParams, const struct HksParam *importedKeyParamSetArray, uint32_t arraySize) InitCommonTestParamsAndDoImport() argument
H A Dhks_import_wrapped_ecdh_suite_test.cpp319 InitCommonTestParamsAndDoImport(struct HksImportWrappedKeyTestParams *importWrappedKeyTestParams, const struct HksParam *importedKeyParamSetArray, uint32_t arraySize) InitCommonTestParamsAndDoImport() argument
/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H A Dmessage_parcel_helper.cpp276 size_t arraySize = COUNT_OF(policy.autoUpgradePeriods); in ReadUpgradePolicy() local
/base/location/services/location_locator/locator/source/
H A Dlocator_skeleton.cpp899 int arraySize = data.ReadInt32(); in PreSetReverseGeocodingMockInfo() local
/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/
H A Ddownloaduploadmanager_fuzzer.cpp566 int arraySize = 64; // 64 is char array length in ResponseMessageFuzzTestProgressExtrasFromParcel() local
596 int arraySize = INT32_SIZE + INT64_SIZE; in ResponseMessageFuzzTestVecInt64FromParcel() local
632 int arraySize = INT32_SIZE + INT64_SIZE; ResponseMessageFuzzTestMsgHeaderParcel() local
[all...]

Completed in 24 milliseconds

12