Home
last modified time | relevance | path

Searched defs:arraySize (Results 1 – 25 of 41) sorted by relevance

12

/base/update/updateservice/services/firmware/utils/src/
Dfirmware_check_analyze_utils.cpp80 int32_t arraySize = cJSON_GetArraySize(itemCheckResults); in AnalyzeBlVersionCheckResults() local
145 int32_t arraySize = cJSON_GetArraySize(checkResults); in ProcessCheckResults() local
185 int32_t arraySize = cJSON_GetArraySize(descriptInfo); in ProcessDescriptInfo() local
/base/msdp/device_status/utils/custom_config/src/
Dspecial_input_device_parser.cpp115 int32_t arraySize = cJSON_GetArraySize(exactlyMatchJson); in ParseExactlyMatch() local
143 int32_t arraySize = cJSON_GetArraySize(containMatchJson); in ParseContainMatch() local
172 int32_t arraySize = cJSON_GetArraySize(specialInputDevJson); in ParseSpecialInputDevice() local
Dproduct_name_definition_parser.cpp90 int32_t arraySize = cJSON_GetArraySize(productNameMapJson); in ParseProductNameMap() local
/base/startup/appspawn/interfaces/innerkits/dec_util/src/
Ddec_api.cpp78 int arraySize = cJSON_GetArraySize(mountPoints); in AddDecPathsByPermission() local
121 int arraySize = cJSON_GetArraySize(permission); in ProcessConfig() local
/base/update/updateservice/interfaces/inner_api/feature/update/model/policy/src/
Dupgrade_policy.cpp28 size_t arraySize = COUNT_OF(autoUpgradePeriods); in ReadFromParcel() local
/base/web/webview/test/fuzztest/ohos_adapter/cert_mgr_adapter/getusercertdata_fuzzer/
Dgetusercertdata_fuzzer.cpp31 const size_t arraySize = dataProvider.ConsumeIntegralInRange<size_t>(1, MAX_ARRAY_SIZE); in GetUserCertDataFuzzTest() local
/base/security/crypto_framework/frameworks/js/jsi/src/
Djsi_utils.cpp34 size_t arraySize = 0; in ParseUint8ArrayToBlob() local
/base/request/request/test/unittest/cpp_test/fwkTest/src/
Dresponse_message_receiver_test.cpp402 int arraySize = 64; // 64 is char array length variable
441 int arraySize = INT32_SIZE + INT64_SIZE; variable
524 int arraySize = INT32_SIZE + INT64_SIZE; variable
863 int arraySize = INT32_SIZE + INT64_SIZE; variable
/base/startup/appspawn/modules/common/
Dappspawn_encaps.c143 …AWN_STATIC int AddPermissionIntArrayToValue(cJSON *arrayItem, UserEncap *encap, uint32_t arraySize) in AddPermissionIntArrayToValue()
167 …WN_STATIC int AddPermissionBoolArrayToValue(cJSON *arrayItem, UserEncap *encap, uint32_t arraySize) in AddPermissionBoolArrayToValue()
225 uint32_t arraySize = (uint32_t)cJSON_GetArraySize(permissionItemArr); in AddPermissionArrayToValue() local
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_record.cpp228 int arraySize = src->Size(); in GetParamValue() local
244 int arraySize = src->Size(); in GetParamValue() local
260 int arraySize = src->Size(); in GetParamValue() local
276 int arraySize = src->Size(); in GetParamValue() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_file_operator.c381 const uint32_t arraySize, uint32_t count) in CmUidLayerGetFileNames()
406 const uint32_t arraySize, uint32_t *fileCount) in CmUidLayerGetFileCountAndNames()
456 const uint32_t arraySize, uint32_t *fileCount) in CmUserIdLayerGetFileCountAndNames()
Dcert_manager_query.c120 uint32_t arraySize = sizeof(struct CmMutableBlob) * (uint32_t)uidCount; in CreateCertPathList() local
339 uint32_t arraySize = sizeof(struct CertFileInfo) * MAX_COUNT_CERTIFICATE_ALL; in CreateCertFileList() local
/base/msdp/device_status/utils/json_parser/src/
Djson_parser.cpp130 int32_t arraySize = cJSON_GetArraySize(jsonNode); in ParseStringArray() local
/base/update/updateservice/test/fuzztest/common/
Dfuzztest_helper.cpp157 void FuzztestHelper::GetCharArray(char *charArray, uint32_t arraySize) in GetCharArray()
/base/hiviewdfx/faultloggerd/services/
Dfault_logger_config.cpp100 int arraySize = cJSON_GetArraySize(tempFiles); in ParseDirectoryConfig() local
/base/customization/enterprise_device_management/interfaces/inner_api/usb_manager/src/
Darray_usb_device_id_serializer.cpp63 const int arraySize = cJSON_GetArraySize(root); in Deserialize() local
/base/security/device_security_level/services/dslm/
Ddslm_msg_utils.c104 int32_t arraySize = GetSupportedCredTypes(credTypeArray, MAX_CRED_ARRAY_SIZE); in GenerateSecInfoRequestJson() local
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
Dhisysevent_c_wrapper.h38 unsigned int arraySize; member
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Dhisysevent_c.h87 size_t arraySize; member
/base/security/access_token/interfaces/innerkits/nativetoken/src/
Dnativetoken_json_oper.c303 int32_t arraySize = cJSON_GetArraySize(record); in UpdateGoalItemFromRecord() local
/base/powermgr/display_manager/brightness_manager/src/
Dconfig_parser_base.cpp162 uint32_t arraySize = (uint32_t)cJSON_GetArraySize(item); in ParsePointXy() local
/base/location/services/location_geocode/geocode/source/
Dgeo_convert_skeleton.cpp65 int arraySize = data.ReadInt32(); in ParseGeocodingMockInfos() local
/base/location/services/location_locator/locator/source/
Dpoi_info_manager.cpp208 int arraySize = cJSON_GetArraySize(poisArray); in ParsePoiInfoFromStr() local
/base/security/device_security_level/oem_property/include/
Ddslm_cred.h59 uint32_t arraySize; member
/base/account/os_account/frameworks/common/json_utils/src/
Djson_utils.cpp289 int32_t arraySize = cJSON_GetArraySize(array); in GetVectorStringFromJson() local
322 int32_t arraySize = cJSON_GetArraySize(array); in GetVectorUint8FromJson() local
392 int32_t arraySize = cJSON_GetArraySize(arrayItem); in GetSetStringFromJson() local

12