Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_config.cpp179 this->storageDir = dir; in SetStorageDir()
196 if (!this->storageDir.empty()) { in GetStorageDir()
197 return this->storageDir; in GetStorageDir()
211 return this->storageDir; in GetStorageDir()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_config.h44 std::string storageDir = ""; variable