Searched refs:asyncProcessFunc (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_freeze_test.cpp | 118 …std::function<void()> asyncProcessFunc = std::bind(&SubscriberTest::AsyncProcess, this, commonEven… in ProcessSubscriberTestCase1() local 119 handler_->PostTask(asyncProcessFunc); in ProcessSubscriberTestCase1() 173 …std::function<void()> asyncProcessFunc = std::bind(&SubscriberTest2::AsyncProcess, this, commonEve… in ProcessSubscriberTest2Case1() local 174 handler_->PostTask(asyncProcessFunc); in ProcessSubscriberTest2Case1() 235 std::function<void()> asyncProcessFunc = in ProcessSubscriberTestLastCase1() local 237 handler_->PostTask(asyncProcessFunc); in ProcessSubscriberTestLastCase1() 418 std::function<void()> asyncProcessFunc = std::bind(&CommonEventFreezeTest::AsyncProcess, this); variable 419 handler->PostTask(asyncProcessFunc); 480 std::function<void()> asyncProcessFunc = std::bind(&CommonEventFreezeTest::AsyncProcess, this); variable 481 handler->PostTask(asyncProcessFunc);
|
H A D | common_event_dump_test.cpp | 164 …std::function<void()> asyncProcessFunc = std::bind(&SubscriberTest::AsyncProcess, this, commonEven… in ProcessSubscriberTestCase1() local 165 handler_->PostTask(asyncProcessFunc); in ProcessSubscriberTestCase1() 171 …std::function<void()> asyncProcessFunc = std::bind(&SubscriberTest::AsyncProcess, this, commonEven… in ProcessSubscriberTestCase2() local 172 handler_->PostTask(asyncProcessFunc); in ProcessSubscriberTestCase2() 222 …std::function<void()> asyncProcessFunc = std::bind(&SubscriberTest2::AsyncProcess, this, commonEve… in ProcessSubscriberTest2Case1() local 223 handler_->PostTask(asyncProcessFunc); in ProcessSubscriberTest2Case1() 229 …std::function<void()> asyncProcessFunc = std::bind(&SubscriberTest2::AsyncProcess, this, commonEve… in ProcessSubscriberTest2Case2() local 230 handler_->PostTask(asyncProcessFunc); in ProcessSubscriberTest2Case2() 275 std::function<void()> asyncProcessFunc = in ProcessSubscriberTestLastCase1() local 277 handler_->PostTask(asyncProcessFunc); in ProcessSubscriberTestLastCase1()
|
/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_publish_ordered_system_test/ |
H A D | common_event_services_publish_ordered_system_test.cpp | 184 std::function<void()> asyncProcessFunc = in ProcessSubscriberTestCase4() local 186 handlerPtr->PostTask(asyncProcessFunc); in ProcessSubscriberTestCase4() 215 std::function<void()> asyncProcessFunc = in ProcessSubscriberTestCase6() local 217 handlerPtr->PostTask(asyncProcessFunc); in ProcessSubscriberTestCase6() 343 std::function<void()> asyncProcessFunc = in ProcessSubscriberAnotherTestCase6() local 345 handlerPtr->PostTask(asyncProcessFunc); in ProcessSubscriberAnotherTestCase6()
|
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/ |
H A D | common_event_services_publish_ordered_module_test.cpp | 195 std::function<void()> asyncProcessFunc = in ProcessSubscriberTestCase4() local 197 handlerPtr->PostTask(asyncProcessFunc); in ProcessSubscriberTestCase4() 228 std::function<void()> asyncProcessFunc = in ProcessSubscriberTestCase6() local 230 handlerPtr->PostTask(asyncProcessFunc); in ProcessSubscriberTestCase6() 356 std::function<void()> asyncProcessFunc = in ProcessSubscriberAnotherTestCase6() local 358 handlerPtr->PostTask(asyncProcessFunc); in ProcessSubscriberAnotherTestCase6()
|