If the event name is system event
aul_svc_get_appid_by_alias_appid is not called
Change-Id: Id7dc1b79ea69dc31ed8601dbb5970a1c281394d7
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
if (_appid)
snprintf(_appid, 10, "%s", "testappid");
- EXPECT_CALL(GetMock<AulMock>(),
- aul_svc_get_appid_by_alias_appid(_, _)).
- WillOnce(DoAll(SetArgPointee<1>(_appid),
- Return(0)));
-
EXPECT_CALL(GetMock<EventSystemMock>(),
eventsystem_register_application_event(_, _, _, _, _)).
WillOnce(Return(0));