Searched refs:needCreate (Results 1 - 7 of 7) sorted by relevance
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | security_manager.cpp | 28 const std::string &path, bool needCreate) in GetDBPassword() 32 if (!needCreate) { in GetDBPassword() 27 GetDBPassword(const std::string &name, const std::string &path, bool needCreate) GetDBPassword() argument
|
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/ |
H A D | security_manager.h | 24 DBPassword GetDBPassword(const std::string &name, const std::string &path, bool needCreate = false);
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | security_manager.h | 79 DBPassword GetDBPassword(const std::string &name, const std::string &path, bool needCreate = false);
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_utils.h | 61 static bool TryAccessSlaveLock(const std::string &dbPath, bool isDelete, bool needCreate,
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | security_manager.cpp | 73 const std::string &path, bool needCreate) in GetDBPassword() 81 if (secKey.empty() && needCreate) { in GetDBPassword() 72 GetDBPassword(const std::string &name, const std::string &path, bool needCreate) GetDBPassword() argument
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_utils.cpp | 263 bool SqliteUtils::TryAccessSlaveLock(const std::string &dbPath, bool isDelete, bool needCreate, in TryAccessSlaveLock() argument 278 if (needCreate) { in TryAccessSlaveLock()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_manager.cpp | 81 bool needCreate = (static_cast<uint32_t>(wantSenderInfo.flags) & in GetWantSenderLocked() local 120 if (!needCreate) { in GetWantSenderLocked()
|
Completed in 4 milliseconds