Home
last modified time | relevance | path

Searched refs:SetWorkLoop (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/
H A Dsys_event_service_adapter.cpp67 void SysEventServiceAdapter::SetWorkLoop(std::shared_ptr<EventLoop> looper) in SetWorkLoop() function in OHOS::HiviewDFX::SysEventServiceAdapter
74 service->SetWorkLoop(looper); in SetWorkLoop()
H A Dsys_event_service_adapter.h29 static void SetWorkLoop(std::shared_ptr<EventLoop> looper);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_publisher.h47 void SetWorkLoop(std::shared_ptr<EventLoop> looper);
H A Dsys_event_service_ohos.h88 void SetWorkLoop(std::shared_ptr<EventLoop> looper);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dsys_event_service_ohos.cpp562 void SysEventServiceOhos::SetWorkLoop(std::shared_ptr<EventLoop> looper) in SetWorkLoop() function in OHOS::HiviewDFX::SysEventServiceOhos
568 dataPublisher_->SetWorkLoop(looper); in SetWorkLoop()
H A Ddata_publisher.cpp236 void DataPublisher::SetWorkLoop(std::shared_ptr<EventLoop> looper) in SetWorkLoop() function in OHOS::HiviewDFX::DataPublisher
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp117 SysEventServiceAdapter::SetWorkLoop(looper); in OnLoad()