Home
last modified time | relevance | path

Searched refs:lastDestFilePath_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_publisher_sys_event_callback.cpp33 lastDestFilePath_ = destPath_; in OnQuery()
34 lastDestFilePath_.append("-") in OnQuery()
43 HandleEventFile(srcPath_, lastDestFilePath_); in OnQuery()
45 lastDestFilePath_ = destPath_; in OnQuery()
46 lastDestFilePath_.append("-") in OnQuery()
64 HandleEventFile(srcPath_, lastDestFilePath_); in OnComplete()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_publisher_sys_event_callback.h40 std::string lastDestFilePath_; variable