Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_publish/
H A Devent_publish.cpp33 const std::string PATH_DIR = "/data/log/hiview/system_event_db/events/temp"; variable
88 std::string srcPath = PATH_DIR; in GetTempFilePath()
334 FileUtil::GetDirFiles(PATH_DIR, files, false); in SendEventToSandBox()
377 if (!FileUtil::FileExists(PATH_DIR) && !FileUtil::ForceCreateDirectory(PATH_DIR)) { in PushEvent()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_share_common.h28 constexpr const char* PATH_DIR = "/data/log/hiview/system_event_db/events/"; variable
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_publisher.cpp283 if (!FileUtil::FileExists(PATH_DIR) && !FileUtil::ForceCreateDirectory(PATH_DIR)) { in CreateHiviewTempDir()