Home
last modified time | relevance | path

Searched refs:dirPath_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_store.cpp83 if (dirPath_.empty()) { in CreateDbStore()
87 if (!FileUtil::FileExists(dirPath_) && !FileUtil::ForceCreateDirectory(dirPath_)) { in CreateDbStore()
92 NativeRdb::RdbStoreConfig config(dirPath_ + DATABASE_NAME); in CreateDbStore()
108 …if (int ret = NativeRdb::RdbHelper::DeleteRdbStore(dirPath_ + DATABASE_NAME); ret != NativeRdb::E_… in DestroyDbStore()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_share_store.h31 DataShareStore(std::string dirPath): dbStore_(nullptr), dirPath_(dirPath){}; in DataShareStore()
43 std::string dirPath_; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp159 NativeRdb::RdbStoreConfig config(dirPath_ + DATABASE_NAME); in InitDbStore()
187 dirPath_ = FileUtil::GetFilePathByDir(dir, DATABASE_DIR); in InitDbStoreDir()
188 if (!FileUtil::IsFileExists(dirPath_) && !FileUtil::ForceCreateDirectory(dirPath_)) { in InitDbStoreDir()
202 …if (int ret = NativeRdb::RdbHelper::DeleteRdbStore(dirPath_ + DATABASE_NAME); ret != NativeRdb::E_… in DestroyDbStore()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_store.h86 std::string dirPath_; variable