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:PhotoProxyNapi
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
photo_proxy_napi.cpp
23
thread_local napi_ref
PhotoProxyNapi
::sConstructor_ = nullptr;
24
thread_local sptr<PhotoProxy>
PhotoProxyNapi
::sPhotoProxy_ = nullptr;
25
PhotoProxyNapi
::
PhotoProxyNapi
() : env_(nullptr), wrapper_(nullptr)
in PhotoProxyNapi()
function in OHOS::Media::PhotoProxyNapi
29
PhotoProxyNapi
::~
PhotoProxyNapi
()
in ~PhotoProxyNapi()
31
NAPI_DEBUG_LOG("~
PhotoProxyNapi
is called");
in ~PhotoProxyNapi()
42
napi_value
PhotoProxyNapi
::PhotoProxyNapiConstructor(napi_env env, napi_callback_info info)
in PhotoProxyNapiConstructor()
51
std::unique_ptr<
PhotoProxyNapi
> obj = std::make_unique<
PhotoProxyNapi
>();
in PhotoProxyNapiConstructor()
[all...]
H
A
D
native_module_ohos_photoaccess_helper.cpp
52
PhotoProxyNapi
::Init(env, exports);
in PhotoAccessHelperExport()
H
A
D
media_asset_change_request_napi.cpp
1598
PhotoProxyNapi
* napiPhotoProxyPtr = nullptr;
in JSAddResource()
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
photo_proxy_napi.h
27
class
PhotoProxyNapi
{
class
29
EXPORT
PhotoProxyNapi
();
30
EXPORT ~
PhotoProxyNapi
();
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H
A
D
deferred_photo_proxy_napi.h
27
class DeferredPhotoProxyNapi : public Media::
PhotoProxyNapi
{
Completed in 7 milliseconds