diff --git a/interfaces/innerkits/src/bundle_active_proxy.cpp b/interfaces/innerkits/src/bundle_active_proxy.cpp index 0ba604bbc1f2cbcaf8ceb29e8da3849cfd1eb362..c560ed7eb79886a6b5a9d283818564d6f9edce9b 100644 --- a/interfaces/innerkits/src/bundle_active_proxy.cpp +++ b/interfaces/innerkits/src/bundle_active_proxy.cpp @@ -23,7 +23,7 @@ ErrCode BundleActiveProxy::ReportEvent(BundleActiveEvent& event, const int32_t u { MessageParcel data; MessageParcel reply; - MessageOption option; + MessageOption option = { MessageOption::TF_ASYNC }; if (!data.WriteInterfaceToken(GetDescriptor())) { return ERR_PARCEL_WRITE_FALIED; }