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
defs:callbackRef
(Results
1 - 25
of
73
) sorted by relevance
1
2
3
/base/notification/eventhandler/frameworks/cj/src/
H
A
D
emitter_ffi.h
28
void (*
callbackRef
)(const CEventData data);
member
/base/web/webview/interfaces/kits/cj/include/
H
A
D
webview_hasimage_callback.h
24
explicit WebviewHasImageCallback(std::function<void(RetDataBool)>
callbackRef
) : callbackRef_(
callbackRef
) {}
in WebviewHasImageCallback()
argument
H
A
D
webview_javascript_execute_callback.h
40
explicit WebviewJavaScriptExecuteCallback(std::function<void(RetDataCString)>
callbackRef
)
in WebviewJavaScriptExecuteCallback()
argument
73
explicit WebviewJavaScriptExtExecuteCallback(std::function<void(RetDataI64)>
callbackRef
)
in WebviewJavaScriptExtExecuteCallback()
argument
/base/telephony/core_service/frameworks/js/napi/
H
A
D
base_context.h
31
napi_ref
callbackRef
= nullptr;
member
/base/theme/screenlock_mgr/frameworks/js/napi/include/
H
A
D
event_listener.h
30
napi_ref
callbackRef
= nullptr;
member
H
A
D
uv_queue.h
29
napi_ref
callbackRef
;
member
/base/telephony/state_registry/frameworks/js/napi/include/
H
A
D
event_listener.h
30
napi_ref
callbackRef
= nullptr;
member
/base/web/webview/interfaces/kits/cj/src/
H
A
D
webview_function.cpp
32
int32_t FfiOnce(char* cType, void (*
callbackRef
)(void))
in FfiOnce()
argument
/base/account/os_account/interfaces/kits/napi/distributedaccount/include/
H
A
D
napi_distributed_account.h
40
napi_ref
callbackRef
= nullptr;
member
/base/powermgr/power_manager/frameworks/napi/runninglock/
H
A
D
runninglock_interface.h
32
napi_ref
callbackRef
= nullptr;
member
/base/powermgr/power_manager/frameworks/napi/power/
H
A
D
power.h
30
napi_ref
callbackRef
= nullptr;
member
/base/startup/init/interfaces/kits/jskits/src/
H
A
D
native_parameters_watch.cpp
37
napi_ref
callbackRef
= nullptr;
variable
[all...]
H
A
D
native_parameters_js.cpp
32
napi_ref
callbackRef
= nullptr;
variable
[all...]
/base/startup/init/interfaces/kits/jskits/src_enhance/
H
A
D
native_parameters_js.cpp
32
napi_ref
callbackRef
= nullptr;
variable
[all...]
/base/telephony/sms_mms/frameworks/js/napi/include/
H
A
D
delivery_callback.h
27
napi_ref
callbackRef
= nullptr;
member
H
A
D
send_callback.h
28
napi_ref
callbackRef
= nullptr;
member
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
webview_hasimage_callback.h
26
explicit WebviewHasImageCallback(napi_env env, napi_ref
callbackRef
, napi_deferred deferred)
in WebviewHasImageCallback()
argument
H
A
D
webview_hasimage_callback.cpp
98
void WebviewHasImageCallback::UvAfterWorkCbAsync(napi_env env, napi_ref
callbackRef
,
in UvAfterWorkCbAsync()
argument
/base/account/os_account/frameworks/appaccount/cj/src/
H
A
D
appaccount_common.cpp
80
void SubscribePtr::SetCallbackRef(std::function<void(CArrAppAccountInfo)>
callbackRef
)
in SetCallbackRef()
argument
/base/security/access_token/interfaces/kits/js/napi/accesstoken/include/
H
A
D
napi_context_common.h
46
napi_ref
callbackRef
= nullptr;
member
52
napi_ref
callbackRef
= nullptr;
member
/base/security/access_token/interfaces/kits/js/napi/privacy/include/
H
A
D
napi_context_common.h
38
napi_ref
callbackRef
= nullptr;
member
66
napi_ref
callbackRef
= nullptr;
member
/base/web/webview/interfaces/kits/napi/webstorage/
H
A
D
napi_web_storage.h
38
napi_ref
callbackRef
;
member
54
napi_ref
callbackRef
;
member
/base/account/os_account/interfaces/kits/napi/common/include/
H
A
D
napi_account_common.h
42
napi_ref
callbackRef
= nullptr;
member
103
napi_ref
callbackRef
= nullptr;
member
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H
A
D
napi_faultlogger.h
33
napi_ref
callbackRef
= nullptr;
member in OHOS::HiviewDFX::BaseContext
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H
A
D
print_callback.h
47
napi_ref
callbackRef
;
member
Completed in 7 milliseconds
1
2
3