| /drivers/peripheral/pin_auth/hdi_service/common/src/ |
| D | c_array.c | 23 void DestroyUint8Array(Uint8Array **array) in DestroyUint8Array() 37 void DestroyUint64Array(Uint64Array **array) in DestroyUint64Array() 53 Uint8Array *array = Malloc(sizeof(Uint8Array)); in CreateUint8ArrayBySize() local 77 Uint8Array *array = CreateUint8ArrayBySize(len); in CreateUint8ArrayByData() local 100 Uint64Array *array = Malloc(sizeof(Uint64Array)); in CreateUint64ArrayByData() local
|
| D | attribute.c | 58 #define ARRAY_LENGTH(array) (uint32_t)(sizeof(array) / sizeof((array)[0])) argument 85 IAM_STATIC void Ntohl64Array(Uint64Array *array) in Ntohl64Array() 92 IAM_STATIC void Htonl64Array(Uint64Array *array) in Htonl64Array() 286 Uint8Array *array = attribute->values[i]; in GetAttributeSerializedMsg() local
|
| /drivers/peripheral/user_auth/hdi_service/utils/src/ |
| D | c_array.c | 23 void DestroyUint8Array(Uint8Array **array) in DestroyUint8Array() 37 void DestroyUint64Array(Uint64Array **array) in DestroyUint64Array() 53 Uint8Array *array = Malloc(sizeof(Uint8Array)); in CreateUint8ArrayBySize() local 77 Uint8Array *array = CreateUint8ArrayBySize(len); in CreateUint8ArrayByData() local 100 Uint64Array *array = Malloc(sizeof(Uint64Array)); in CreateUint64ArrayByData() local
|
| D | attribute.c | 76 #define ARRAY_LENGTH(array) (uint32_t)(sizeof(array) / sizeof((array)[0])) argument 103 IAM_STATIC void Ntohl64Array(Uint64Array *array) in Ntohl64Array() 110 IAM_STATIC void Htonl64Array(Uint64Array *array) in Htonl64Array() 303 Uint8Array *array = attribute->values[i]; in GetAttributeSerializedMsg() local
|
| /drivers/hdf_core/framework/model/display/driver/lcdkit/ |
| D | lcdkit_parse_config.c | 20 static int32_t GetDsiCmdCount(uint8_t *array, int32_t len, uint32_t *count) in GetDsiCmdCount() 47 static int32_t ParseDsiCmd(struct PanelCmd *cmd, int32_t count, uint8_t *array, int32_t len) in ParseDsiCmd() 101 uint8_t *array = (uint8_t *)OsalMemCalloc(len * sizeof(uint8_t)); in ParseCmdConfig() local 161 uint32_t *array = (uint32_t *)OsalMemCalloc(count * sizeof(uint32_t)); in ParsePowerSetting() local 198 uint32_t *array = (uint32_t *)OsalMemCalloc(count * sizeof(uint32_t)); in ParsePowerSequeue() local
|
| /drivers/peripheral/pin_auth/hdi_service/common/inc/ |
| D | c_array.h | 27 #define IS_ARRAY_NULL(array) ((array).data == NULL || (array).len == 0) argument 28 #define IS_ARRAY_VALID(array) ((array).data != NULL || ((array).data == NULL && (array).len == 0)) argument
|
| /drivers/peripheral/user_auth/hdi_service/utils/inc/ |
| D | c_array.h | 28 #define IS_ARRAY_NULL(array) ((array).data == NULL || (array).len == 0) argument 29 #define IS_ARRAY_VALID(array) ((array).data != NULL || ((array).data == NULL && (array).len == 0)) argument
|
| /drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/ |
| D | usb_driver_info.cpp | 26 cJSON* array = cJSON_CreateArray(); in SetArrayToObj() local 49 static bool GetObjectItem(const cJSON *jsonObj, const string &key, vector<uint16_t> &array) in GetObjectItem()
|
| /drivers/peripheral/user_auth/test/unittest/database/ |
| D | idm_file_manager_test.cpp | 91 uint8_t array[objectSize2]; variable 101 uint8_t array[objectSize]; variable
|
| /drivers/interface/camera/metadata/include/ |
| D | metadata_utils.h | 72 uint8_t array[typeLen] = {0}; in ReadData() local
|
| /drivers/peripheral/camera/interfaces/hdi_ipc/utils/include/ |
| D | utils_data_stub.h | 69 uint8_t array[typeLen] = {0}; in ReadData() local
|
| /drivers/peripheral/user_auth/test/unittest/attribute_test/ |
| D | attribute_test.cpp | 218 std::vector<uint8_t> array; variable 266 std::vector<uint8_t> array = {12, 14, 16, 15, 34, 123, 154, 48, 154, 102, 188}; variable 325 std::vector<uint64_t> array; variable 374 std::vector<uint64_t> array = {12, 14, 16, 15, 34, 123, 154, 48, 154, 102, 188}; variable
|
| /drivers/peripheral/codec/hal/idl_service/src/ |
| D | codec_omx_core.cpp | 122 char array[roleCount][OMX_MAX_STRINGNAME_SIZE]; in GetRolesOfComponent() local
|
| D | codec_component_config.cpp | 307 std::unique_ptr<int32_t[]> array = std::make_unique<int32_t[]>(count); in GetUintTableConfig() local
|
| /drivers/peripheral/user_auth/test/unittest/co_auth/ |
| D | executor_message_test.cpp | 177 uint8_t array[dataLen] = { 1, 2, 3, 4, 5, 6 }; variable 389 Uint64Array array = {}; variable 414 Uint64Array array = {}; variable
|
| D | co_auth_test.cpp | 346 Uint64Array array = {}; variable 361 Uint64Array array = {}; variable
|
| /drivers/hdf_core/framework/tools/hc-gen/src/ |
| D | text_gen.cpp | 286 auto array = ConfigArray::CastFrom(value); in GenTermDefinition() local 558 auto array = ConfigArray::CastFrom(object->Child()); in PrintArrayImplInSubClass() local 667 auto array = ConfigArray::CastFrom(object->Child()); in ArrayVariablesDeclareGen() local
|
| D | parser.cpp | 394 auto array = std::make_shared<ConfigArray>(current_); in ParseArray() local
|
| D | decompile.cpp | 238 auto array = std::make_shared<AstObject>(std::string(), PARSEROP_ARRAY, 0); in RebuildArray() local
|
| D | ast.cpp | 835 ConfigArray::ConfigArray(const ConfigArray &array) : ConfigArray() in ConfigArray() 851 ConfigArray &ConfigArray::operator=(const ConfigArray &array) in operator =() 890 auto array = ConfigArray::CastFrom(src); in Copy() local
|
| /drivers/peripheral/codec/image/config/ |
| D | codec_image_config.cpp | 174 std::unique_ptr<int32_t[]> array = std::make_unique<int32_t[]>(count); in GetUintTableConfig() local
|
| /drivers/peripheral/user_auth/test/unittest/user_auth_test/ |
| D | context_manager_test.cpp | 155 Uint64Array array = {}; variable
|
| /drivers/peripheral/pin_auth/hdi_service/main/src/ |
| D | all_in_one_func.c | 346 Uint8Array *array = CreateUint8ArrayBySize(ROOT_SECRET_LEN); in GetRootSecretFromAttr() local
|
| /drivers/peripheral/user_auth/hdi_service/coauth/src/ |
| D | executor_message.c | 297 Uint8Array array = { Malloc(ROOT_SECRET_LEN), ROOT_SECRET_LEN }; in GetRootSecretFromAttribute() local 322 Uint8Array array = { Malloc(ROOT_SECRET_LEN), ROOT_SECRET_LEN }; in GetOldRootSecretFromAttribute() local
|
| /drivers/hdf_core/framework/include/wifi/ |
| D | hdf_wifi_event.h | 271 uint8_t array[2]; /**< Reserved */ member
|