Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_native_test.cpp590 const char* filterNames[] = {TEST_EVENT_NAME}; in HWTEST_F() local
593 ASSERT_EQ(OH_HiAppEvent_SetAppEventFilter(nullptr, TEST_DOMAIN_NAME, 0, filterNames, namsLen), in HWTEST_F()
595 ASSERT_EQ(OH_HiAppEvent_SetAppEventFilter(g_onReceiveWatcher, nullptr, 0, filterNames, namsLen), in HWTEST_F()
601 ASSERT_EQ(OH_HiAppEvent_SetAppEventFilter(g_onReceiveWatcher, TEST_DOMAIN_NAME, 0, filterNames, namsLen), 0); in HWTEST_F()
602 ASSERT_EQ(OH_HiAppEvent_SetAppEventFilter(g_onTriggerWatcher, TEST_DOMAIN_NAME, 0, filterNames, namsLen), 0); in HWTEST_F()

Completed in 3 milliseconds