Searched refs:GetUint64Array (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/ |
H A D | device_resource_if.c | 28 instance->GetUint64Array = HcsGetUint64Array; in HcsIfaceConstruct()
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/ |
H A D | device_resource_if.h | 306 …int32_t (*GetUint64Array)(const struct DeviceResourceNode *node, const char *attrName, uint64_t *v… member
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/utils/hcs_parser/unittest/ |
H A D | hcs_config_test.c | 781 ret = g_devResInstance->GetUint64Array(dataType, READ_FOUR_DATA_TYPE, data, DATA_TYPE_NUM_U64, in HcsTestGetUint64ArraySuccess() 800 …ret = g_devResInstance->GetUint64Array(dataType, READ_FOUR_DATA_TYPE, data, 0, DEFAULT_UINT64_MAX); in HcsTestGetUint64ArrayFail() 806 … ret = g_devResInstance->GetUint64Array(dataType, READ_FOUR_DATA_TYPE, data, DATA_TYPE_NUM_U64 + 1, in HcsTestGetUint64ArrayFail()
|
/ohos5.0/drivers/hdf_core/framework/model/audio/core/src/ |
H A D | audio_parse.c | 524 ret = drsOps->GetUint64Array(device->property, HW_INFO, buf, num, 0); in AudioGetPortInfoConfig()
|