Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp396 comHandler.sinkHandler = GetHandler(itor->second.compSinkLoc); in GetAllHandler()
465 if (compHandlerMap_[dhType].sinkHandler == nullptr) { in GetSink()
471 …(GetSinkHardwareClass)dlsym(compHandlerMap_[dhType].sinkHandler, COMPONENT_LOADER_GET_SINK_HANDLER… in GetSink()
474 dlclose(compHandlerMap_[dhType].sinkHandler); in GetSink()
475 compHandlerMap_[dhType].sinkHandler = nullptr; in GetSink()
597 int32_t ret = ReleaseHandler(compHandlerMap_[dhType].sinkHandler); in ReleaseSink()
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H A Ddistributed_input_collector.cpp66 …ributedInputCollector::StartCollectionThread(std::shared_ptr<AppExecFwk::EventHandler> sinkHandler) in StartCollectionThread() argument
68 sinkHandler_ = sinkHandler; in StartCollectionThread()
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/inputcollector/include/
H A Ddistributed_input_collector.h44 int32_t StartCollectionThread(std::shared_ptr<AppExecFwk::EventHandler> sinkHandler);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h45 void *sinkHandler; member
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp135 comHandler.sinkHandler = nullptr;