/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/ |
H A D | wifi_multi_vap_manager.h | 37 void ShowToast();
|
H A D | wifi_multi_vap_manager.cpp | 121 void WifiMultiVapManager::ShowToast() in ShowToast() function in OHOS::Wifi::WifiMultiVapManager
|
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/ |
H A D | pasteboard_dialog_abnormal_branch_test.cpp | 56 int32_t ret = PasteBoardDialog::GetInstance().ShowToast(message); in HWTEST_F()
|
H A D | pasteboard_dialog_normal_branch_test.cpp | 49 int32_t ret = PasteBoardDialog::GetInstance().ShowToast(message); in HWTEST_F()
|
/foundation/distributeddatamgr/pasteboard/services/core/include/ |
H A D | pasteboard_dialog.h | 38 int32_t ShowToast(const ToastMessageInfo &message);
|
/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_dialog.cpp | 64 int32_t PasteBoardDialog::ShowToast(const ToastMessageInfo &message) in ShowToast() function in OHOS::MiscServices::PasteBoardDialog
|
/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | mock_overlay_manager.cpp | 23 void OverlayManager::ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>& callback) in ShowToast() function in OHOS::Ace::NG::OverlayManager
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.cpp | 219 void CJFrontendAbstract::ShowToast( in ShowToast() function in OHOS::Ace::CJFrontendAbstract 235 overlayManager->ShowToast(toastInfo, nullptr); in ShowToast()
|
H A D | cj_frontend_abstract.h | 92 void ShowToast(const std::string& message, int32_t duration, const std::string& bottom,
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/ |
H A D | cj_prompt_ffi.cpp | 85 frontend->ShowToast(message, duration, bottom, NG::ToastShowMode(mode)); in FfiPromptShowToast()
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_subwindow.h | 68 MOCK_METHOD2(ShowToast, void(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback));
|
/foundation/arkui/ace_engine/frameworks/base/subwindow/ |
H A D | subwindow_manager.cpp | 687 subwindow->ShowToast(toastInfo, std::move(const_cast<std::function<void(int32_t)>&&>(callbackParam))); in ShowToastNG() 718 void SubwindowManager::ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback) in ShowToast() function in OHOS::Ace::SubwindowManager 731 subwindow->ShowToast(toastInfo, std::move(callback)); in ShowToast() 750 subwindow->ShowToast(toastInfo, std::move(const_cast<std::function<void(int32_t)>&&>(callbackParam))); in ShowToast()
|
H A D | subwindow.h | 168 virtual void ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback) = 0;
|
H A D | subwindow_manager.h | 109 ACE_FORCE_EXPORT void ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback);
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | dialog_container.h | 164 static void ShowToast(int32_t instanceId, const std::string& message, int32_t duration, const std::string& bottom,
|
H A D | dialog_container.cpp | 455 void DialogContainer::ShowToast(int32_t instanceId, const std::string& message, int32_t duration, in ShowToast() function in OHOS::Ace::Platform::DialogContainer 475 delegate->ShowToast(toastInfo, std::move(callback)); in ShowToast()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_extend_test_ng.cpp | 627 * @tc.steps: step2. create overlayManager and call ShowToast when rootElement is nullptr. in HWTEST_F() 682 * @tc.steps: step2. create overlayManager and call ShowToast when rootElement is nullptr. in HWTEST_F() 830 * @tc.desc: Test OverlayManager::ShowToast when callback is nullptr. 850 * @tc.steps: step3. run ShowToast in HWTEST_F() 853 overlayManager->ShowToast(toastInfo, nullptr); in HWTEST_F() 859 * @tc.desc: Test OverlayManager::ShowToast 887 * @tc.steps: step3. run ShowToast. in HWTEST_F() 890 overlayManager->ShowToast(toastInfo, callback); in HWTEST_F() 896 * @tc.desc: Test OverlayManager::ShowToast->CloseToast. 943 * @tc.steps: step3. run ShowToast in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 451 bool ShowToast(napi_env env, NG::ToastInfo& toastInfo, std::function<void(int32_t)>& toastCallback) in ShowToast() function 462 delegate->ShowToast(toastInfo, std::move(toastCallback)); in ShowToast() 465 SubwindowManager::GetInstance()->ShowToast(toastInfo, std::move(toastCallback)); in ShowToast() 475 delegate->ShowToast(toastInfo, std::move(toastCallback)); in ShowToast() 478 SubwindowManager::GetInstance()->ShowToast(toastInfo, std::move(toastCallback)); in ShowToast() 502 ShowToast(env, toastInfo, toastCallback); in JSPromptShowToast() 532 if (ShowToast(env, toastInfo, toastCallback)) { in JSPromptOpenToast()
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.h | 151 void ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 173 virtual void ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback) = 0;
|
H A D | frontend_delegate_impl.h | 260 void ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback) override;
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.h | 104 void ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback) override;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend_delegate.cpp | 232 void PluginFrontendDelegate::ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback) in ShowToast() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/ |
H A D | wifi_manager_test.cpp | 498 wifiManager.wifiMultiVapManager->ShowToast(); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.h | 139 void ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback = nullptr) override;
|