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:cjCallback
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/cj/src/
H
A
D
multimedia_audio_stream_manager_callback.cpp
20
void CjAudioCapturerStateChangeCallback::RegisterFunc(std::function<void(CArrAudioCapturerChangeInfo)>
cjCallback
)
in RegisterFunc()
argument
H
A
D
multimedia_audio_routing_manager_callback.cpp
20
void CjAudioManagerMicrophoneBlockedCallback::RegisterFunc(std::function<void(CArrDeviceDescriptor)>
cjCallback
)
in RegisterFunc()
argument
39
void CjAudioPreferredInputDeviceChangeCallback::RegisterFunc(std::function<void(CArrDeviceDescriptor)>
cjCallback
)
in RegisterFunc()
argument
59
void CjAudioManagerDeviceChangeCallback::RegisterFunc(std::function<void(CDeviceChangeAction)>
cjCallback
)
in RegisterFunc()
argument
H
A
D
multimedia_audio_capturer_callback.cpp
38
void CjAudioCapturerCallback::RegisterInterruptFunc(std::function<void(CInterruptEvent)>
cjCallback
)
in RegisterInterruptFunc()
argument
43
void CjAudioCapturerCallback::RegisterStateChangeFunc(std::function<void(int32_t)>
cjCallback
)
in RegisterStateChangeFunc()
argument
48
void CjCapturerPositionCallback::RegisterFunc(std::function<void(int32_t)>
cjCallback
)
in RegisterFunc()
argument
59
void CjCapturerPeriodPositionCallback::RegisterFunc(std::function<void(int32_t)>
cjCallback
)
in RegisterFunc()
argument
69
void CjAudioCapturerReadCallback::RegisterFunc(std::function<void(CArrUI8)>
cjCallback
,
in RegisterFunc()
argument
107
RegisterFunc(std::function<void(CAudioCapturerChangeInfo)>
cjCallback
)
RegisterFunc()
argument
126
RegisterFunc(std::function<void(CArrDeviceDescriptor)>
cjCallback
)
RegisterFunc()
argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/state_manage/
H
A
D
cj_persistent_storage_ffi.cpp
78
auto
cjCallback
= [func = CJLambda::Create(callback), key, value]() {
in FfiOHOSAceFrameworkPersistentSetString()
local
109
auto
cjCallback
= [func = CJLambda::Create(callback), key, value]() {
in FfiOHOSAceFrameworkPersistentSetInt64()
local
140
auto
cjCallback
= [func = CJLambda::Create(callback), key, value]() {
in FfiOHOSAceFrameworkPersistentSetFloat64()
local
171
auto
cjCallback
= [func = CJLambda::Create(callback), key, value]() {
in FfiOHOSAceFrameworkPersistentSetBool()
local
/foundation/communication/bluetooth/frameworks/cj/access/src/
H
A
D
bluetooth_access_callback.cpp
122
void CjBluetoothAccessObserver::RegisterStateChangeFunc(std::function<void(int32_t)>
cjCallback
)
in RegisterStateChangeFunc()
argument
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H
A
D
bluetooth_connection_callback.cpp
90
void CjBluetoothConnectionObserver::RegisterDeviceFindFunc(std::function<void(CArrString)>
cjCallback
)
in RegisterDeviceFindFunc()
argument
95
void CjBluetoothConnectionObserver::RegisterPinRequestFunc(std::function<void(CPinRequiredParam)>
cjCallback
)
in RegisterPinRequestFunc()
argument
145
void CjBluetoothRemoteDeviceObserver::RegisterBondStateFunc(std::function<void(CBondStateParam)>
cjCallback
)
in RegisterBondStateFunc()
argument
150
void CjBluetoothRemoteDeviceObserver::RegisterBatteryChangeFunc(std::function<void(CBatteryInfo)>
cjCallback
)
in RegisterBatteryChangeFunc()
argument
Completed in 3 milliseconds