Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h103 ActionResult StartSink();
104 ActionResult StartSink(DHType dhType);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp143 auto sinkResult = StartSink(); in StartComponent()
151 DHLOGE("StartSink failed, some virtual components maybe cannot work, but want to continue"); in StartComponent()
347 ActionResult ComponentManager::StartSink() in StartSink() function in OHOS::DistributedHardware::ComponentManager
378 ActionResult ComponentManager::StartSink(DHType dhType) in StartSink() function in OHOS::DistributedHardware::ComponentManager
929 auto sinkResult = StartSink(dhType); in ReStartSA()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp345 * @tc.desc: Verify the StartSink function
351 auto ret = ComponentManager::GetInstance().StartSink(); in HWTEST_F()
357 * @tc.desc: Verify the StartSink function
364 auto ret = ComponentManager::GetInstance().StartSink(dhType); in HWTEST_F()

Completed in 5 milliseconds