Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h99 bool InitCompSink();
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp207 * @tc.desc: Verify the InitCompSink
215 auto ret = ComponentManager::GetInstance().InitCompSink(); in HWTEST_F()
422 * @tc.desc: Verify the InitCompSink function
428 bool ret = ComponentManager::GetInstance().InitCompSink(); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp119 if (!InitCompSink()) { in InitComponentHandler()
120 DHLOGE("InitCompSink failed."); in InitComponentHandler()
513 bool ComponentManager::InitCompSink() in InitCompSink() function in OHOS::DistributedHardware::ComponentManager

Completed in 4 milliseconds