Searched refs:CHANGEDATA (Results 1 - 4 of 4) sorted by relevance
/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 | 46 const std::string CHANGEDATA = "com.ces.test.changedata"; member 147 SetData(CHANGEDATA); in ProcessSubscriberTestCase1() 154 EXPECT_EQ(GetData() == CHANGEDATA, true); in ProcessSubscriberTestCase2() 176 SetData(CHANGEDATA); in ProcessSubscriberTestCase3() 207 SetData(CHANGEDATA); in ProcessSubscriberTestCase5() 239 result->SetData(CHANGEDATA); in AsyncProcess() 284 EXPECT_EQ(GetData() == CHANGEDATA, true); in ProcessSubscriberAnotherTestCase1() 294 SetData(CHANGEDATA); in ProcessSubscriberAnotherTestCase2() 333 SetData(CHANGEDATA); in ProcessSubscriberAnotherTestCase5() 367 result->SetData(CHANGEDATA); in AsyncProcess() [all...] |
/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 | 53 const std::string CHANGEDATA = "com.ces.test.changedata"; member 155 SetData(CHANGEDATA); in ProcessSubscriberTestCase1() 163 EXPECT_EQ(GetData() == CHANGEDATA, true); in ProcessSubscriberTestCase2() 186 SetData(CHANGEDATA); in ProcessSubscriberTestCase3() 219 SetData(CHANGEDATA); in ProcessSubscriberTestCase5() 252 result->SetData(CHANGEDATA); in AsyncProcess() 297 EXPECT_EQ(GetData() == CHANGEDATA, true); in ProcessSubscriberAnotherTestCase1() 307 SetData(CHANGEDATA); in ProcessSubscriberAnotherTestCase2() 346 SetData(CHANGEDATA); in ProcessSubscriberAnotherTestCase5() 380 result->SetData(CHANGEDATA); in AsyncProcess() [all...] |
/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_freeze_test.cpp | 42 const std::string CHANGEDATA = "com.ces.test.changedata"; member 130 EXPECT_TRUE(CommonEventFreezeTest::FinishReceiver(commonEventListener, CHANGECODE, CHANGEDATA, false)); in AsyncProcess() 167 EXPECT_EQ(CHANGEDATA, data.GetData()); in ProcessSubscriberTest2Case1() 228 EXPECT_EQ(CHANGEDATA, data.GetData()); in ProcessSubscriberTestLastCase1()
|
H A D | common_event_dump_test.cpp | 67 const std::string CHANGEDATA = "com.ces.test.changedata"; member 177 EXPECT_TRUE(CommonEventDumpTest::FinishReceiver(commonEventListener, CHANGECODE, CHANGEDATA, false)); in AsyncProcess()
|
Completed in 8 milliseconds