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 - 3
of
3
) sorted by relevance
/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/
H
A
D
disc_conn_dfx_test.cpp
89
StatisticEvtReportFunc
reportFunc
= GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_FIRST_DISC_DURATION);
in HWTEST_F()
local
90
ret =
reportFunc
();
in HWTEST_F()
119
StatisticEvtReportFunc
reportFunc
= GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_DISC_DETAILS);
in HWTEST_F()
local
120
ret =
reportFunc
();
in HWTEST_F()
144
StatisticEvtReportFunc
reportFunc
= GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_DISC_BLE_RSSI);
in HWTEST_F()
local
145
ret =
reportFunc
();
in HWTEST_F()
183
StatisticEvtReportFunc
reportFunc
= GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_CONN_DURATION);
in HWTEST_F()
local
184
ret =
reportFunc
();
in HWTEST_F()
207
StatisticEvtReportFunc
reportFunc
= GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_PROCESS_STEP_DURATION);
in HWTEST_F()
local
208
ret =
reportFunc
();
in HWTEST_F()
[all...]
H
A
D
lnn_dfx_test.cpp
96
StatisticEvtReportFunc
reportFunc
= GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_DEV_DISCOVERY);
in HWTEST_F()
local
97
ret =
reportFunc
();
in HWTEST_F()
100
reportFunc
= GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_APP_DISCOVERY);
in HWTEST_F()
101
ret =
reportFunc
();
in HWTEST_F()
127
StatisticEvtReportFunc
reportFunc
= GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_ONLINE_DURATION);
in HWTEST_F()
local
128
ret =
reportFunc
();
in HWTEST_F()
154
StatisticEvtReportFunc
reportFunc
= GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_LNN_DURATION);
in HWTEST_F()
local
155
ret =
reportFunc
();
in HWTEST_F()
183
StatisticEvtReportFunc
reportFunc
= GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_AUTH_KPI);
in HWTEST_F()
local
184
ret =
reportFunc
();
in HWTEST_F()
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H
A
D
observer_manager.cpp
207
ReportFunc
reportFunc
= reinterpret_cast<ReportFunc>(dlsym(handle, "IsNeedReportEvents"));
in GetReportFunc()
local
208
if (!
reportFunc
) {
in GetReportFunc()
214
isNeedReport_ =
reportFunc
();
in GetReportFunc()
Completed in 3 milliseconds