Home
last modified time | relevance | path

Searched refs:sinkHandler (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp394 comHandler.sinkHandler = GetHandler(itor->second.compSinkLoc); in GetAllHandler()
460 if (compHandlerMap_[dhType].sinkHandler == nullptr) { in GetSink()
461 DHLOGE("sinkHandler is null."); in GetSink()
466 (GetSinkHardwareClass)dlsym(compHandlerMap_[dhType].sinkHandler, COMPONENT_LOADER_GET_SINK_HANDLER.c_str()); in GetSink()
469 dlclose(compHandlerMap_[dhType].sinkHandler); in GetSink()
470 compHandlerMap_[dhType].sinkHandler = nullptr; in GetSink()
591 int32_t ret = ReleaseHandler(compHandlerMap_[dhType].sinkHandler); in ReleaseSink()
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H A Ddistributed_input_collector.cpp66 int32_t DistributedInputCollector::StartCollectionThread(std::shared_ptr<AppExecFwk::EventHandler> sinkHandler) in StartCollectionThread() argument
68 sinkHandler_ = sinkHandler; in StartCollectionThread()
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/include/
H A Ddistributed_input_collector.h44 int32_t StartCollectionThread(std::shared_ptr<AppExecFwk::EventHandler> sinkHandler);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h44 void *sinkHandler; member
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp169 comHandler.sinkHandler = nullptr; in HWTEST_F()
256 comHandler.sinkHandler = nullptr; in HWTEST_F()

Completed in 4 milliseconds