Home
last modified time | relevance | path

Searched refs:GetUint64Array (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Ddevice_resource_if.c28 instance->GetUint64Array = HcsGetUint64Array; in HcsIfaceConstruct()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Ddevice_resource_if.h306 …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 Dhcs_config_test.c781 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 Daudio_parse.c524 ret = drsOps->GetUint64Array(device->property, HW_INFO, buf, num, 0); in AudioGetPortInfoConfig()