Home
last modified time | relevance | path

Searched defs:sysEvent (Results 1 – 3 of 3) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/
Dobserver_event_test.cpp118 nlohmann::json sysEvent; variable
168 nlohmann::json sysEvent; variable
219 nlohmann::json sysEvent; variable
259 nlohmann::json sysEvent; variable
291 nlohmann::json sysEvent; variable
329 nlohmann::json sysEvent; variable
378 nlohmann::json sysEvent; variable
396 nlohmann::json sysEvent; variable
416 nlohmann::json sysEvent; variable
666 nlohmann::json sysEvent; variable
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedobserver_fuzzer/
Dresschedobserver_fuzzer.cpp154 nlohmann::json sysEvent; in HisysEventAvCodecEventFuzzTest() local
183 nlohmann::json sysEvent; in HisysEventRunningLockEventFuzzTest() local
210 nlohmann::json sysEvent; in HisysEventAudioEventFuzzTest() local
236 nlohmann::json sysEvent; in HisysEventBluetoothFuzzTest() local
262 nlohmann::json sysEvent; in HisysEventCameraEventFuzzTest() local
287 nlohmann::json sysEvent; in HisysEventWifiEventFuzzTest() local
313 nlohmann::json sysEvent; in ProcessHiSysEventFuzzTest() local
358 nlohmann::json sysEvent; in HisysEventOnEventFuzzTest() local
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
Dhisysevent_observer.cpp88 void HiSysEventObserver::OnEvent(std::shared_ptr<HiviewDFX::HiSysEventRecord> sysEvent) in OnEvent()