Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp392 comHandler.sourceHandler = GetHandler(itor->second.compSourceLoc); in GetAllHandler()
436 if (compHandlerMap_[dhType].sourceHandler == nullptr) { in GetSource()
437 DHLOGE("sourceHandler is null."); in GetSource()
442 compHandlerMap_[dhType].sourceHandler, COMPONENT_LOADER_GET_SOURCE_HANDLER.c_str()); in GetSource()
445 dlclose(compHandlerMap_[dhType].sourceHandler); in GetSource()
446 compHandlerMap_[dhType].sourceHandler = nullptr; in GetSource()
577 int32_t ret = ReleaseHandler(compHandlerMap_[dhType].sourceHandler); in ReleaseSource()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h42 void *sourceHandler; member
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp133 comHandler.sourceHandler = nullptr; in HWTEST_F()
237 comHandler.sourceHandler = nullptr; in HWTEST_F()

Completed in 3 milliseconds