Home
last modified time | relevance | path

Searched refs:RecoverDistributedHardware (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h116 void RecoverDistributedHardware(DHType dhType);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp708 ComponentManager::GetInstance().RecoverDistributedHardware(dhType);
736 ComponentManager::GetInstance().RecoverDistributedHardware(dhType);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp911 RecoverDistributedHardware(dhType); in DoRecover()
930 void ComponentManager::RecoverDistributedHardware(DHType dhType) in RecoverDistributedHardware() function in OHOS::DistributedHardware::ComponentManager