/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_executor.cpp | 21 StorageExecutor::StorageExecutor(bool writable) in StorageExecutor()
|
H A D | storage_engine.cpp | 132 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 D | sqlite_storage_executor.cpp | 23 SQLiteStorageExecutor::SQLiteStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMemDb) in SQLiteStorageExecutor()
|
H A D | sqlite_local_storage_executor.cpp | 40 SQLiteLocalStorageExecutor::SQLiteLocalStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMem… in SQLiteLocalStorageExecutor()
|
H A D | sqlite_single_ver_storage_executor.cpp | 70 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 D | camera_impl.cpp | 324 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 D | scene_holder.cpp | 2988 … 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 D | scene_impl.cpp | 1533 if (auto writable = in GetWorldAABB() local 1568 if (auto writable = in RayCast() local 1611 if (auto writable = in RayCast() local
|
H A D | node_impl.cpp | 1269 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 D | CloudShareTest.js | 28 writable: true, property in privilegeEnable 35 writable: false, property in privilegeDisable
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_sendable.cpp | 59 bool writable = (propertyDescriptor.attributes & NATIVE_WRITABLE) != 0; in InitSendablePropertiesInfo() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | sharing_center.h | 45 bool writable = false; member
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/ |
H A D | datagram.rs | 201 pub async fn writable(&self) -> Result<()> { in writable() method
|
H A D | stream.rs | 271 pub async fn writable(&self) -> Result<()> { in writable() method
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/ |
H A D | ndef_tag_test.cpp | 165 bool writable = ndef->IsNdefWritable(); variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/ |
H A D | cloud_types.h | 43 bool writable = false; member
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/ |
H A D | stream.rs | 221 pub async fn writable(&self) -> io::Result<()> { in writable() method
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 809 writable: t.readBoolean(), property in o.unMarshallingPrivilege.n5
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
H A D | udp.rs | 532 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 D | msg.rs | 388 pub fn writable(&self) -> usize { in writable() method
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_storage_executor.cpp | 31 IKvDBCommitStorage *commitStorage, MultiVerKvDataStorage *kvDataStorage, bool writable) in MultiVerStorageExecutor()
|
/ohos5.0/foundation/arkui/napi/test/unittest/cj_native/ |
H A D | test_ark_interop.cpp | 468 bool writable; member
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 855 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 D | sqlite_single_ver_relational_storage_executor.cpp | 80 …lationalStorageExecutor::SQLiteSingleVerRelationalStorageExecutor(sqlite3 *dbHandle, bool writable, in SQLiteSingleVerRelationalStorageExecutor()
|