Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h100 ActionResult StartSource();
101 ActionResult StartSource(DHType dhType);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp142 auto sourceResult = StartSource(); in StartComponent()
146 DHLOGE("StartSource failed, some virtual components maybe cannot work, but want to continue"); in StartComponent()
298 ActionResult ComponentManager::StartSource() in StartSource() function in OHOS::DistributedHardware::ComponentManager
321 ActionResult ComponentManager::StartSource(DHType dhType) in StartSource() function in OHOS::DistributedHardware::ComponentManager
928 auto sourceResult = StartSource(dhType); in ReStartSA()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp320 * @tc.desc: Verify the StartSource function
326 auto ret = ComponentManager::GetInstance().StartSource(); in HWTEST_F()
332 * @tc.desc: Verify the StartSource function
339 auto ret = ComponentManager::GetInstance().StartSource(dhType); in HWTEST_F()

Completed in 4 milliseconds