Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h98 bool InitCompSource();
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp193 * @tc.desc: Verify the InitCompSource
201 auto ret = ComponentManager::GetInstance().InitCompSource(); in HWTEST_F()
409 * @tc.desc: Verify the InitCompSource function
415 bool ret = ComponentManager::GetInstance().InitCompSource(); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp115 if (!InitCompSource()) { in InitComponentHandler()
116 DHLOGE("InitCompSource failed."); in InitComponentHandler()
489 bool ComponentManager::InitCompSource() in InitCompSource() function in OHOS::DistributedHardware::ComponentManager

Completed in 5 milliseconds