mirror of
https://gitee.com/openharmony/request_request
synced 2024-11-23 15:00:48 +00:00
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
This commit is contained in:
parent
666600ccc1
commit
37318a246d
@ -52,8 +52,8 @@ bool FuzzDownloadBaseNotify(const uint8_t *rawData, size_t size)
|
||||
MessageParcel reply;
|
||||
MessageOption option;
|
||||
|
||||
sptr<DownloadBaseNotify> mDownld = new DownloadBaseNotify(notifyData.env, notifyData.paramNumber, notifyData.ref);
|
||||
mDownld->OnRemoteRequest(code, data, reply, option);
|
||||
sptr<DownloadBaseNotify> download = new DownloadBaseNotify(notifyData.env, notifyData.paramNumber, notifyData.ref);
|
||||
download->OnRemoteRequest(code, data, reply, option);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user