Home
last modified time | relevance | path

Searched refs:ShowToast (Results 1 - 25 of 39) sorted by relevance

12

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_multi_vap_manager.h37 void ShowToast();
H A Dwifi_multi_vap_manager.cpp121 void WifiMultiVapManager::ShowToast() in ShowToast() function in OHOS::Wifi::WifiMultiVapManager
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpasteboard_dialog_abnormal_branch_test.cpp56 int32_t ret = PasteBoardDialog::GetInstance().ShowToast(message); in HWTEST_F()
H A Dpasteboard_dialog_normal_branch_test.cpp49 int32_t ret = PasteBoardDialog::GetInstance().ShowToast(message); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_dialog.h38 int32_t ShowToast(const ToastMessageInfo &message);
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_dialog.cpp64 int32_t PasteBoardDialog::ShowToast(const ToastMessageInfo &message) in ShowToast() function in OHOS::MiscServices::PasteBoardDialog
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dmock_overlay_manager.cpp23 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 Dcj_frontend_abstract.cpp219 void CJFrontendAbstract::ShowToast( in ShowToast() function in OHOS::Ace::CJFrontendAbstract
235 overlayManager->ShowToast(toastInfo, nullptr); in ShowToast()
H A Dcj_frontend_abstract.h92 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 Dcj_prompt_ffi.cpp85 frontend->ShowToast(message, duration, bottom, NG::ToastShowMode(mode)); in FfiPromptShowToast()
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h68 MOCK_METHOD2(ShowToast, void(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback));
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp687 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 Dsubwindow.h168 virtual void ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback) = 0;
H A Dsubwindow_manager.h109 ACE_FORCE_EXPORT void ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback);
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.h164 static void ShowToast(int32_t instanceId, const std::string& message, int32_t duration, const std::string& bottom,
H A Ddialog_container.cpp455 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 Doverlay_manager_extend_test_ng.cpp627 * @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 Dprompt_action.cpp451 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 Dplugin_frontend_delegate.h151 void ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback) override;
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h173 virtual void ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback) = 0;
H A Dfrontend_delegate_impl.h260 void ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback) override;
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h104 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 Dmock_plugin_frontend_delegate.cpp232 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 Dwifi_manager_test.cpp498 wifiManager.wifiMultiVapManager->ShowToast(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h139 void ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback = nullptr) override;

Completed in 23 milliseconds

12