Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/
H A Dhiappevent.h489 int OH_HiAppEvent_SetTriggerCondition(HiAppEvent_Watcher* watcher, int row, int size, int timeOut);
512 * by OH_HiAppEvent_SetTriggerCondition, the onTrigger callback will be invoked.
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_native_test.cpp619 * @tc.desc: check the function of OH_HiAppEvent_SetTriggerCondition.
625 ASSERT_EQ(OH_HiAppEvent_SetTriggerCondition(nullptr, TEST_EVENT_NUM, 0, 0), ErrorCode::ERROR_INVALID_WATCHER); in HWTEST_F()
626 ASSERT_EQ(OH_HiAppEvent_SetTriggerCondition(g_onTriggerWatcher, TEST_EVENT_NUM, 0, 0), 0); in HWTEST_F()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c304 int OH_HiAppEvent_SetTriggerCondition(struct HiAppEvent_Watcher* watcher, int row, int size, int timeOut) in OH_HiAppEvent_SetTriggerCondition() function

Completed in 3 milliseconds