Home
last modified time | relevance | path

Searched defs:writable (Results 1 – 9 of 9) sorted by relevance

/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/storage/src/
Dstorage_executor.cpp21 StorageExecutor::StorageExecutor(bool writable) in StorageExecutor()
Dstorage_engine.cpp97 StorageExecutor *StorageEngine::FindExecutor(bool writable, OperatePerm perm, int &errCode, int wai… in FindExecutor()
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/storage/src/sqlite/
Dsqlite_storage_executor.cpp23 SQLiteStorageExecutor::SQLiteStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMemDb) in SQLiteStorageExecutor()
Dsqlite_local_storage_executor.cpp40 SQLiteLocalStorageExecutor::SQLiteLocalStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMem… in SQLiteLocalStorageExecutor()
Dsqlite_single_ver_storage_executor.cpp65 SQLiteSingleVerStorageExecutor::SQLiteSingleVerStorageExecutor(sqlite3 *dbHandle, bool writable, bo… in SQLiteSingleVerStorageExecutor()
79 SQLiteSingleVerStorageExecutor::SQLiteSingleVerStorageExecutor(sqlite3 *dbHandle, bool writable, bo… in SQLiteSingleVerStorageExecutor()
Dsqlite_single_ver_relational_storage_executor.cpp22 …lationalStorageExecutor::SQLiteSingleVerRelationalStorageExecutor(sqlite3 *dbHandle, bool writable) in SQLiteSingleVerRelationalStorageExecutor()
/foundation/distributeddatamgr/objectstore/interfaces/jskits/
Ddistributed_data_object.js166 writable: true, property
/foundation/ace/napi/native_engine/impl/ark/native_value/
Dark_native_object.cpp133 bool writable = (propertyDescriptor.attributes & NATIVE_WRITABLE) != 0; in DefineProperty() local
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/storage/src/multiver/
Dmulti_ver_storage_executor.cpp31 IKvDBCommitStorage *commitStorage, MultiVerKvDataStorage *kvDataStorage, bool writable) in MultiVerStorageExecutor()