/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_freeze_test.cpp | 79 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 D | common_event_dump_test.cpp | 109 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 D | common_event_services_publish_ordered_system_test.cpp | 185 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 D | common_event_services_publish_ordered_module_test.cpp | 196 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
|