Home
last modified time | relevance | path

Searched refs:ToastMessageInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_dialog.h29 struct ToastMessageInfo { struct
38 int32_t ShowToast(const ToastMessageInfo &message);
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpasteboard_dialog_normal_branch_test.cpp55 PasteBoardDialog::ToastMessageInfo message;
H A Dpasteboard_dialog_abnormal_branch_test.cpp61 PasteBoardDialog::ToastMessageInfo message;
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_dialog.cpp66 int32_t PasteBoardDialog::ShowToast(const ToastMessageInfo &message) in ShowToast()
H A Dpasteboard_service.cpp1163 PasteBoardDialog::ToastMessageInfo message; in ShowHintToast()