Searched refs:DialogStatusData (Results 1 – 12 of 12) sorted by relevance
21 bool DialogStatusData::Marshalling(Parcel& parcel) const in Marshalling()30 DialogStatusData* DialogStatusData::Unmarshalling(Parcel& parcel) in Unmarshalling()32 DialogStatusData* data = new (std::nothrow) DialogStatusData( in Unmarshalling()
30 std::unique_ptr<DialogStatusData> result(data.ReadParcelable<DialogStatusData>()); in OnRemoteRequest()
21 void AnsDialogCallbackProxy::OnDialogStatusChanged(const DialogStatusData& statusData) in OnDialogStatusChanged()
32 class DialogStatusData : public Parcelable {34 explicit DialogStatusData(EnabledDialogStatus status): status_(static_cast<int32_t>(status)) {} in DialogStatusData() function37 static DialogStatusData* Unmarshalling(Parcel &parcel);53 virtual void OnDialogStatusChanged(const DialogStatusData& statusData) = 0;
31 void OnDialogStatusChanged(const DialogStatusData& statusData) override;
26 using Notification::DialogStatusData;40 void ProcessDialogStatusChanged(const DialogStatusData& data) override;
29 virtual void ProcessDialogStatusChanged(const DialogStatusData& data) = 0;
39 void OnDialogStatusChanged(const DialogStatusData& statusData) override;
38 void ProcessDialogStatusChanged(const DialogStatusData& data) override in ProcessDialogStatusChanged()
57 void AnsDialogHostClient::OnDialogStatusChanged(const DialogStatusData& statusData) in OnDialogStatusChanged()
295 DialogStatusData statusData(status); in HandleOneDialogClosed()307 DialogStatusData statusData(EnabledDialogStatus::CRASHED); in HandleAllDialogsClosed()
60 void JsAnsDialogCallback::ProcessDialogStatusChanged(const DialogStatusData& data) in ProcessDialogStatusChanged()