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:stateIter
(Results
1 - 5
of
5
) sorted by relevance
/base/account/os_account/services/accountmgr/src/
H
A
D
account_state_machine.cpp
104
auto
stateIter
= stateMachineMap_.find(currentState_);
in StateChangeProcess()
local
105
if (
stateIter
== stateMachineMap_.end()) {
in StateChangeProcess()
111
auto eventIter =
stateIter
->second.find(evt);
in StateChangeProcess()
112
if (eventIter ==
stateIter
->second.end()) {
in StateChangeProcess()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H
A
D
permission_validator.cpp
148
auto
stateIter
= permState.grantStatus.begin();
in DeduplicateResDevID()
local
150
for (auto it = permState.resDeviceID.begin(); it != permState.resDeviceID.end(); ++it, ++
stateIter
, ++flagIter) {
in DeduplicateResDevID()
156
result.grantStatus.emplace_back(*
stateIter
);
in DeduplicateResDevID()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H
A
D
thermal_policy.cpp
201
auto
stateIter
= stateMachineMap.find(prop->first);
in StateMachineDecision()
local
202
if (
stateIter
== stateMachineMap.end() ||
stateIter
->second == nullptr) {
in StateMachineDecision()
206
if (
stateIter
->second->DecideState(prop->second)) {
in StateMachineDecision()
H
A
D
thermal_config_sensor_cluster.cpp
88
auto
stateIter
= stateMachineMap.find(prop->first);
in CheckState()
local
89
if (
stateIter
== stateMachineMap.end() ||
stateIter
->second == nullptr) {
in CheckState()
93
if (
stateIter
->second->DecideState(prop->second)) {
in CheckState()
/base/powermgr/thermal_manager/test/unittest/src/
H
A
D
thermal_action_report_test.cpp
190
auto
stateIter
= stateMap.find(prop.first);
in StateDecision()
local
192
if (
stateIter
!= stateMap.end()) {
in StateDecision()
193
THERMAL_HILOGD(LABEL_TEST, "state iter = %{public}s, iter value = %{public}s",
stateIter
->first.c_str(),
in StateDecision()
194
stateIter
->second.c_str());
in StateDecision()
195
if (
stateIter
->second.compare(prop.second) == 0) {
in StateDecision()
234
for (auto
stateIter
: stateItem) {
in GetStateMap()
236
if (
stateIter
.name == "scene") {
in GetStateMap()
238
} else if (
stateIter
.name == "screen") {
in GetStateMap()
240
} else if (
stateIter
.name == "charge") {
in GetStateMap()
243
stateMap.emplace(std::pair(
stateIter
in GetStateMap()
[all...]
Completed in 4 milliseconds