Searched defs:isReadOnly (Results 1 - 8 of 8) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_js_utils.h | 58 bool isReadOnly = false; member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.cpp | 445 bool isReadOnly = kvDBProp.GetBoolProp(KvDBProperties::READ_ONLY_MODE, false); in InitDatabaseContext() local
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | connection_pool.cpp | 215 std::shared_ptr<Conn> ConnPool::AcquireConnection(bool isReadOnly) in AcquireConnection() argument 261 std::shared_ptr<Conn> ConnPool::Acquire(bool isReadOnly, std::chrono::milliseconds ms) in Acquire() argument 273 SharedConn ConnPool::AcquireRef(bool isReadOnly, std::chrono::milliseconds ms) in AcquireRef() argument
|
H A D | rdb_store_config.cpp | 26 RdbStoreConfig::RdbStoreConfig(const std::string &name, StorageMode storageMode, bool isReadOnly, in RdbStoreConfig() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_multi_ver_transaction.cpp | 140 Initialize(const std::string &uri, bool isReadOnly, CipherType type, const CipherPassword &passwd) Initialize() argument
|
H A D | sqlite_single_ver_natural_store.cpp | 118 void UpdateSecProperties(KvDBProperties &properties, bool isReadOnly, const SchemaObject &savedSchemaObj, in UpdateSecProperties() argument 419 bool isReadOnly = false; in Open() local 451 UpdateSecProperties(MyProp(), isReadOnly, savedSchemaObj, storageEngine_); in Open() local 1747 int SQLiteSingleVerNaturalStore::DecideReadOnlyBaseOnSchema(const KvDBProperties &kvDBProp, bool &isReadOnly, in DecideReadOnlyBaseOnSchema() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | kvdb_manager.cpp | 395 bool isReadOnly = property.GetBoolProp(KvDBProperties::READ_ONLY_MODE, false); in CreateDataBase() local
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | file_asset_napi.cpp | 3108 ParseArgsUserFileMgrOpen(napi_env env, napi_callback_info info, unique_ptr<FileAssetAsyncContext> &context, bool isReadOnly) ParseArgsUserFileMgrOpen() argument 3662 ParseArgsPhotoAccessHelperOpen(napi_env env, napi_callback_info info, unique_ptr<FileAssetAsyncContext> &context, bool isReadOnly) ParseArgsPhotoAccessHelperOpen() argument
|
Completed in 19 milliseconds