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:ConfirmCallback
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
confirm_callback.cpp
33
ConfirmCallback
::
ConfirmCallback
(napi_env env, Ace::UIContent *uiContent)
in ConfirmCallback()
function in OHOS::Media::ConfirmCallback
39
ConfirmCallback
::
ConfirmCallback
(napi_env env)
45
void
ConfirmCallback
::OnRelease(int32_t releaseCode)
in OnRelease()
52
void
ConfirmCallback
::OnResult(int32_t resultCode, const OHOS::AAFwk::Want &want)
in OnResult()
76
void
ConfirmCallback
::OnError(int32_t code, const std::string &name, const std::string &message)
in OnError()
86
void
ConfirmCallback
::OnReceive(const OHOS::AAFwk::WantParams &request)
in OnReceive()
91
void
ConfirmCallback
::SetSessionId(int32_t sessionId)
in SetSessionId()
96
void
ConfirmCallback
[all...]
H
A
D
media_library_napi.cpp
8164
static bool InitConfirmRequest(OHOS::AAFwk::Want &want, shared_ptr<
ConfirmCallback
> &callback,
in InitConfirmRequest()
8237
auto callback = std::make_shared<
ConfirmCallback
>(env, uiContent);
in ShowAssetsCreationDialog()
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
confirm_callback.h
40
class
ConfirmCallback
{
class
43
explicit
ConfirmCallback
(napi_env env, Ace::UIContent *uiContent);
45
explicit
ConfirmCallback
(napi_env env);
47
virtual ~
ConfirmCallback
() = default;
Completed in 15 milliseconds