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:callBackIter
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/sensor/hdi_service/
H
A
D
sensor_if_service.cpp
484
auto
callBackIter
=
in AddCallbackMap()
local
491
if (
callBackIter
== callbackMap[groupId].end()) {
in AddCallbackMap()
519
auto
callBackIter
=
in RemoveCallbackMap()
local
526
if (
callBackIter
== callbackMap[groupId].end()) {
in RemoveCallbackMap()
530
int32_t removeResult = RemoveSensorDeathRecipient(*
callBackIter
);
in RemoveCallbackMap()
535
callbackMap[groupId].erase(
callBackIter
);
in RemoveCallbackMap()
615
auto
callBackIter
=
in OnRemoteDied()
local
621
if (
callBackIter
!= callbackMap[groupId].end()) {
in OnRemoteDied()
622
int32_t serviceId = SensorClientsManager::GetInstance()->GetServiceId(groupId, *
callBackIter
);
in OnRemoteDied()
627
int32_t ret = RemoveCallbackMap(groupId, serviceId, *
callBackIter
);
in OnRemoteDied()
[all...]
/drivers/peripheral/sensor/hdi_impl/
H
A
D
sensor_impl.cpp
270
auto
callBackIter
=
in Register()
local
277
if (
callBackIter
== g_groupIdCallBackMap[groupId].end()) {
in Register()
365
auto
callBackIter
=
in UnregisterImpl()
local
370
if (
callBackIter
== g_groupIdCallBackMap[groupId].end()) {
in UnregisterImpl()
381
g_groupIdCallBackMap[groupId].erase(
callBackIter
);
in UnregisterImpl()
/drivers/peripheral/location/agnss/hdi_service/
H
A
D
agnss_interface_impl.cpp
129
auto
callBackIter
= g_agnssCallBackMap.find(remote.GetRefPtr());
in SetAgnssCallback()
local
130
if (
callBackIter
!= g_agnssCallBackMap.end()) {
in SetAgnssCallback()
132
const sptr<IRemoteObject>& rhs = OHOS::HDI::hdi_objcast<IAGnssCallback>(
callBackIter
->second);
in SetAgnssCallback()
Completed in 3 milliseconds