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:sysEvent
(Results
1 - 4
of
4
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/
H
A
D
observer_event_test.cpp
118
nlohmann::json
sysEvent
;
in HWTEST_F()
local
120
sysEvent
["name_"] = eventName;
in HWTEST_F()
123
sysEvent
["UID"] = TEST_UID;
in HWTEST_F()
124
hisysEventObserver_->ProcessAvCodecEvent(
sysEvent
, eventName);
in HWTEST_F()
128
sysEvent
["CLIENT_UID"] = TEST_UID;
in HWTEST_F()
129
sysEvent
["PID"] = TEST_PID;
in HWTEST_F()
130
hisysEventObserver_->ProcessAvCodecEvent(
sysEvent
, eventName);
in HWTEST_F()
134
sysEvent
["CLIENT_UID"] = TEST_UID;
in HWTEST_F()
135
sysEvent
["CLIENT_PID"] = TEST_PID;
in HWTEST_F()
136
sysEvent
["INSTANCE_I
in HWTEST_F()
168
nlohmann::json
sysEvent
;
HWTEST_F()
local
219
nlohmann::json
sysEvent
;
HWTEST_F()
local
259
nlohmann::json
sysEvent
;
HWTEST_F()
local
291
nlohmann::json
sysEvent
;
HWTEST_F()
local
329
nlohmann::json
sysEvent
;
HWTEST_F()
local
378
nlohmann::json
sysEvent
;
HWTEST_F()
local
396
nlohmann::json
sysEvent
;
HWTEST_F()
local
416
nlohmann::json
sysEvent
;
HWTEST_F()
local
665
nlohmann::json
sysEvent
;
HWTEST_F()
local
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedobserver_fuzzer/
H
A
D
resschedobserver_fuzzer.cpp
154
nlohmann::json
sysEvent
;
in HisysEventAvCodecEventFuzzTest()
local
155
sysEvent
["UID"] = GetData<int32_t>();
in HisysEventAvCodecEventFuzzTest()
156
sysEvent
["PID"] = GetData<int32_t>();
in HisysEventAvCodecEventFuzzTest()
157
sysEvent
["CLIENT_UID"] = GetData<int32_t>();
in HisysEventAvCodecEventFuzzTest()
158
sysEvent
["CLIENT_PID"] = GetData<int32_t>();
in HisysEventAvCodecEventFuzzTest()
159
sysEvent
["INSTANCE_ID"] = GetData<int32_t>();
in HisysEventAvCodecEventFuzzTest()
160
sysEvent
["CODEC_INSTANCE_ID"] = GetData<int32_t>();
in HisysEventAvCodecEventFuzzTest()
162
sysEvent
["name_"] = eventName;
in HisysEventAvCodecEventFuzzTest()
164
hisysEventObserver_->ProcessAvCodecEvent(
sysEvent
, eventName);
in HisysEventAvCodecEventFuzzTest()
183
nlohmann::json
sysEvent
;
in HisysEventRunningLockEventFuzzTest()
local
210
nlohmann::json
sysEvent
;
HisysEventAudioEventFuzzTest()
local
236
nlohmann::json
sysEvent
;
HisysEventBluetoothFuzzTest()
local
262
nlohmann::json
sysEvent
;
HisysEventCameraEventFuzzTest()
local
287
nlohmann::json
sysEvent
;
HisysEventWifiEventFuzzTest()
local
313
nlohmann::json
sysEvent
;
ProcessHiSysEventFuzzTest()
local
358
nlohmann::json
sysEvent
;
HisysEventOnEventFuzzTest()
local
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/include/
H
A
D
hisysevent_observer.h
29
void OnEvent(std::shared_ptr<HiviewDFX::HiSysEventRecord>
sysEvent
) override;
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H
A
D
hisysevent_observer.cpp
88
void HiSysEventObserver::OnEvent(std::shared_ptr<HiviewDFX::HiSysEventRecord>
sysEvent
)
in OnEvent()
argument
90
if (
sysEvent
== nullptr) {
in OnEvent()
94
std::string eventDetail =
sysEvent
->AsJson();
in OnEvent()
Completed in 5 milliseconds