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:GetChargerType
(Results
1 - 7
of
7
) sorted by relevance
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H
A
D
workinfo_test.cpp
96
EXPECT_EQ(workInfo.
GetChargerType
(), WorkCondition::Charger::CHARGING_UNKNOWN);
in HWTEST_F()
98
EXPECT_EQ(workInfo.
GetChargerType
(), WorkCondition::Charger::CHARGING_PLUGGED_ANY);
in HWTEST_F()
111
EXPECT_EQ(workInfo.
GetChargerType
(), WorkCondition::Charger::CHARGING_UNPLUGGED);
in HWTEST_F()
524
EXPECT_EQ(workInfo.
GetChargerType
(), workInfoRead->
GetChargerType
());
in HWTEST_F()
/foundation/resourceschedule/work_scheduler/frameworks/include/
H
A
D
work_info.h
189
WorkCondition::Charger
GetChargerType
();
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H
A
D
js_work_scheduler_extension.cpp
354
WorkCondition::Charger charger = workInfo.
GetChargerType
();
in OnWorkStart()
406
WorkCondition::Charger charger = workInfo.
GetChargerType
();
in OnWorkStop()
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H
A
D
work_scheduler_ffi.cpp
246
auto chargerType = workInfo->
GetChargerType
();
in ParseWorkInfo()
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_policy_manager.cpp
428
&& topWork->workInfo_->
GetChargerType
() != WorkCondition::Charger::CHARGING_UNKNOWN
in UpdateWatchdogTime()
429
&& topWork->workInfo_->
GetChargerType
() != WorkCondition::Charger::CHARGING_UNPLUGGED) {
in UpdateWatchdogTime()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H
A
D
work_info.cpp
216
WorkCondition::Charger WorkInfo::
GetChargerType
()
in GetChargerType()
function in OHOS::WorkScheduler::WorkInfo
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H
A
D
common.cpp
480
WorkCondition::Charger charger = workInfo->
GetChargerType
();
in GetConditionInfo()
Completed in 13 milliseconds