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:TRASH_PHOTO
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H
A
D
dfx_collector.cpp
72
if (type == DfxType::
TRASH_PHOTO
) {
in CollectDeleteBehavior()
96
if (type == DfxType::
TRASH_PHOTO
) {
in GetDeleteBehavior()
H
A
D
dfx_manager.cpp
337
dfxCollector_->GetDeleteBehavior(DfxType::
TRASH_PHOTO
);
in HandleDeleteBehaviors()
338
dfxAnalyzer_->FlushDeleteBehavior(deleteAssetToTrash, DfxType::
TRASH_PHOTO
);
in HandleDeleteBehaviors()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H
A
D
medialibrary_operation.h
125
TRASH_PHOTO
,
member in OHOS::Media::OperationType
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H
A
D
dfx_const.h
67
TRASH_PHOTO
= 20,
enumerator
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H
A
D
medialibrary_operation.cpp
254
{ OPRN_TRASH, OperationType::
TRASH_PHOTO
},
in GetOprnTypeMap()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/album_count_cover_test/src/
H
A
D
album_count_cover_test.cpp
393
MediaLibraryCommand cmd(OperationObject::FILESYSTEM_PHOTO, OperationType::
TRASH_PHOTO
, MediaLibraryApi::API_10);
in TrashFileAsset()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
medialibrary_photo_operations.cpp
833
DfxManager::GetInstance()->HandleDeleteBehavior(DfxType::
TRASH_PHOTO
, updatedRows, notifyUris);
in TrashPhotos()
1488
case OperationType::
TRASH_PHOTO
:
in UpdateV10()
Completed in 15 milliseconds