Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/
H A Dhiappevent.h562 int OH_HiAppEvent_AddWatcher(HiAppEvent_Watcher* watcher);
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_native_test.cpp643 * @tc.desc: check the function of OH_HiAppEvent_AddWatcher.
649 ASSERT_EQ(OH_HiAppEvent_AddWatcher(nullptr), ErrorCode::ERROR_INVALID_WATCHER); in HWTEST_F()
650 ASSERT_EQ(OH_HiAppEvent_AddWatcher(g_onTriggerWatcher), 0); in HWTEST_F()
651 ASSERT_EQ(OH_HiAppEvent_AddWatcher(g_onReceiveWatcher), 0); in HWTEST_F()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c319 int OH_HiAppEvent_AddWatcher(struct HiAppEvent_Watcher* watcher) in OH_HiAppEvent_AddWatcher() function

Completed in 3 milliseconds