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:needsExtraInfo
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
media_asset_manager_napi.cpp
250
assetHandler->
needsExtraInfo
= asyncContext->
needsExtraInfo
;
in InsertDataHandler()
536
bool&
needsExtraInfo
)
in ParseArgGetEfficientImageDataHandler()
577
needsExtraInfo
= true;
in ParseArgGetEfficientImageDataHandler()
582
napi_status ParseArgGetDataHandler(napi_env env, napi_value arg, napi_value& dataHandler, bool&
needsExtraInfo
)
in ParseArgGetDataHandler()
argument
622
needsExtraInfo
= true;
in ParseArgGetDataHandler()
685
asyncContext->
needsExtraInfo
) != napi_ok) {
in ParseRequestMediaArgs()
696
asyncContext->
needsExtraInfo
) != napi_ok) {
in ParseRequestMediaArgs()
731
asyncContext->
needsExtraInfo
) != napi_ok) {
in ParseEfficentRequestMediaArgs()
743
asyncContext->
needsExtraInfo
) !
in ParseEfficentRequestMediaArgs()
535
ParseArgGetEfficientImageDataHandler(napi_env env, napi_value arg, napi_value& dataHandler, bool&
needsExtraInfo
)
ParseArgGetEfficientImageDataHandler()
argument
[all...]
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H
A
D
media_asset_manager.h
52
bool
needsExtraInfo
;
member
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
media_asset_manager_napi.h
56
bool
needsExtraInfo
= false;
member
101
bool
needsExtraInfo
;
member
/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H
A
D
media_asset_manager_impl.cpp
512
asyncContext->
needsExtraInfo
= true;
in NativeRequestImageSource()
629
if (asyncContext->
needsExtraInfo
) {
in OnHandleRequestImage()
Completed in 5 milliseconds