Home
last modified time | relevance | path

Searched refs:AppEventWatcherTest (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_watcher_test.cpp65 class AppEventWatcherTest : public AppEventWatcher { class
67 AppEventWatcherTest( in AppEventWatcherTest() function in __anon1a025f880110::AppEventWatcherTest
118 std::shared_ptr<AppEventWatcherTest> BuildSimpleWatcher() in BuildSimpleWatcher()
122 return std::make_shared<AppEventWatcherTest>(TEST_WATCHER, filters, cond); in BuildSimpleWatcher()
125 std::shared_ptr<AppEventWatcherTest> BuildWatcherWithRow() in BuildWatcherWithRow()
133 std::shared_ptr<AppEventWatcherTest> BuildWatcherWithSize() in BuildWatcherWithSize()
141 std::shared_ptr<AppEventWatcherTest> BuildWatcherWithTimeout() in BuildWatcherWithTimeout()
149 std::shared_ptr<AppEventWatcherTest> BuildWatcherWithTimeout2() in BuildWatcherWithTimeout2()
154 return std::make_shared<AppEventWatcherTest>("watcher_time2", filters, cond); in BuildWatcherWithTimeout2()
157 std::shared_ptr<AppEventWatcherTest> BuildSimpleOsWatcher() in BuildSimpleOsWatcher()
[all …]