Home
last modified time | relevance | path

Searched refs:IsReportEvent (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dwatchdog.h84 bool IsReportEvent();
/foundation/ability/ability_runtime/test/unittest/dfr_test/watchdog_test/
H A Dwatchdog_test.cpp72 * @tc.name: IsReportEvent
73 * @tc.desc: Test the abnormal state of IsReportEvent.
79 bool ret = watchdog_->IsReportEvent(); in HWTEST_F()
85 * @tc.name: IsReportEvent
86 * @tc.desc: Test the change state of IsReportEvent.
93 bool ret = watchdog_->IsReportEvent(); in HWTEST_F()
273 * @tc.name: IsReportEvent
274 * @tc.desc: Verify that function IsReportEvent.
280 auto result = watchdog_->IsReportEvent(); in HWTEST_F()
287 * @tc.name: IsReportEvent
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dwatchdog.cpp114 bool Watchdog::IsReportEvent() in IsReportEvent() function in OHOS::AppExecFwk::Watchdog
160 if (IsReportEvent()) { in Timer()

Completed in 2 milliseconds