mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
!468 RouterEvent 支持传递callerToken
Merge pull request !468 from yangzk/routerEvent
This commit is contained in:
commit
d22e36e561
@ -102,7 +102,7 @@ public:
|
||||
{
|
||||
return ERR_OK;
|
||||
};
|
||||
int32_t RouterEvent(const int64_t formId, Want &want) override
|
||||
int32_t RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override
|
||||
{
|
||||
return ERR_OK;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user