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:freq
(Results
1 - 9
of
9
) sorted by relevance
/base/powermgr/thermal_manager/application/protector/src/action/
H
A
D
cpu_action.cpp
27
constexpr const char* SIM_CPU_FREQ_PATH = "/data/service/el0/thermal/cooling/cpu/
freq
";
41
THERMAL_HILOGE(FEATURE_PROTECTOR, "failed to set cpu
freq
");
in Execute()
49
int32_t CpuAction::CpuActionRequest(uint32_t
freq
)
in CpuActionRequest()
argument
51
THERMAL_HILOGD(FEATURE_PROTECTOR, "%{public}d",
freq
);
in CpuActionRequest()
56
std::string freqStr = std::to_string(
freq
);
in CpuActionRequest()
/base/iothardware/peripheral/interfaces/inner_api/
H
A
D
iot_pwm.h
73
* @param
freq
Indicates the frequency for PWM signal output.
79
unsigned int IoTPwmStart(unsigned int port, unsigned short duty, unsigned int
freq
);
/base/hiviewdfx/hitrace/frameworks/native/
H
A
D
dynamic_buffer.cpp
87
traceStats.
freq
= pow(traceStats.averageTrace, EXPONENT);
in UpdateTraceLoad()
88
totalCpusLoad += traceStats.
freq
;
in UpdateTraceLoad()
107
int newSize = BASE_SIZE + floor((allTraceStats[i].
freq
/ totalCpusLoad) * totalBonus);
in CalculateBufferSize()
H
A
D
common_utils.cpp
255
std::string
freq
= "0";
in ReadCurrentCpuFrequencies()
local
261
iss >>
freq
;
in ReadCurrentCpuFrequencies()
local
265
freqs += "cpu_id=" + std::to_string(i) + " state=" +
freq
;
in ReadCurrentCpuFrequencies()
/base/powermgr/thermal_manager/application/protector/include/action/
H
A
D
cpu_action.h
29
int32_t CpuActionRequest(uint32_t
freq
);
/base/hiviewdfx/hitrace/frameworks/include/
H
A
D
dynamic_buffer.h
31
double
freq
= 0;
member
/base/hiviewdfx/hilog/services/hilogd/
H
A
D
log_stats.cpp
51
float
freq
= entry.tmpLines / secs;
in UpdateStats()
local
52
if (
freq
> entry.freqMax) {
in UpdateStats()
53
entry.freqMax =
freq
;
in UpdateStats()
/base/account/os_account/services/accountmgr/include/appaccount/
H
A
D
app_account_control_manager.h
34
int32_t
freq
;
member
/base/account/os_account/services/accountmgr/src/appaccount/
H
A
D
app_account_control_manager.cpp
464
if (toPopedIt->second.
freq
> it->second.
freq
) {
in PopDataFromAssociatedDataCache()
467
it->second.
freq
= 0;
in PopDataFromAssociatedDataCache()
494
item.
freq
= 0;
in GetAssociatedDataFromStorage()
529
it->second.
freq
++;
in GetAssociatedData()
Completed in 6 milliseconds