mirror of
https://gitee.com/openharmony/base_location
synced 2024-12-02 20:28:11 +00:00
commit
f87ce00e36
@ -29,6 +29,7 @@ GeofenceRequest::GeofenceRequest()
|
||||
callback_ = nullptr;
|
||||
scenario_ = -1;
|
||||
fenceId_ = -1;
|
||||
uid_ = 0;
|
||||
}
|
||||
|
||||
GeofenceRequest::GeofenceRequest(GeofenceRequest& geofenceRequest)
|
||||
|
@ -90,9 +90,9 @@ public:
|
||||
{
|
||||
uid_ = parcel.ReadInt32();
|
||||
pid_ = parcel.ReadInt32();
|
||||
tokenId_ = parcel.ReadInt32();
|
||||
tokenId_ = static_cast<uint32_t>(parcel.ReadInt32());
|
||||
tokenIdEx_ = parcel.ReadInt64();
|
||||
firstTokenId_ = parcel.ReadInt32();
|
||||
firstTokenId_ = static_cast<uint32_t>(parcel.ReadInt32());
|
||||
bundleName_ = parcel.ReadString();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user