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:reportFunc_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/utils/
H
A
D
ressched_utils.cpp
53
reportFunc_
= reinterpret_cast<ReportDataFunc>(dlsym(handle, "ReportDataInProcess"));
in LoadUtils()
54
if (!
reportFunc_
) {
in LoadUtils()
130
if (!
reportFunc_
) {
in ReportDataInProcess()
134
reportFunc_
(resType, value, payload);
in ReportDataInProcess()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/utils/include/
H
A
D
ressched_utils.h
53
reportFunc_
= nullptr;
in ~ResSchedUtils()
66
ReportDataFunc
reportFunc_
= nullptr;
member in OHOS::ResourceSchedule::ResSchedUtils
/foundation/resourceschedule/soc_perf/services/core/include/
H
A
D
socperf_config.h
36
ReportDataFunc
reportFunc_
= nullptr;
member in OHOS::SOCPERF::SocPerfConfig
/foundation/resourceschedule/soc_perf/services/core/src/
H
A
D
socperf_config.cpp
198
if (
reportFunc_
!= nullptr) {
in InitPerfFunc()
208
reportFunc_
= reinterpret_cast<ReportDataFunc>(dlsym(g_handle, perfSoFunc));
in InitPerfFunc()
209
if (
reportFunc_
== nullptr) {
in InitPerfFunc()
H
A
D
socperf_thread_wrap.cpp
215
if (!socPerfConfig_.
reportFunc_
) {
in SendResStatusToPerfSo()
255
socPerfConfig_.
reportFunc_
(qosId, value, endTime, "");
in ReportToPerfSo()
Completed in 4 milliseconds