Home
last modified time | relevance | path

Searched refs:DoRecover (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h114 void DoRecover(DHType dhType);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp910 ffrt::submit([this, dhType]() { this->DoRecover(dhType); }); in Recover()
913 void ComponentManager::DoRecover(DHType dhType) in DoRecover() function in OHOS::DistributedHardware::ComponentManager
917 DHLOGE("DoRecover setname failed."); in DoRecover()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp701 * @tc.desc: Verify the DoRecover function
708 ComponentManager::GetInstance().DoRecover(dhType); in HWTEST_F()

Completed in 4 milliseconds