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:cFunc
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H
A
D
relational_store_impl_rdbstore.cpp
53
auto
cFunc
= reinterpret_cast<void(*)()>(callbackId);
in RdbStoreObserverImpl()
local
54
func = CJLambda::Create(
cFunc
);
in RdbStoreObserverImpl()
58
auto
cFunc
= reinterpret_cast<void(*)(CArrStr arr)>(callbackId);
in RdbStoreObserverImpl()
local
59
carrStrFunc = [ lambda = CJLambda::Create(
cFunc
)](const std::vector<std::string> &devices) ->
in RdbStoreObserverImpl()
64
auto
cFunc
= reinterpret_cast<void(*)(CArrRetChangeInfo arr)>(callbackId);
in RdbStoreObserverImpl()
local
65
changeInfoFunc = [ lambda = CJLambda::Create(
cFunc
)](const DistributedRdb::Origin &origin,
in RdbStoreObserverImpl()
76
auto
cFunc
= reinterpret_cast<void(*)(CProgressDetails details)>(callbackId);
in SyncObserverImpl()
local
77
func = [ lambda = CJLambda::Create(
cFunc
)](const DistributedRdb::Details &details) ->
in SyncObserverImpl()
588
auto
cFunc
= reinterpret_cast<void(*)(CProgressDetails details)>(callbackId);
in CloudSync()
local
589
auto async = [ lambda = CJLambda::Create(
cFunc
)](cons
in CloudSync()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_web_ffi.cpp
499
auto
cFunc
= reinterpret_cast<char* (*)(const char*)>(funcs[i]);
in FfiOHOSAceFrameworkWebJavaScriptProxy()
local
500
auto wrapper = [lambda = CJLambda::Create(
cFunc
)](const char* str) -> char* { return lambda(str); };
in FfiOHOSAceFrameworkWebJavaScriptProxy()
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H
A
D
image_ffi.cpp
1578
auto
cFunc
= reinterpret_cast<void(*)()>(callbackId);
in FfiImageImageCreatorImplOn()
local
1579
std::function<void()> func = CJLambda::Create(
cFunc
);
in FfiImageImageCreatorImplOn()
Completed in 9 milliseconds