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:IS_FAVORITE
(Results
1 - 7
of
7
) sorted by relevance
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H
A
D
file_column.cpp
44
const std::string FileColumn::
IS_FAVORITE
= "isFavorite";
member in OHOS::FileManagement::CloudDisk::FileColumn
75
IS_FAVORITE
+ " INT DEFAULT 0, " +
89
" ADD COLUMN " +
IS_FAVORITE
+ " INT DEFAULT 0";
H
A
D
clouddisk_rdbstore.cpp
50
IS_FAVORITE
,
enumerator
788
setXAttr.PutInt(FileColumn::
IS_FAVORITE
, CANCEL_STATE);
in FavoriteSetXattr()
791
setXAttr.PutInt(FileColumn::
IS_FAVORITE
, SET_STATE);
in FavoriteSetXattr()
815
return
IS_FAVORITE
;
in CheckXattr()
852
auto resultSet = rdbStore_->QueryByStep(getXAttrPredicates, { FileColumn::
IS_FAVORITE
});
in FavoriteGetXattr()
862
CloudDiskRdbUtils::GetInt(FileColumn::
IS_FAVORITE
, isFavorite, resultSet);
in FavoriteGetXattr()
969
case
IS_FAVORITE
:
in GetXAttr()
1052
case
IS_FAVORITE
:
in SetXAttr()
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H
A
D
file_column.h
58
static const std::string
IS_FAVORITE
;
member in OHOS::FileManagement::CloudDisk::FileColumn
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H
A
D
file_operations_cloud_mock.cpp
49
IS_FAVORITE
enumerator
418
return
IS_FAVORITE
;
in CheckXattr()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H
A
D
file_operations_cloud.cpp
51
IS_FAVORITE
enumerator
742
return
IS_FAVORITE
;
in CheckXattr()
889
case
IS_FAVORITE
:
in SetXattr()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H
A
D
sendable_medialibrary_napi_utils.cpp
973
constexpr int32_t
IS_FAVORITE
= 1;
in GetFavoritePredicates()
local
974
predicates.EqualTo(MediaColumn::MEDIA_IS_FAV, to_string(
IS_FAVORITE
));
in GetFavoritePredicates()
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
medialibrary_napi_utils.cpp
1060
constexpr int32_t
IS_FAVORITE
= 1;
in GetFavoritePredicates()
local
1061
predicates.EqualTo(MediaColumn::MEDIA_IS_FAV, to_string(
IS_FAVORITE
));
in GetFavoritePredicates()
Completed in 14 milliseconds