Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsReadable
(Results
1 - 11
of
11
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H
A
D
sync_generic_interface.h
92
virtual bool
IsReadable
() const
in IsReadable()
function in DistributedDB::SyncGenericInterface
/foundation/filemanagement/storage_service/services/storage_daemon/include/file_sharing/
H
A
D
acl.h
71
bool
IsReadable
() const
in IsReadable()
function in OHOS::StorageDaemon::ACL_PERM
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H
A
D
acl.h
76
bool
IsReadable
() const
in IsReadable()
function in OHOS::Media::ACL_PERM
/foundation/distributeddatamgr/kv_store/databaseutils/include/
H
A
D
acl.h
62
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
D
acl.cpp
59
if (entry.perm.
IsReadable
() || entry.perm.IsWritable() || entry.perm.IsExecutable()) {
in CompareInsertEntry()
/foundation/distributeddatamgr/kv_store/databaseutils/test/
H
A
D
acl_test.cpp
238
EXPECT_TRUE(perm1.
IsReadable
());
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/databaseutils/src/
H
A
D
acl.cpp
71
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
D
virtual_single_ver_sync_db_Interface.h
111
bool
IsReadable
() const override;
H
A
D
virtual_single_ver_sync_db_Interface.cpp
428
bool VirtualSingleVerSyncDBInterface::
IsReadable
() const
in IsReadable()
function in DistributedDB::VirtualSingleVerSyncDBInterface
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H
A
D
acl.cpp
109
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
D
single_ver_data_sync.cpp
1020
if (pullEndWatermark > 0 && !storage_->
IsReadable
()) { // pull mode
in DataRequestRecv()
Completed in 9 milliseconds