Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_read.cpp41 constexpr char APP_EVENT_DIR[] = "/hiappevent/"; variable
113 ifstream fin(logPersistDir + string(APP_EVENT_DIR) + fileName); in ParseSingFileLogs()
204 DIR* dir = opendir((logPersistDir + APP_EVENT_DIR).c_str()); in AllMatchedLogFiles()
H A Dhiappevent_config.cpp43 const std::string APP_EVENT_DIR = "/hiappevent/"; variable
212 std::string dir = context->GetFilesDir() + APP_EVENT_DIR; in GetStorageDir()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dos_event_listener.cpp40 const std::string APP_EVENT_DIR = "/hiappevent"; variable
88 osEventPath_ = context->GetCacheDir() + APP_EVENT_DIR; in Init()