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:lambda
(Results
1 - 14
of
14
) sorted by relevance
/base/inputmethod/imf/frameworks/cj/src/
H
A
D
cj_input_method_controller.cpp
447
insertText = [
lambda
= CJLambda::Create(callback)](const char* text) -> void {
in InitInsertText()
448
lambda
(text);
in InitInsertText()
455
deleteLeft = [
lambda
= CJLambda::Create(callback)](int32_t length) -> void {
in InitDeleteRight()
456
lambda
(length);
in InitDeleteRight()
463
deleteRight = [
lambda
= CJLambda::Create(callback)](int32_t length) -> void {
in InitDeleteLeft()
464
lambda
(length);
in InitDeleteLeft()
471
sendKeyboardStatus = [
lambda
= CJLambda::Create(callback)](int32_t status) -> void {
in InitSendKeyboardStatus()
472
lambda
(status);
in InitSendKeyboardStatus()
479
sendFunctionKey = [
lambda
= CJLambda::Create(callback)](int32_t functionKey) -> void {
in InitSendFunctionKey()
480
lambda
(functionKe
in InitSendFunctionKey()
[all...]
/base/location/frameworks/cj/source/
H
A
D
location_error_callback.cpp
30
callback_ = [
lambda
= CJLambda::Create(cFunc)](const int errorCode) ->
in LocationErrorCallback()
31
void {
lambda
(errorCode); };
in LocationErrorCallback()
H
A
D
location_switch_callback.cpp
32
callback_ = [
lambda
= CJLambda::Create(cFunc)](int switchState) ->
in LocationSwitchCallback()
33
void {
lambda
(static_cast<bool>(switchState)); };
in LocationSwitchCallback()
H
A
D
nmea_message_callback.cpp
32
callback_ = [
lambda
= CJLambda::Create(cFunc)](const std::string msg) ->
in NmeaMessageCallback()
33
void {
lambda
(MallocCString(msg)); };
in NmeaMessageCallback()
H
A
D
gnss_status_callback.cpp
32
callback_ = [
lambda
= CJLambda::Create(cFunc)](const std::unique_ptr<Location::SatelliteStatus>& statusInfo) ->
in GnssStatusCallback()
33
void {
lambda
(SatelliteStatusInfoToCJSatelliteStatus(statusInfo)); };
in GnssStatusCallback()
H
A
D
country_code_callback.cpp
30
callback_ = [
lambda
= CJLambda::Create(cFunc)](const std::shared_ptr<Location::CountryCode>& country) ->
in CountryCodeCallback()
31
void {
lambda
(CountryCodeToCJCountryCode(country)); };
in CountryCodeCallback()
H
A
D
cached_locations_callback.cpp
33
callback_ = [
lambda
= CJLambda::Create(cFunc)](const std::vector<std::unique_ptr<Location::Location>>& locations)
in CachedLocationsCallback()
34
-> void {
lambda
(LocationVectorToCJLocationArr(locations)); };
in CachedLocationsCallback()
H
A
D
locator_callback.cpp
42
callback_ = [
lambda
= CJLambda::Create(cFunc)](const std::unique_ptr<Location::Location>& location) ->
in LocatorCallback()
43
void {
lambda
(NativeLocationToCJLocation(*location)); };
in LocatorCallback()
/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H
A
D
ability_access_ctrl_ffi.cpp
68
auto onChange = [
lambda
= CJLambda::Create(callbackRef)]
in FfiOHOSAbilityAccessCtrlRequestPermissionsFromUser()
69
(RetDataCPermissionRequestResult infoRef) -> void {
lambda
(infoRef); };
in FfiOHOSAbilityAccessCtrlRequestPermissionsFromUser()
/base/notification/eventhandler/frameworks/cj/src/
H
A
D
emitter_ffi.cpp
27
auto onChange = [
lambda
= CJLambda::Create(callbackInfo.callbackRef)](const CEventData data) -> void {
in CreateCallback()
28
lambda
(data);
in CreateCallback()
/base/account/os_account/frameworks/appaccount/cj/src/
H
A
D
appaccount_ffi.cpp
266
auto onChange = [
lambda
= CJLambda::Create(callback)]
in FfiAppAccountAppAccountManagerCheckAccountLabels()
267
(RetDataBool infoRef) -> void {
lambda
(infoRef); };
in FfiAppAccountAppAccountManagerCheckAccountLabels()
278
auto onChange = [
lambda
= CJLambda::Create(callback)]
in FfiAppAccountAppAccountManagerSelectAccountsByOptions()
279
(ErrCArrAppAccountInfo infoRef) -> void {
lambda
(infoRef); };
in FfiAppAccountAppAccountManagerSelectAccountsByOptions()
/base/notification/common_event_service/interfaces/kits/cj/src/
H
A
D
common_event_manager_ffi.cpp
91
auto onChange = [
lambda
= CJLambda::Create(callbackRef)](const CCommonEventData data) -> void {
in CJ_Subscribe()
92
lambda
(data);
in CJ_Subscribe()
/base/web/webview/interfaces/kits/cj/src/
H
A
D
webview_ffi.cpp
327
auto onChange = [
lambda
= CJLambda::Create(callbackRef)]
in FfiOHOSWebviewCtlRunJavaScript()
328
(RetDataCString infoRef) -> void {
lambda
(infoRef); };
in FfiOHOSWebviewCtlRunJavaScript()
377
auto onChange = [
lambda
= CJLambda::Create(cFunc)]
in FfiOHOSWebviewCtlRegisterJavaScriptProxy()
378
(const char* infoRef) -> char* { return
lambda
(infoRef); };
in FfiOHOSWebviewCtlRegisterJavaScriptProxy()
707
auto onChange = [
lambda
= CJLambda::Create(callbackRef)]
in FfiOHOSWebviewCtlStoreWebArchive()
708
(RetDataCString infoRef) -> void {
lambda
(infoRef); };
in FfiOHOSWebviewCtlStoreWebArchive()
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H
A
D
dfx_crasher.cpp
114
{"CrashInLambda", "trigger a crash in
lambda
", &DfxCrasher::CrashInLambda},
499
std::function<void()>
lambda
= TestFunc50;
in CrashInLambda()
local
500
lambda
();
in CrashInLambda()
Completed in 15 milliseconds