Searched refs:compUUID (Results 1 – 16 of 16) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | _comp_ver_info_v10.md | 21 | unsigned char[] [compUUID](#compuuid) | 组件的UUID标识符。 | 40 ### compUUID subsection 43 unsigned char [] CompVerInfo::compUUID
|
H A D | _comp_ver_info_v20.md | 21 | unsigned char[] [compUUID](#compuuid) | 组件的UUID标识符。 | 39 ### compUUID subsection 42 unsigned char [] CompVerInfo::compUUID
|
/ohos5.0/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_type.h | 205 uint8_t compUUID[UUID_LENGTH]; /** The UUID of the component */ member
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/cpp_target/codec/v1_0/ |
H A D | codec_types.cpp.txt | 678 if (!WritePodArray(data, dataBlock.compUUID)) { 679 HDF_LOGE("%{public}s: failed to write dataBlock.compUUID", __func__); 704 if (!ReadPodArray(data, dataBlock.compUUID)) { 705 HDF_LOGE("%{public}s: failed to read dataBlock.compUUID", __func__);
|
H A D | codec_types.h.txt | 290 std::vector<uint8_t> compUUID;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/ |
H A D | codec_types.cpp.txt | 688 if (!WritePodArray(data, dataBlock.compUUID)) { 689 HDF_LOGE("%{public}s: failed to write dataBlock.compUUID", __func__); 714 if (!ReadPodArray(data, dataBlock.compUUID)) { 715 HDF_LOGE("%{public}s: failed to read dataBlock.compUUID", __func__);
|
H A D | codec_types.h.txt | 291 std::vector<uint8_t> compUUID;
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | component_node.cpp | 152 verInfo.compUUID.insert(verInfo.compUUID.end(), uuid, uuid + sizeof(OMX_UUIDTYPE)); in GetComponentVersion()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/dump_ast_target/ |
H A D | dump.txt | 368 unsigned char[] compUUID;
|
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | component_node.cpp | 100 …entVersion(comp_, verInfo.compName, &verInfo.compVersion, &verInfo.specVersion, &verInfo.compUUID); in GetComponentVersion()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/dump_ast_target/ |
H A D | dump.txt | 565 unsigned char[] compUUID;
|
/ohos5.0/drivers/interface/codec/v1_0/ |
H A D | CodecTypes.idl | 379 unsigned char[] compUUID; /**< UUID of the component. */
|
/ohos5.0/drivers/interface/codec/v2_0/ |
H A D | CodecTypes.idl | 382 unsigned char[] compUUID; /**< UUID of the component. */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/foo/codec/v1_0/ |
H A D | CodecTypes.idl | 379 unsigned char[] compUUID; /**< UUID of the component. */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/foo/codec/v2_0/ |
H A D | CodecTypes.idl | 382 unsigned char[] compUUID; /**< UUID of the component. */
|
/ohos5.0/drivers/interface/codec/v3_0/ |
H A D | CodecTypes.idl | 465 unsigned char[] compUUID; /**< UUID of the component. */
|