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:UpdateUidMap
(Results
1 - 7
of
7
) sorted by relevance
/base/powermgr/battery_statistics/services/native/include/entities/
H
A
D
uid_entity.h
35
void
UpdateUidMap
(int32_t uid) override;
H
A
D
battery_stats_entity.h
51
virtual void
UpdateUidMap
(int32_t uid);
/base/powermgr/battery_statistics/services/native/src/entities/
H
A
D
battery_stats_entity.cpp
73
void BatteryStatsEntity::
UpdateUidMap
(int32_t uid)
in UpdateUidMap()
function in OHOS::PowerMgr::BatteryStatsEntity
H
A
D
uid_entity.cpp
40
void UidEntity::
UpdateUidMap
(int32_t uid)
in UpdateUidMap()
function in OHOS::PowerMgr::UidEntity
/base/powermgr/battery_statistics/services/native/src/
H
A
D
cpu_time_reader.cpp
233
uidEntity->
UpdateUidMap
(uid);
in ReadUidCpuActiveTime()
317
uidEntity->
UpdateUidMap
(uid);
in ReadUidCpuClusterTime()
465
uidEntity->
UpdateUidMap
(uid);
in ReadUidCpuFreqTime()
550
uidEntity->
UpdateUidMap
(uid);
in ReadUidCpuTime()
H
A
D
battery_stats_core.cpp
217
uidEntity_->
UpdateUidMap
(uid);
in UpdateStats()
286
uidEntity_->
UpdateUidMap
(uid);
in UpdateStats()
/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H
A
D
stats_service_core_test.cpp
293
uidEntity->
UpdateUidMap
(invalidUid);
in HWTEST_F()
Completed in 6 milliseconds