Home
last modified time | relevance | path

Searched refs:IsReadable (Results 1 - 11 of 11) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dsync_generic_interface.h92 virtual bool IsReadable() const in IsReadable() function in DistributedDB::SyncGenericInterface
/foundation/filemanagement/storage_service/services/storage_daemon/include/file_sharing/
H A Dacl.h71 bool IsReadable() const in IsReadable() function in OHOS::StorageDaemon::ACL_PERM
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dacl.h76 bool IsReadable() const in IsReadable() function in OHOS::Media::ACL_PERM
/foundation/distributeddatamgr/kv_store/databaseutils/include/
H A Dacl.h62 bool IsReadable() const { return (value_ & READ) == READ; } in IsReadable() function in OHOS::DATABASE_UTILS::ACL_PERM
/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/
H A Dacl.cpp59 if (entry.perm.IsReadable() || entry.perm.IsWritable() || entry.perm.IsExecutable()) { in CompareInsertEntry()
/foundation/distributeddatamgr/kv_store/databaseutils/test/
H A Dacl_test.cpp238 EXPECT_TRUE(perm1.IsReadable()); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/databaseutils/src/
H A Dacl.cpp71 if (isNecessary || entry.perm_.IsReadable() || entry.perm_.IsWritable() || entry.perm_.IsExecutable()) { in CompareInsertEntry()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_single_ver_sync_db_Interface.h111 bool IsReadable() const override;
H A Dvirtual_single_ver_sync_db_Interface.cpp428 bool VirtualSingleVerSyncDBInterface::IsReadable() const in IsReadable() function in DistributedDB::VirtualSingleVerSyncDBInterface
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dacl.cpp109 if (entry.perm.IsReadable() || entry.perm.IsWritable() || entry.perm.IsExecutable()) { in CompareInsertEntry()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.cpp1020 if (pullEndWatermark > 0 && !storage_->IsReadable()) { // pull mode in DataRequestRecv()

Completed in 9 milliseconds