Home
last modified time | relevance | path

Searched defs:isReadOnly (Results 1 - 8 of 8) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_js_utils.h58 bool isReadOnly = false; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp445 bool isReadOnly = kvDBProp.GetBoolProp(KvDBProperties::READ_ONLY_MODE, false); in InitDatabaseContext() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp215 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 Drdb_store_config.cpp26 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 Dsqlite_multi_ver_transaction.cpp140 Initialize(const std::string &uri, bool isReadOnly, CipherType type, const CipherPassword &passwd) Initialize() argument
H A Dsqlite_single_ver_natural_store.cpp118 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 Dkvdb_manager.cpp395 bool isReadOnly = property.GetBoolProp(KvDBProperties::READ_ONLY_MODE, false); in CreateDataBase() local
/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp3108 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