mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2025-02-17 04:49:02 +00:00
Fuzz整改
issue:https://gitee.com/openharmony/ability_dmsfwk/issues/I80U5G Signed-off-by: liuxiaowei42 <liuxiaowei42@huawei.com>
This commit is contained in:
parent
623f6f742d
commit
daa9243c49
@ -13,6 +13,7 @@
|
||||
|
||||
declare_args() {
|
||||
dms_path = "//foundation/ability/dmsfwk"
|
||||
module_output_path = "dmsfwk/dmsfwk"
|
||||
communication_path = "//foundation/communication"
|
||||
dmsfwk_standard_form_share = true
|
||||
dmsfwk_mission_manager = false
|
||||
|
@ -43,7 +43,7 @@ private:
|
||||
int32_t ConnectRemoteAbilityInner(MessageParcel& data, MessageParcel& reply);
|
||||
int32_t DisconnectRemoteAbilityInner(MessageParcel& data, MessageParcel& reply);
|
||||
int32_t ConnectAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply);
|
||||
int32_t ReadDataForConnect(MessageParcel& data, CallerInfo callerInfo, AccountInfo accountInfo);
|
||||
int32_t ReadDataForConnect(MessageParcel& data, CallerInfo& callerInfo, AccountInfo& accountInfo);
|
||||
int32_t DisconnectAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply);
|
||||
int32_t NotifyProcessDiedFromRemoteInner(MessageParcel& data, MessageParcel& reply);
|
||||
#ifdef SUPPORT_DISTRIBUTED_MISSION_MANAGER
|
||||
|
@ -546,7 +546,7 @@ int32_t DistributedSchedStub::DisconnectRemoteAbilityInner(MessageParcel& data,
|
||||
PARCEL_WRITE_REPLY_NOERROR(reply, Int32, result);
|
||||
}
|
||||
|
||||
int32_t DistributedSchedStub::ReadDataForConnect(MessageParcel& data, CallerInfo callerInfo, AccountInfo accountInfo)
|
||||
int32_t DistributedSchedStub::ReadDataForConnect(MessageParcel& data, CallerInfo& callerInfo, AccountInfo& accountInfo)
|
||||
{
|
||||
PARCEL_READ_HELPER(data, Int32, callerInfo.uid);
|
||||
PARCEL_READ_HELPER(data, Int32, callerInfo.pid);
|
||||
|
@ -15,7 +15,7 @@
|
||||
import("//build/config/features.gni")
|
||||
import("//build/ohos.gni")
|
||||
import("//build/test.gni")
|
||||
module_output_path = "dmsfwk/continuationmanager"
|
||||
import("//foundation/ability/dmsfwk/dmsfwk.gni")
|
||||
distributed_service = "//foundation/ability/dmsfwk/services"
|
||||
|
||||
config("continuationmanager_fuzz_config") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user