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:inactive
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/cellular_data/test/fuzztest/updateinactivemachine_fuzzer/
H
A
D
updateinactivemachine_fuzzer.cpp
23
#include "
inactive
.h"
46
sptr<Inactive>
inactive
=
in UpdateInActiveMachineFuzz()
local
51
if (
inactive
== nullptr || activating == nullptr) {
in UpdateInActiveMachineFuzz()
63
inactive
->SetDeActiveApnTypeId(intValue);
in UpdateInActiveMachineFuzz()
64
inactive
->StateProcess(event);
in UpdateInActiveMachineFuzz()
/base/telephony/cellular_data/test/
H
A
D
cellular_state_machine_test.cpp
29
#include "
inactive
.h"
550
auto
inactive
= static_cast<Inactive *>(cellularMachine->inActiveState_.GetRefPtr());
in HWTEST_F()
local
551
inactive
->deActiveApnTypeId_ = 0;
in HWTEST_F()
552
inactive
->SetStateMachine(cellularMachine);
in HWTEST_F()
553
inactive
->SetDataCallResultInfoToRetry();
in HWTEST_F()
554
EXPECT_EQ(
inactive
->resultInfo_->reason, static_cast<int32_t>(PdpErrorReason::PDP_ERR_RETRY));
in HWTEST_F()
555
inactive
->SetDataCallResultInfoToClear();
in HWTEST_F()
556
EXPECT_EQ(
inactive
->resultInfo_->reason,
in HWTEST_F()
572
auto
inactive
= static_cast<Inactive *>(cellularMachine->inActiveState_.GetRefPtr());
in HWTEST_F()
local
573
inactive
in HWTEST_F()
591
auto
inactive
= static_cast<Inactive *>(cellularMachine->inActiveState_.GetRefPtr());
HWTEST_F()
local
610
auto
inactive
= static_cast<Inactive *>(cellularMachine->inActiveState_.GetRefPtr());
HWTEST_F()
local
[all...]
H
A
D
cellualr_data_branch_test.cpp
26
#include "
inactive
.h"
439
auto
inactive
= static_cast<Inactive *>(cellularMachine->inActiveState_.GetRefPtr());
in HWTEST_F()
local
440
inactive
->stateMachine_ = cellularMachine;
in HWTEST_F()
450
bool result =
inactive
->StateProcess(event);
in HWTEST_F()
H
A
D
zero_branch_test.cpp
46
#include "
inactive
.h"
1391
auto
inactive
= static_cast<Inactive *>(cellularMachine->inActiveState_.GetRefPtr());
in HWTEST_F()
local
1393
inactive
->SetStateMachine(stateMachine1);
in HWTEST_F()
1396
inactive
->StateBegin();
in HWTEST_F()
1397
inactive
->StateEnd();
in HWTEST_F()
1398
inactive
->SetDeActiveApnTypeId(0);
in HWTEST_F()
1399
ASSERT_FALSE(
inactive
->StateProcess(event));
in HWTEST_F()
/base/powermgr/power_manager/services/native/src/
H
A
D
power_state_machine.cpp
126
std::vector<PowerState>
inactive
{ PowerState::DIM };
in InitTransitMap()
130
forbidMap_.emplace(PowerState::INACTIVE, std::set<PowerState>(
inactive
.begin(),
inactive
.end()));
in InitTransitMap()
714
POWER_HILOGE(FEATURE_POWER_STATE, "failed to set state to
inactive
.");
in WakeupDeviceInner()
949
POWER_HILOGI(FEATURE_POWER_STATE, "[UL_POWER] not notify
inactive
power state");
in WakeupDeviceInner()
1147
POWER_HILOGI(FEATURE_ACTIVITY, "reset
inactive
timer: %{public}" PRId64, displayOffTime);
in WakeupDeviceInner()
Completed in 13 milliseconds