mirror of
https://gitee.com/openharmony/resourceschedule_background_task_mgr
synced 2024-11-23 06:50:07 +00:00
update interfaces/innerkits/src/continuous_task_callback_info.cpp.
Signed-off-by: 胡伟 <huwei169@huawei.com>
This commit is contained in:
parent
17ae8b1f90
commit
ee588d0aed
@ -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_)) {
|
||||
|
Loading…
Reference in New Issue
Block a user