Home
last modified time | relevance | path

Searched refs:dialogCallbackInterface (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dans_dialog_host_client.cpp46 std::unique_ptr<AnsDialogCallbackNativeInterface> dialogCallbackInterface) in SetDialogCallbackInterface() argument
50 if (dialogCallbackInterface == nullptr || AnsDialogHostClient::instance_ == nullptr) { in SetDialogCallbackInterface()
53 AnsDialogHostClient::instance_->dialogCallbackInterface_ = std::move(dialogCallbackInterface); in SetDialogCallbackInterface()
/ohos5.0/base/notification/distributed_notification_service/interfaces/kits/native/
H A Dans_dialog_host_client.h34 …DialogCallbackInterface(std::unique_ptr<AnsDialogCallbackNativeInterface> dialogCallbackInterface);