Home
last modified time | relevance | path

Searched refs:AddExportTask (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_publisher.h45 …void AddExportTask(std::shared_ptr<BaseEventQueryWrapper> queryWrapper, int64_t timestamp, int32_t…
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_publisher.cpp245 void DataPublisher::AddExportTask(std::shared_ptr<BaseEventQueryWrapper> queryWrapper, int64_t time… in AddExportTask() function in OHOS::HiviewDFX::DataPublisher
H A Dsys_event_service_ohos.cpp558 dataPublisher_->AddExportTask(queryWrapper, currentTime, uid); in Export()