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:
yangzk 2022-11-02 18:02:37 +08:00
parent e35da7e07c
commit 6571b70f63

View File

@ -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;
};