Home
last modified time | relevance | path

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

/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_freeze_test.cpp79 void AsyncProcess();
118 std::function<void()> asyncProcessFunc = std::bind(&SubscriberTest::AsyncProcess, this, commonEventListener); in ProcessSubscriberTestCase1()
128 void AsyncProcess(OHOS::sptr<OHOS::IRemoteObject> commonEventListener) in AsyncProcess() function in __anon1017::SubscriberTest
173 std::function<void()> asyncProcessFunc = std::bind(&SubscriberTest2::AsyncProcess, this, commonEventListener2); in ProcessSubscriberTest2Case1()
183 void AsyncProcess(OHOS::sptr<OHOS::IRemoteObject> commonEventListener) in AsyncProcess() function in __anon1017::SubscriberTest2
236 std::bind(&SubscriberTestLast::AsyncProcess, this, commonEventListener3); in ProcessSubscriberTestLastCase1()
242 void AsyncProcess(OHOS::sptr<OHOS::IRemoteObject> commonEventListener) in AsyncProcess() function in __anon1017::SubscriberTestLast
364 void CommonEventFreezeTest::AsyncProcess() in AsyncProcess() function in __anon1017::CommonEventFreezeTest
418 std::function<void()> asyncProcessFunc = std::bind(&CommonEventFreezeTest::AsyncProcess, this); in HWTEST_F()
480 std::function<void()> asyncProcessFunc = std::bind(&CommonEventFreezeTest::AsyncProcess, thi in HWTEST_F()
[all...]
H A Dcommon_event_dump_test.cpp109 void AsyncProcess();
164 std::function<void()> asyncProcessFunc = std::bind(&SubscriberTest::AsyncProcess, this, commonEventListener); in ProcessSubscriberTestCase1()
171 std::function<void()> asyncProcessFunc = std::bind(&SubscriberTest::AsyncProcess, this, commonEventListener); in ProcessSubscriberTestCase2()
175 void AsyncProcess(OHOS::sptr<OHOS::IRemoteObject> commonEventListener) in AsyncProcess() function in __anon1016::SubscriberTest
222 std::function<void()> asyncProcessFunc = std::bind(&SubscriberTest2::AsyncProcess, this, commonEventListener2); in ProcessSubscriberTest2Case1()
229 std::function<void()> asyncProcessFunc = std::bind(&SubscriberTest2::AsyncProcess, this, commonEventListener2); in ProcessSubscriberTest2Case2()
234 void AsyncProcess(OHOS::sptr<OHOS::IRemoteObject> commonEventListener) in AsyncProcess() function in __anon1016::SubscriberTest2
276 std::bind(&SubscriberTestLast::AsyncProcess, this, commonEventListener3); in ProcessSubscriberTestLastCase1()
284 void AsyncProcess(OHOS::sptr<OHOS::IRemoteObject> commonEventListener) in AsyncProcess() function in __anon1016::SubscriberTestLast
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_publish_ordered_system_test/
H A Dcommon_event_services_publish_ordered_system_test.cpp185 std::bind(&SubscriberTest::AsyncProcess, this, result, TIME_OUT_SECONDS_MIDDLE); in ProcessSubscriberTestCase4()
216 std::bind(&SubscriberTest::AsyncProcess, this, result, TIME_OUT_SECONDS_MIDDLE); in ProcessSubscriberTestCase6()
220 void AsyncProcess(const std::shared_ptr<AsyncCommonEventResult> &result, time_t outtime) in AsyncProcess() function in SubscriberTest
344 std::bind(&SubscriberAnotherTest::AsyncProcess, this, result, TIME_OUT_SECONDS_MIDDLE); in ProcessSubscriberAnotherTestCase6()
348 void AsyncProcess(const std::shared_ptr<AsyncCommonEventResult> &result, time_t outtime) in AsyncProcess() function in SubscriberAnotherTest
/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H A Dcommon_event_services_publish_ordered_module_test.cpp196 std::bind(&SubscriberTest::AsyncProcess, this, result, TIME_OUT_SECONDS_MIDDLE); in ProcessSubscriberTestCase4()
229 std::bind(&SubscriberTest::AsyncProcess, this, result, TIME_OUT_SECONDS_MIDDLE); in ProcessSubscriberTestCase6()
233 void AsyncProcess(const std::shared_ptr<AsyncCommonEventResult> &result, time_t outtime) in AsyncProcess() function in SubscriberTest
357 std::bind(&SubscriberAnotherTest::AsyncProcess, this, result, TIME_OUT_SECONDS_MIDDLE); in ProcessSubscriberAnotherTestCase6()
361 void AsyncProcess(const std::shared_ptr<AsyncCommonEventResult> &result, time_t outtime) in AsyncProcess() function in SubscriberAnotherTest

Completed in 8 milliseconds