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:pidIt
(Results
1 - 4
of
4
) sorted by relevance
/base/sensors/sensor/services/src/
H
A
D
client_info.cpp
63
for (const auto &
pidIt
: it->second) {
in GetSensorState()
64
if (
pidIt
.second.GetSensorState()) {
in GetSensorState()
90
for (const auto &
pidIt
: it->second) {
in GetBestSensorInfo()
91
int64_t curSamplingPeriodNs =
pidIt
.second.GetSamplingPeriodNs();
in GetBestSensorInfo()
92
int64_t curReportDelayNs =
pidIt
.second.GetMaxReportDelayNs();
in GetBestSensorInfo()
115
for (const auto &
pidIt
: it->second) {
in OnlyCurPidSensorEnabled()
116
if (!
pidIt
.second.GetSensorState()) {
in OnlyCurPidSensorEnabled()
119
if (
pidIt
.first != pid) {
in OnlyCurPidSensorEnabled()
247
auto
pidIt
= it->second.find(pid);
in UpdateSensorInfo()
local
248
if (
pidIt
in UpdateSensorInfo()
264
auto
pidIt
= it->second.find(pid);
RemoveSubscriber()
local
322
auto
pidIt
= it->second.find(pid);
ClearCurPidSensorInfo()
local
342
auto
pidIt
= it->second.find(pid);
DestroySensorChannel()
local
382
auto
pidIt
= it->second.find(pid);
GetCurPidSensorInfo()
local
749
auto
pidIt
= activeInfoCBPidSet_.find(pid);
CallingService()
local
[all...]
H
A
D
stream_server.cpp
156
auto
pidIt
= idxPidMap_.find(pid);
in DelSession()
local
157
if (
pidIt
== idxPidMap_.end()) {
in DelSession()
161
int32_t fd =
pidIt
->second;
in DelSession()
162
idxPidMap_.erase(
pidIt
);
in DelSession()
/base/sensors/medical_sensor/services/medical_sensor/src/
H
A
D
client_info.cpp
56
for (const auto &
pidIt
: it->second) {
in GetSensorState()
57
if (
pidIt
.second.GetSensorState() == SENSOR_ENABLED) {
in GetSensorState()
85
for (const auto &
pidIt
: it->second) {
in GetBestSensorInfo()
86
int64_t curSamplingPeriodNs =
pidIt
.second.GetSamplingPeriodNs();
in GetBestSensorInfo()
87
int64_t curReportDelayNs =
pidIt
.second.GetMaxReportDelayNs();
in GetBestSensorInfo()
111
for (const auto &
pidIt
: it->second) {
in OnlyCurPidSensorEnabled()
112
if (
pidIt
.second.GetSensorState() != SENSOR_ENABLED) {
in OnlyCurPidSensorEnabled()
115
if (
pidIt
.first != pid) {
in OnlyCurPidSensorEnabled()
249
auto
pidIt
= it->second.find(pid);
in UpdateSensorInfo()
local
250
if (
pidIt
in UpdateSensorInfo()
266
auto
pidIt
= it->second.find(pid);
RemoveSubscriber()
local
325
auto
pidIt
= it->second.find(pid);
ClearCurPidSensorInfo()
local
345
auto
pidIt
= it->second.find(pid);
DestroySensorChannel()
local
387
auto
pidIt
= it->second.find(pid);
GetCurPidSensorInfo()
local
[all...]
/base/time/time_service/services/timer/src/
H
A
D
timer_proxy.cpp
101
auto
pidIt
= proxyPids_.find(pid);
in CallbackAlarmIfNeed()
local
102
if (
pidIt
!= proxyPids_.end()) {
in CallbackAlarmIfNeed()
Completed in 4 milliseconds