Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_executor.cpp21 StorageExecutor::StorageExecutor(bool writable) in StorageExecutor()
H A Dstorage_engine.cpp132 StorageExecutor *StorageEngine::FindExecutor(bool writable, OperatePerm perm, int &errCode, bool is… in FindExecutor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_storage_executor.cpp23 SQLiteStorageExecutor::SQLiteStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMemDb) in SQLiteStorageExecutor()
H A Dsqlite_local_storage_executor.cpp40 SQLiteLocalStorageExecutor::SQLiteLocalStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMem… in SQLiteLocalStorageExecutor()
H A Dsqlite_single_ver_storage_executor.cpp70 SQLiteSingleVerStorageExecutor::SQLiteSingleVerStorageExecutor(sqlite3 *dbHandle, bool writable, bo… in SQLiteSingleVerStorageExecutor()
84 SQLiteSingleVerStorageExecutor::SQLiteSingleVerStorageExecutor(sqlite3 *dbHandle, bool writable, bo… in SQLiteSingleVerStorageExecutor()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dcamera_impl.cpp324 if (auto writable = interface_pointer_cast< in ScreenToWorld() local
357 if (auto writable = interface_pointer_cast< in WorldToScreen() local
391 if (auto writable = interface_pointer_cast< in RayCastFromCamera() local
434 if (auto writable = interface_pointer_cast< in RayCastFromCamera() local
476 if (auto writable = interface_pointer_cast< in RayFromCamera() local
H A Dscene_holder.cpp2988 … if (auto writable = interface_cast<SCENE_NS::IPendingRequestData<BASE_NS::Math::Vec3>>(ret)) { in GetWorldMatrixComponentAABB() local
3001 … if (auto writable = interface_cast<SCENE_NS::IPendingRequestData<BASE_NS::Math::Vec3>>(ret)) { in GetTransformComponentAABB() local
3015 … if (auto writable = interface_cast<SCENE_NS::IPendingRequestData<BASE_NS::Math::Vec3>>(ret)) { in GetWorldAABB() local
3026 … if (auto writable = interface_cast<SCENE_NS::IPendingRequestData<SCENE_NS::NodeDistance>>(ret)) { in ConvertToToolkit() local
3064 … if (auto writable = interface_cast<SCENE_NS::IPendingRequestData<BASE_NS::Math::Vec3>>(ret)) { in ScreenToWorld() local
3078 … if (auto writable = interface_cast<SCENE_NS::IPendingRequestData<BASE_NS::Math::Vec3>>(ret)) { in WorldToScreen() local
3117 … if (auto writable = interface_cast<SCENE_NS::IPendingRequestData<BASE_NS::Math::Vec3>>(ret)) { in RayFromCamera() local
3128 … if (auto writable = interface_cast<SCENE_NS::IPendingRequestData<BASE_NS::Math::Vec3>>(ret)) { in RayFromCamera() local
H A Dscene_impl.cpp1533 if (auto writable = in GetWorldAABB() local
1568 if (auto writable = in RayCast() local
1611 if (auto writable = in RayCast() local
H A Dnode_impl.cpp1269 if (auto writable = in GetWorldMatrixComponentAABB() local
1302 if (auto writable = in GetTransformComponentAABB() local
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/clouddata/unittest/src/
H A DCloudShareTest.js28 writable: true, property in privilegeEnable
35 writable: false, property in privilegeDisable
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_sendable.cpp59 bool writable = (propertyDescriptor.attributes & NATIVE_WRITABLE) != 0; in InitSendablePropertiesInfo() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsharing_center.h45 bool writable = false; member
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Ddatagram.rs201 pub async fn writable(&self) -> Result<()> { in writable() method
H A Dstream.rs271 pub async fn writable(&self) -> Result<()> { in writable() method
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dndef_tag_test.cpp165 bool writable = ndef->IsNdefWritable(); variable
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_types.h43 bool writable = false; member
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dstream.rs221 pub async fn writable(&self) -> io::Result<()> { in writable() method
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js809 writable: t.readBoolean(), property in o.unMarshallingPrivilege.n5
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Dudp.rs532 pub async fn writable(&self) -> io::Result<()> { in writable() method
1308 pub async fn writable(&self) -> io::Result<()> { in writable() method
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs388 pub fn writable(&self) -> usize { in writable() method
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_storage_executor.cpp31 IKvDBCommitStorage *commitStorage, MultiVerKvDataStorage *kvDataStorage, bool writable) in MultiVerStorageExecutor()
/ohos5.0/foundation/arkui/napi/test/unittest/cj_native/
H A Dtest_ark_interop.cpp468 bool writable; member
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp855 bool writable = (propertyDescriptor.attributes & NATIVE_WRITABLE) != 0; in NapiDefinePropertyInner() local
938 bool writable = (attributes & NATIVE_WRITABLE) != 0; in NapiCreateObjectWithProperties() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp80 …lationalStorageExecutor::SQLiteSingleVerRelationalStorageExecutor(sqlite3 *dbHandle, bool writable, in SQLiteSingleVerRelationalStorageExecutor()