Home
last modified time | relevance | path

Searched defs:writable (Results 1 – 15 of 15) 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.cpp68 SQLiteSingleVerStorageExecutor::SQLiteSingleVerStorageExecutor(sqlite3 *dbHandle, bool writable, bo… in SQLiteSingleVerStorageExecutor()
82 SQLiteSingleVerStorageExecutor::SQLiteSingleVerStorageExecutor(sqlite3 *dbHandle, bool writable, bo… in SQLiteSingleVerStorageExecutor()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dstorage_executor.cpp21 StorageExecutor::StorageExecutor(bool writable) in StorageExecutor()
Dstorage_engine.cpp115 StorageExecutor *StorageEngine::FindExecutor(bool writable, OperatePerm perm, int &errCode, int wai… in FindExecutor()
/foundation/distributeddatamgr/relational_store/test/js/clouddata/unittest/src/
DCloudShareTest.js28 writable: true, property
35 writable: false, property
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
Dcloud_types.h39 bool writable = false; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
Dsharing_center.h43 bool writable = false; member
/foundation/distributeddatamgr/data_object/interfaces/jskits/
Ddistributed_data_object.js281 writable: true, property
289 writable: true, property
/foundation/communication/nfc/test/unittest/services/tags_test/
Dndef_tag_test.cpp165 bool writable = ndef->IsNdefWritable(); variable
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
Dcloud_extension_stub.js766 writable: t.readBoolean(), property
/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/napi/native_engine/impl/ark/
Dark_native_engine.cpp681 bool writable = (propertyDescriptor.attributes & NATIVE_WRITABLE) != 0; in NapiDefineProperty() local
747 bool writable = (attributes & NATIVE_WRITABLE) != 0; in NapiCreateObjectWithProperties() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DstateMgmt.js1945 writable: false property
3517 Object.defineProperty(this, 'owningView_', { writable: true, enumerable: false }); property
3518 …Object.defineProperty(this, 'subscriberRefs_', { writable: true, enumerable: false, value: new Set… property
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_ver_relational_storage_executor.cpp66 …lationalStorageExecutor::SQLiteSingleVerRelationalStorageExecutor(sqlite3 *dbHandle, bool writable, in SQLiteSingleVerRelationalStorageExecutor()