update interfaces/innerkits/src/continuous_task_callback_info.cpp.

Signed-off-by: 胡伟 <huwei169@huawei.com>
This commit is contained in:
胡伟 2024-05-17 01:15:23 +00:00 committed by Gitee
parent 17ae8b1f90
commit ee588d0aed
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -63,6 +63,11 @@ bool ContinuousTaskCallbackInfo::IsFromWebview() const
return isFromWebview_;
}
uint64_t ContinuousTaskCallbackInfo::GetTokenId() const
{
return tokenId_;
}
bool ContinuousTaskCallbackInfo::Marshalling(Parcel &parcel) const
{
if (!parcel.WriteUint32(typeId_)) {