Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/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.cpp85 SQLiteSingleVerStorageExecutor::SQLiteSingleVerStorageExecutor(sqlite3 *dbHandle, bool writable, bo… in SQLiteSingleVerStorageExecutor()
99 SQLiteSingleVerStorageExecutor::SQLiteSingleVerStorageExecutor(sqlite3 *dbHandle, bool writable, bo… in SQLiteSingleVerStorageExecutor()
Dsqlite_single_ver_relational_storage_executor.cpp60 …lationalStorageExecutor::SQLiteSingleVerRelationalStorageExecutor(sqlite3 *dbHandle, bool writable, in SQLiteSingleVerRelationalStorageExecutor()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dstorage_executor.cpp21 StorageExecutor::StorageExecutor(bool writable) in StorageExecutor()
Dstorage_engine.cpp110 StorageExecutor *StorageEngine::FindExecutor(bool writable, OperatePerm perm, int &errCode, int wai… in FindExecutor()
/foundation/communication/nfc/test/unittest/services/tags_test/
Dndef_tag_test.cpp165 bool writable = ndef->IsNdefWritable(); variable
/foundation/distributeddatamgr/data_object/interfaces/jskits/
Ddistributed_data_object.js210 writable: true, property
/foundation/arkui/napi/native_engine/impl/ark/native_value/
Dark_native_object.cpp206 bool writable = (propertyDescriptor.attributes & NATIVE_WRITABLE) != 0; in DefineProperty() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
Dmulti_ver_storage_executor.cpp31 IKvDBCommitStorage *commitStorage, MultiVerKvDataStorage *kvDataStorage, bool writable) in MultiVerStorageExecutor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DstateMgmt.js1894 writable: false property
3230 Object.defineProperty(this, 'owningView_', { writable: true, enumerable: false }); property
3231 …Object.defineProperty(this, 'subscriberRefs_', { writable: true, enumerable: false, value: new Set… property