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:IdleState
(Results
1 - 10
of
10
) sorted by relevance
/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
H
A
D
state_machine.h
54
void SetIdleStateConfig(const
IdleState
& idleState)
in SetIdleStateConfig()
59
IdleState
& GetIdleStateConfig()
in GetIdleStateConfig()
74
IdleState
idleStateConfig_;
H
A
D
charger_state_collection.h
27
typedef struct
IdleState
{
struct
32
}
IdleState
;
typedef
/base/telephony/cellular_data/services/include/state_machine/
H
A
D
incall_data_state_machine.h
63
friend class
IdleState
;
72
class
IdleState
: public State {
class
74
IdleState
(std::weak_ptr<IncallDataStateMachine> &&incallData, std::string &&name)
in IdleState()
function in OHOS::Telephony::IdleState
77
virtual ~
IdleState
() = default;
/base/telephony/cellular_data/services/src/state_machine/
H
A
D
incall_data_state_machine.cpp
124
idleState_ = new (std::nothrow)
IdleState
(std::weak_ptr<IncallDataStateMachine>(shared_from_this()), "
IdleState
");
in Init()
157
void
IdleState
::StateBegin()
in StateBegin()
176
void
IdleState
::StateEnd()
in StateEnd()
182
bool
IdleState
::StateProcess(const AppExecFwk::InnerEvent::Pointer &event)
in StateProcess()
201
bool
IdleState
::ProcessCallStarted(const AppExecFwk::InnerEvent::Pointer &event)
in ProcessCallStarted()
203
TELEPHONY_LOGI("
IdleState
::MSG_SM_INCALL_DATA_CALL_STARTED");
in ProcessCallStarted()
219
bool
IdleState
::ProcessCallEnded(const AppExecFwk::InnerEvent::Pointer &event)
in ProcessCallEnded()
221
TELEPHONY_LOGI("
IdleState
::MSG_SM_INCALL_DATA_CALL_ENDED");
in ProcessCallEnded()
242
bool
IdleState
[all...]
/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
H
A
D
charger_state_collection.cpp
37
IdleState
g_idleStateConfig {};
38
IdleState
g_cachedIdleState {};
/base/telephony/cellular_data/test/fuzztest/updateincalldatamachine_fuzzer/
H
A
D
updateincalldatamachine_fuzzer.cpp
47
auto idleState = static_cast<
IdleState
*>(machine->idleState_.GetRefPtr());
in IdleStateMachineFuzz()
169
auto idleState = static_cast<
IdleState
*>(machine->idleState_.GetRefPtr());
in DeactivatingSecondaryStateMachineFuzz()
/base/telephony/cellular_data/test/
H
A
D
cellular_state_machine_test.cpp
151
auto idleState = static_cast<
IdleState
*>(incallStateMachine->idleState_.GetRefPtr());
in HWTEST_F()
170
auto idleState = static_cast<
IdleState
*>(incallStateMachine->idleState_.GetRefPtr());
in HWTEST_F()
189
auto idleState = static_cast<
IdleState
*>(incallStateMachine->idleState_.GetRefPtr());
in HWTEST_F()
208
auto idleState = static_cast<
IdleState
*>(incallStateMachine->idleState_.GetRefPtr());
in HWTEST_F()
228
auto idleState = static_cast<
IdleState
*>(incallStateMachine->idleState_.GetRefPtr());
in HWTEST_F()
248
auto idleState = static_cast<
IdleState
*>(incallStateMachine->idleState_.GetRefPtr());
in HWTEST_F()
H
A
D
zero_branch_test.cpp
1541
auto idleState = static_cast<
IdleState
*>(incallStateMachine->idleState_.GetRefPtr());
in HWTEST_F()
/base/powermgr/thermal_manager/test/unittest/src/
H
A
D
thermal_config_file_parser.cpp
296
IdleState
idleState;
in ParseIdleNode()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H
A
D
thermal_srv_config_parser.cpp
659
IdleState
idleState;
in ParseIdleNode()
Completed in 20 milliseconds