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:isTrash
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H
A
D
sendable_file_asset_napi.h
68
void SetTrash(bool
isTrash
);
120
bool
isTrash
= false;
member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
medialibrary_file_operations.cpp
121
bool
isTrash
= false;
in GetAlbumCapacityOperation()
local
126
valueObject.GetBool(
isTrash
);
in GetAlbumCapacityOperation()
131
} else if (
isTrash
) {
in GetAlbumCapacityOperation()
H
A
D
medialibrary_smartalbum_map_operations.cpp
270
int32_t
isTrash
= GetInt32Val(MEDIA_DATA_DB_IS_TRASH, result);
in RecycleChildSameNameInfoUtil()
local
271
if (
isTrash
== TRASHED_DIR_CHILD) {
in RecycleChildSameNameInfoUtil()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H
A
D
file_asset.cpp
380
void FileAsset::SetIsTrash(int32_t
isTrash
)
in SetIsTrash()
argument
382
member_[MEDIA_DATA_DB_IS_TRASH] =
isTrash
;
in SetIsTrash()
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
file_asset_napi.h
72
void SetTrash(bool
isTrash
);
185
bool
isTrash
= false;
member
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H
A
D
file_asset.h
141
EXPORT void SetIsTrash(int32_t
isTrash
);
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
file_asset_napi.cpp
197
DECLARE_NAPI_FUNCTION("
isTrash
", JSIsTrash),
in Init()
488
void FileAssetNapi::SetTrash(bool
isTrash
)
in SetTrash()
argument
490
int32_t trashFlag = (
isTrash
? IS_TRASH : NOT_TRASH);
in SetTrash()
2484
(context->
isTrash
? MediaFileUtils::UTCTimeMilliSeconds() : NOT_TRASH));
in TrashByUpdate()
2497
uriString += context->
isTrash
? MEDIA_SMARTALBUMMAPOPRN_ADDSMARTALBUM : MEDIA_SMARTALBUMMAPOPRN_REMOVESMARTALBUM;
in TrashByInsert()
2527
int32_t trashFlag = (context->
isTrash
? IS_TRASH : NOT_TRASH);
in JSTrashExecute()
2571
bool
isTrash
= false;
in GetJSArgsForTrash()
local
2577
napi_get_value_bool(env, argv[i], &
isTrash
);
in GetJSArgsForTrash()
2585
context->
isTrash
=
isTrash
;
in GetJSArgsForTrash()
[all...]
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H
A
D
sendable_file_asset_napi.cpp
307
void SendableFileAssetNapi::SetTrash(bool
isTrash
)
in SetTrash()
argument
309
int32_t trashFlag = (
isTrash
? IS_TRASH : NOT_TRASH);
in SetTrash()
Completed in 14 milliseconds