Home
last modified time | relevance | path

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

123

/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dc_array.c30 uint32_t arraySize = sizeof(uint8_t) * (*array)->len; in DestroyUint8Array() local
44 uint32_t arraySize = sizeof(uint64_t) * (*array)->len; in DestroyUint64Array() local
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dc_array.c30 uint32_t arraySize = sizeof(uint8_t) * (*array)->len; in DestroyUint8Array() local
44 uint32_t arraySize = sizeof(uint64_t) * (*array)->len; in DestroyUint64Array() local
/ohos5.0/foundation/communication/dsoftbus/adapter/common/dfx/
H A Dsoftbus_adapter_hisysevent.cpp47 …vertToHisEventUint32Array(SoftBusEvtParam *srcParam, HiSysEventParam *dstParam, uint32_t arraySize) in ConvertToHisEventUint32Array()
65 uint32_t arraySize = sizeof(uint32_t) * SOFTBUS_HISYSEVT_PARAM_UINT32_ARRAY_SIZE; in ConvertEventParam() local
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dmacro_gen.cpp219 static uint32_t arraySize = 0; in NodeWalk() local
229 …TypeData(uint32_t type, const std::shared_ptr<AstObject> &current, uint32_t &arraySize, int32_t de… in SetTypeData()
280 …const std::string &arrayName, uint32_t &arraySize, uint32_t arrayType, const std::shared_ptr<AstOb… in SetTypeDataUinit64()
H A Dstartup_cfg_gen.cpp275 uint16_t arraySize = ConfigArray::CastFrom(arrayObj)->ArraySize(); in GetConfigArray() local
303 uint16_t arraySize = ConfigArray::CastFrom(intArrayObj)->ArraySize(); in GetConfigIntArray() local
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dcapability.cpp221 size_t arraySize; in AnalyzeUint32Set() local
254 size_t arraySize; in AnalyzeUint32Range() local
290 size_t arraySize; in AnalyzeStringSet() local
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dnet_policy_callback_observer.cpp112 auto arraySize = quotaPolicies->size(); in CreateNetQuotaPolicyChangeParam() local
126 auto arraySize = ifaces->size(); in CreateMeteredIfacesChangeParam() local
/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Dresponse_message_receiver_test.cpp307 int arraySize = 64; // 64 is char array length variable
338 int arraySize = INT32_SIZE + INT64_SIZE; variable
399 int arraySize = INT32_SIZE + INT64_SIZE; variable
707 int arraySize = INT32_SIZE + INT64_SIZE; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/serializable/
H A Dserializable.h99 auto arraySize = cJSON_GetArraySize(subNode); in GetValue() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_util.cpp46 bool AceIsArrayForNapiValue(napi_env env, napi_value param, uint32_t& arraySize) in AceIsArrayForNapiValue()
306 uint32_t arraySize = 0; in AceUnwrapArrayInt32FromJS() local
351 uint32_t arraySize = 0; in AceUnwrapArrayLongFromJS() local
396 uint32_t arraySize = 0; in AceUnwrapArrayInt64FromJS() local
441 uint32_t arraySize = 0; in AceUnwrapArrayDoubleFromJS() local
486 uint32_t arraySize = 0; in AceUnwrapArrayBoolFromJS() local
531 uint32_t arraySize = 0; in AceUnwrapArrayStringFromJS() local
658 uint32_t arraySize = 0; in AceUnwrapArrayComplexFromJS() local
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A 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
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_file_operator.c365 const uint32_t arraySize, uint32_t count) in CmUidLayerGetFileNames()
390 const uint32_t arraySize, uint32_t *fileCount) in CmUidLayerGetFileCountAndNames()
440 const uint32_t arraySize, uint32_t *fileCount) in CmUserIdLayerGetFileCountAndNames()
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
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_sorted_vector_test.cpp308 int arraySize = svec.Size(); variable
329 int arraySize = svec.Size(); variable
374 int arraySize = svec.Size(); variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_util.cpp43 bool IsArrayForNapiValue(napi_env env, napi_value param, uint32_t &arraySize) in IsArrayForNapiValue()
301 uint32_t arraySize = 0; in UnwrapArrayInt32FromJS() local
348 uint32_t arraySize = 0; in UnwrapArrayLongFromJS() local
395 uint32_t arraySize = 0; in UnwrapArrayInt64FromJS() local
442 uint32_t arraySize = 0; in UnwrapArrayDoubleFromJS() local
489 uint32_t arraySize = 0; in UnwrapArrayBoolFromJS() local
534 uint32_t arraySize = 0; in UnwrapArrayStringFromJS() local
602 uint32_t arraySize = 0; in UnwrapArrayComplexFromJS() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dspirv_cross_helper_structs_gles.h70 size_t arraySize; in RENDER_BEGIN_NAMESPACE() member
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/
H A Dcubic_bezier.cpp44 int arraySize = static_cast<int>(duration / frameInterval); in GetZoomArray() local
/ohos5.0/base/update/updateservice/test/fuzztest/common/
H A Dfuzztest_helper.cpp157 void FuzztestHelper::GetCharArray(char *charArray, uint32_t arraySize) in GetCharArray()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Deffect_napi.cpp248 static bool IsArrayForNapiValue(napi_env env, napi_value param, uint32_t &arraySize) in IsArrayForNapiValue()
294 uint32_t arraySize = 0; in ParseJsVec3Value() local
H A Dfilter_napi.cpp216 static bool IsArrayForNapiValue(napi_env env, napi_value param, uint32_t &arraySize) in IsArrayForNapiValue()
236 uint32_t arraySize = 0; in GetStretchPercent() local
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination_scrollable_processor.cpp80 auto arraySize = scrollerArray->Length(); in ParseScrollerArray() local
103 auto arraySize = nestedScrollerArray->Length(); in ParseNestedScrollerArray() local
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
H A Dhisysevent_c_wrapper.h38 unsigned int arraySize; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/navigation/
H A Dnavigation_manager.cpp157 auto arraySize = allNavigationInfo->GetArraySize(); in StorageNavigationRecoveryInfo() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cremote_object.cpp109 static size_t arraySize = sizeof(ERROR_MAP) / sizeof(ERROR_MAP[0]); in ConvertSendRequestError() local

123