Home
last modified time | relevance | path

Searched refs:InitPath (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dbackup_manager.cpp76 (void)StoreUtil::InitPath(topPath); in Prepare()
77 (void)StoreUtil::InitPath(storePath); in Prepare()
128 (void)StoreUtil::InitPath(topPath); in Backup()
129 (void)StoreUtil::InitPath(storePath); in Backup()
H A Dstore_factory.cpp162 auto result = StoreUtil::InitPath(fullPath); in GetDBManager()
283 (void)StoreUtil::InitPath(rekeyPath); in ExecuteRekey()
H A Dstore_util.cpp155 bool StoreUtil::InitPath(const std::string &path) in InitPath() function in OHOS::DistributedKv::StoreUtil
H A Dsecurity_manager.cpp163 StoreUtil::InitPath(keyPath); in SaveKeyToFile()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_util_test.cpp145 bool success = storeUtil_.InitPath(path);
180 bool success = storeUtil_.InitPath(path);
H A Dstore_factory_test.cpp152 StoreUtil::InitPath(fullPath); in GetDBManager()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_util.h42 static bool InitPath(const std::string &path);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_util.h43 static bool InitPath(const std::string &path);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_security_manager.h106 static bool InitPath(const std::string &fileDir);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp434 bool RdbSecurityManager::InitPath(const std::string &fileDir) in InitPath() function in OHOS::NativeRdb::RdbSecurityManager
648 if (!InitPath(lockDir)) { in KeyFiles()
684 if (!InitPath(keyDir)) { in InitKeyPath()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp119 auto result = StoreUtil::InitPath(fullPath); in GetDBManager()
H A Dstore_util.cpp165 bool StoreUtil::InitPath(const std::string &path) in InitPath() function in OHOS::DistributedKv::StoreUtil