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:BATTERY_LEVEL
(Results
1 - 11
of
11
) sorted by relevance
/foundation/resourceschedule/work_scheduler/frameworks/include/
H
A
D
work_condition.h
30
BATTERY_LEVEL
,
enumerator
/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H
A
D
battery_level_listener.cpp
46
listener_.OnConditionChanged(WorkCondition::Type::
BATTERY_LEVEL
,
in OnReceiveEvent()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H
A
D
work_info.cpp
75
conditionMap_.emplace(WorkCondition::Type::
BATTERY_LEVEL
, batteryLevelCondition);
in RequestBatteryLevel()
228
if (conditionMap_.count(WorkCondition::Type::
BATTERY_LEVEL
) > 0) {
in GetBatteryLevel()
229
return conditionMap_.at(WorkCondition::Type::
BATTERY_LEVEL
)->intVal;
in GetBatteryLevel()
340
case WorkCondition::Type::
BATTERY_LEVEL
: {
in Marshalling()
435
case WorkCondition::Type::
BATTERY_LEVEL
: {
in UnmarshallCondition()
514
case WorkCondition::Type::
BATTERY_LEVEL
: {
in ParseConditionToJsonStr()
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_status.cpp
275
case WorkCondition::Type::
BATTERY_LEVEL
: {
in IsBatteryAndNetworkReady()
495
if (conditionMap_.count(WorkCondition::Type::
BATTERY_LEVEL
) > 0) {
in Dump()
497
to_string(conditionMap_.at(WorkCondition::Type::
BATTERY_LEVEL
)->intVal) + ",\n");
in Dump()
H
A
D
work_queue_manager.cpp
61
if (it.first != WorkCondition::Type::
BATTERY_LEVEL
&& listenerMap_.count(it.first) != 0) {
in AddWork()
97
if (it.first == WorkCondition::Type::
BATTERY_LEVEL
) {
in CancelWork()
H
A
D
work_conn_manager.cpp
197
if (workStatus->workInfo_->GetConditionMap()->count(WorkCondition::Type::
BATTERY_LEVEL
) > 0) {
in WriteStartWorkEvent()
198
conditions.append("
BATTERY_LEVEL
-");
in WriteStartWorkEvent()
H
A
D
work_queue.cpp
78
case WorkCondition::Type::
BATTERY_LEVEL
: {
in ParseCondition()
H
A
D
work_policy_manager.cpp
110
if (workStatus->workInfo_->GetConditionMap()->count(WorkCondition::Type::
BATTERY_LEVEL
) > 0) {
in GetConditionString()
111
conditions.append("
BATTERY_LEVEL
-");
in GetConditionString()
H
A
D
work_scheduler_service.cpp
439
workQueueManager_->AddListener(WorkCondition::Type::
BATTERY_LEVEL
, batteryLevelListener);
in WorkQueueManagerInit()
/foundation/resourceschedule/work_scheduler/services/test/src/
H
A
D
work_status_test.cpp
228
workStatus_->conditionMap_.emplace(WorkCondition::Type::
BATTERY_LEVEL
, batteryLevelCondition);
in HWTEST_F()
250
workStatus_->conditionMap_.emplace(WorkCondition::Type::
BATTERY_LEVEL
, batteryLevelCondition);
in HWTEST_F()
440
workStatus_->conditionMap_.emplace(WorkCondition::Type::
BATTERY_LEVEL
, batteryLevelCondition);
in HWTEST_F()
H
A
D
work_queue_test.cpp
108
WorkCondition::Type type = WorkCondition::Type::
BATTERY_LEVEL
;
in HWTEST_F()
Completed in 10 milliseconds