Home
last modified time | relevance | path

Searched defs:toastId (Results 1 - 15 of 15) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_element.h45 int32_t toastId = -1; member
H A Dstack_element.cpp54 void StackElement::PushToastComponent(const RefPtr<Component>& newComponent, int32_t toastId) in PushToastComponent() argument
255 void StackElement::PerformPopToastById(int32_t toastId) in PerformPopToastById() argument
/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_component.cpp172 int32_t toastId = GenerateNextToastId(); in Show() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_view.cpp32 auto toastId = ElementRegister::GetInstance()->MakeUniqueId(); in CreateToastNode() local
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dmock_overlay_manager.cpp30 void OverlayManager::PopToast(int32_t toastId) {} in PopToast() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp478 void DialogContainer::CloseToast(int32_t instanceId, int32_t toastId, std::function<void(int32_t)>&& callback) in CloseToast() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h174 virtual void CloseToast(const int32_t toastId, std::function<void(int32_t)>&& callback) {}; in CloseToast() argument
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp756 CloseToast( const int32_t toastId, const NG::ToastShowMode& showMode, std::function<void(int32_t)>&& callback) CloseToast() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_test_ng.cpp222 auto toastId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
H A Doverlay_test_ng.cpp1285 auto toastId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
1321 auto toastId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
1478 auto toastId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
1502 auto toastId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
1544 auto toastId = ElementRegister::GetInstance()->MakeUniqueId(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp1056 void FrontendDelegateDeclarativeNG::CloseToast(const int32_t toastId, std::function<void(int32_t)>&& callback) in CloseToast() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1401 void SubwindowOhos::CloseToast(const int32_t toastId, std::function<void(int32_t)>&& callback) in CloseToast() argument
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp538 void CloseToast(napi_env env, int32_t toastId, NG::ToastShowMode showMode) in CloseToast() argument
587 int32_t toastId = in JSPromptCloseToast() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp1568 void FrontendDelegateDeclarative::CloseToast(const int32_t toastId, std::function<void(int32_t)>&& callback) in CloseToast() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp1383 auto toastId = toastNode->GetId(); in ShowToast() local
1405 void OverlayManager::CloseToast(int32_t toastId, const std::function<void(int32_t)>& callback) in CloseToast() argument
1432 auto toastId = toastNode->GetId(); in OpenToastAnimation() local
1474 void OverlayManager::PopToast(int32_t toastId) in PopToast() argument
[all...]

Completed in 44 milliseconds