Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h82 std::vector<DHType> GetAllCompTypes();
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/localhardwaremanager/
H A Dlocal_hardware_manager.cpp51 std::vector<DHType> allCompTypes = ComponentLoader::GetInstance().GetAllCompTypes(); in Init()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp491 auto compTypes = ComponentLoader::GetInstance().GetAllCompTypes(); in InitCompSource()
515 auto compTypes = ComponentLoader::GetInstance().GetAllCompTypes(); in InitCompSink()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp101 std::vector<DHType> ComponentLoader::GetAllCompTypes() in GetAllCompTypes() function in OHOS::DistributedHardware::ComponentLoader