Lines Matching refs:commonEvent
987 std::string commonEvent = EventFwk::CommonEventSupport::COMMON_EVENT_USER_ADDED;
988 WallpaperTest::TriggerEvent(TEST_USERID, commonEvent);
1009 std::string commonEvent = EventFwk::CommonEventSupport::COMMON_EVENT_USER_ADDED;
1010 WallpaperTest::TriggerEvent(TEST_USERID, commonEvent);
1014 commonEvent = EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED;
1015 WallpaperTest::TriggerEvent(TEST_USERID, commonEvent);
1088 std::string commonEvent = EventFwk::CommonEventSupport::COMMON_EVENT_USER_ADDED;
1089 WallpaperTest::TriggerEvent(INVALID_USERID, commonEvent);
1093 commonEvent = EventFwk::CommonEventSupport::COMMON_EVENT_USER_REMOVED;
1094 WallpaperTest::TriggerEvent(INVALID_USERID, commonEvent);