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:MS_IN_HOUR
(Results
1 - 13
of
13
) sorted by relevance
/base/powermgr/battery_statistics/services/native/src/entities/
H
A
D
idle_entity.cpp
68
auto cpuSuspendPowerMah = cpuSuspendAverageMa * bootOnBatteryTimeMs / StatsUtils::
MS_IN_HOUR
;
in CalculateCpuSuspendPower()
80
auto cpuIdlePowerMah = cpuIdleAverageMa * upOnBatteryTimeMs / StatsUtils::
MS_IN_HOUR
;
in CalculateCpuIdlePower()
H
A
D
cpu_entity.cpp
108
double cpuActivePower = cpuActiveAverageMa * cpuActiveTimeMs / StatsUtils::
MS_IN_HOUR
;
in CalculateCpuActivePower()
131
cpuClusterPower += cpuClusterAverageMa * cpuClusterTimeMs / StatsUtils::
MS_IN_HOUR
;
in CalculateCpuClusterPower()
156
cpuSpeedPower += cpuSpeedAverageMa * cpuSpeedTimeMs / StatsUtils::
MS_IN_HOUR
;
in CalculateCpuSpeedPower()
H
A
D
sensor_entity.cpp
71
auto gravityOnPowerMah = gravityOnAverageMa * gravityOnTimeMs / StatsUtils::
MS_IN_HOUR
;
in CalculateGravity()
91
auto proximityOnPowerMah = proximityOnAverageMa * proximityOnTimeMs / StatsUtils::
MS_IN_HOUR
;
in CalculateProximity()
H
A
D
phone_entity.cpp
106
double phoneOnLevelPowerMah = phoneOnAverageMa * phoneOnLevelTimeMs / StatsUtils::
MS_IN_HOUR
;
in Calculate()
116
double phoneDataLevelPowerMah = phoneDataAverageMa * phoneDataLevelTimeMs / StatsUtils::
MS_IN_HOUR
;
in Calculate()
H
A
D
bluetooth_entity.cpp
58
auto bluetoothBrOnPowerMah = bluetoothBrOnAverageMa * bluetoothBrOnTimeMs / StatsUtils::
MS_IN_HOUR
;
in CalculateBtPower()
65
auto bluetoothBleOnPowerMah = bluetoothBleOnAverageMa * bluetoothBleOnTimeMs / StatsUtils::
MS_IN_HOUR
;
in CalculateBtPower()
99
auto bluetoothBrScanPowerMah = bluetoothBrScanTimeMs * bluetoothBrScanAverageMa / StatsUtils::
MS_IN_HOUR
;
in CalculateBtPowerForApp()
106
auto bluetoothBleScanPowerMah = bluetoothBleScanTimeMs * bluetoothBleScanAverageMa / StatsUtils::
MS_IN_HOUR
;
in CalculateBtPowerForApp()
H
A
D
flashlight_entity.cpp
56
auto flashlightOnPowerMah = flashlightOnAverageMa * flashlightOnTimeMs / StatsUtils::
MS_IN_HOUR
;
in Calculate()
H
A
D
gnss_entity.cpp
55
auto gnssOnPowerMah = gnssOnAverageMa * gnssOnTimeMs / StatsUtils::
MS_IN_HOUR
;
in Calculate()
H
A
D
audio_entity.cpp
59
auto audioOnPowerMah = audioOnAverageMa * audioOnTimeMs / StatsUtils::
MS_IN_HOUR
;
in Calculate()
H
A
D
wifi_entity.cpp
39
auto wifiOnPowerMah = wifiOnAverageMa * wifiOnTimeMs / StatsUtils::
MS_IN_HOUR
;
in Calculate()
H
A
D
wakelock_entity.cpp
56
auto wakelockOnPowerMah = wakelockOnAverageMa * wakelockOnTimeMs / StatsUtils::
MS_IN_HOUR
;
in Calculate()
H
A
D
screen_entity.cpp
96
screenPowerMah_ = (screenOnPowerMah + brightnessPowerMah) / StatsUtils::
MS_IN_HOUR
;
in Calculate()
H
A
D
camera_entity.cpp
53
auto cameraOnPowerMah = cameraOnAverageMa * cameraOnTimeMs / StatsUtils::
MS_IN_HOUR
;
in Calculate()
/base/powermgr/battery_statistics/utils/native/include/
H
A
D
stats_utils.h
31
static constexpr uint32_t
MS_IN_HOUR
= 3600000;
member in OHOS::PowerMgr::StatsUtils
Completed in 6 milliseconds