Home
last modified time | relevance | path

Searched defs:GetComponentVersion (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_manager.cpp154 int32_t DistributedHardwareManager::GetComponentVersion(std::unordered_map<DHType, std::string> &ve… in GetComponentVersion() function in OHOS::DistributedHardware::DistributedHardwareManager
H A Ddistributed_hardware_manager_factory.cpp224 int32_t DistributedHardwareManagerFactory::GetComponentVersion(std::unordered_map<DHType, std::stri… in GetComponentVersion() function in OHOS::DistributedHardware::DistributedHardwareManagerFactory
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_if.h76 int32_t (*GetComponentVersion)(struct CodecComponentType *self, struct CompVerInfo *verInfo); member
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp83 int32_t CodecComponentService::GetComponentVersion(CompVerInfo &verInfo) in GetComponentVersion() function in OHOS::HDI::Codec::V3_0::CodecComponentService
H A Dcomponent_node.cpp138 int32_t ComponentNode::GetComponentVersion(CompVerInfo &verInfo) in GetComponentVersion() function in OHOS::Codec::Omx::ComponentNode
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp93 int32_t ComponentNode::GetComponentVersion(struct CompVerInfo &verInfo) in GetComponentVersion() function in OHOS::Codec::Omx::ComponentNode
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp265 BENCHMARK_F(CodecBenchmarkOmxTest, GetComponentVersion)(benchmark::State &state) in BENCHMARK_F() argument