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:DeliveryMode
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H
A
D
media_asset_data_handler_capi.h
52
}
DeliveryMode
;
typedef
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
media_asset_data_handler.h
31
enum class
DeliveryMode
{
class
H
A
D
media_asset_manager_napi.h
97
DeliveryMode
deliveryMode;
172
static void AddImage(const int fileId,
DeliveryMode
deliveryMode);
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
media_asset_manager_napi.cpp
353
void MediaAssetManagerNapi::AddImage(const int fileId,
DeliveryMode
deliveryMode)
in AddImage()
364
DeliveryMode
& deliveryMode)
in GetDeliveryMode()
385
deliveryMode = static_cast<
DeliveryMode
>(mode);
in GetDeliveryMode()
418
napi_status ParseArgGetRequestOption(napi_env env, napi_value arg,
DeliveryMode
&deliveryMode, SourceMode &sourceMode)
in ParseArgGetRequestOption()
983
case
DeliveryMode
::FAST:
in OnHandleRequestImage()
990
case
DeliveryMode
::HIGH_QUALITY:
in OnHandleRequestImage()
1000
case
DeliveryMode
::BALANCED_MODE:
in OnHandleRequestImage()
1019
case
DeliveryMode
::FAST:
in OnHandleRequestVideo()
1022
case
DeliveryMode
::HIGH_QUALITY:
in OnHandleRequestVideo()
1025
case
DeliveryMode
in OnHandleRequestVideo()
[all...]
H
A
D
photoaccesshelperinf.js
845
DeliveryMode
: photoAccessHelper.
DeliveryMode
,
Completed in 6 milliseconds