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 - 9
of
9
) sorted by relevance
/base/location/frameworks/cj/source/
H
A
D
location_error_callback.cpp
29
auto
cFunc
= reinterpret_cast<void(*)(int32_t errorCode)>(callbackId);
in LocationErrorCallback()
local
30
callback_ = [ lambda = CJLambda::Create(
cFunc
)](const int errorCode) ->
in LocationErrorCallback()
H
A
D
location_switch_callback.cpp
31
auto
cFunc
= reinterpret_cast<void(*)(int32_t switchState)>(callbackId);
in LocationSwitchCallback()
local
32
callback_ = [ lambda = CJLambda::Create(
cFunc
)](int switchState) ->
in LocationSwitchCallback()
H
A
D
nmea_message_callback.cpp
31
auto
cFunc
= reinterpret_cast<void(*)(char* str)>(callbackId);
in NmeaMessageCallback()
local
32
callback_ = [ lambda = CJLambda::Create(
cFunc
)](const std::string msg) ->
in NmeaMessageCallback()
H
A
D
gnss_status_callback.cpp
31
auto
cFunc
= reinterpret_cast<void(*)(CJSatelliteStatusInfo info)>(callbackId);
in GnssStatusCallback()
local
32
callback_ = [ lambda = CJLambda::Create(
cFunc
)](const std::unique_ptr<Location::SatelliteStatus>& statusInfo) ->
in GnssStatusCallback()
H
A
D
country_code_callback.cpp
29
auto
cFunc
= reinterpret_cast<void(*)(CJCountryCode countryCode)>(callbackId);
in CountryCodeCallback()
local
30
callback_ = [ lambda = CJLambda::Create(
cFunc
)](const std::shared_ptr<Location::CountryCode>& country) ->
in CountryCodeCallback()
H
A
D
cached_locations_callback.cpp
32
auto
cFunc
= reinterpret_cast<void(*)(CJLocationArr locations)>(callbackId);
in CachedLocationsCallback()
local
33
callback_ = [ lambda = CJLambda::Create(
cFunc
)](const std::vector<std::unique_ptr<Location::Location>>& locations)
in CachedLocationsCallback()
H
A
D
locator_callback.cpp
41
auto
cFunc
= reinterpret_cast<void(*)(CJLocation location)>(callbackId);
in LocatorCallback()
local
42
callback_ = [ lambda = CJLambda::Create(
cFunc
)](const std::unique_ptr<Location::Location>& location) ->
in LocatorCallback()
/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H
A
D
at_manager_impl.cpp
711
auto
cFunc
= reinterpret_cast<void(*)(CPermStateChangeInfo)>(callback);
in FillPermStateChangeInfo()
local
712
registerPermStateChangeInfo.subscriber->SetCallbackRef(CJLambda::Create(
cFunc
));
in FillPermStateChangeInfo()
/base/web/webview/interfaces/kits/cj/src/
H
A
D
webview_ffi.cpp
376
auto
cFunc
= reinterpret_cast<char*(*)(const char*)>(cFuncIds.head[i]);
in FfiOHOSWebviewCtlRegisterJavaScriptProxy()
local
377
auto onChange = [lambda = CJLambda::Create(
cFunc
)]
in FfiOHOSWebviewCtlRegisterJavaScriptProxy()
Completed in 8 milliseconds