Home
last modified time | relevance | path

Searched refs:writable_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_executor.cpp22 : writable_(writable), in StorageExecutor()
31 return writable_; in GetWritable()
H A Dstorage_executor.h122 bool writable_;
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/file_hook/
H A Dparcel.cpp101 value = Parcel::writable_; in ReadBool()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_common_test.cpp392 parcel.writable_ = 0;
396 parcel.writable_ = 1;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.h791 bool writable_ = true; variable
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dparcel.h856 bool writable_ = true; variable
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp124 if (!writable_) { in EnsureWritableCapacity()
806 writable_ = false; in ParseFrom()