mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 14:30:21 +00:00
IssueNo: #I5Z1XN Description: RouterEvent 支持传递callerToken Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: yangzk <yangzhongkai@huawei.com> Change-Id: Ia3ed3c166dfe066ee4b80ac235f6ebec8aedfd2b
This commit is contained in:
parent
e35da7e07c
commit
6571b70f63
@ -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