/foundation/arkui/ace_engine/frameworks/core/components/stack/ |
H A D | stack_element.h | 45 int32_t toastId = -1; member
|
H A D | stack_element.cpp | 54 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 D | toast_component.cpp | 172 int32_t toastId = GenerateNextToastId(); in Show() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_view.cpp | 32 auto toastId = ElementRegister::GetInstance()->MakeUniqueId(); in CreateToastNode() local
|
/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | mock_overlay_manager.cpp | 30 void OverlayManager::PopToast(int32_t toastId) {} in PopToast() argument
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | dialog_container.cpp | 478 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 D | frontend_delegate.h | 174 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 D | subwindow_manager.cpp | 756 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 D | overlay_manager_test_ng.cpp | 222 auto toastId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
|
H A D | overlay_test_ng.cpp | 1285 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 D | frontend_delegate_declarative_ng.cpp | 1056 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 D | subwindow_ohos.cpp | 1401 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 D | prompt_action.cpp | 538 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 D | frontend_delegate_declarative.cpp | 1568 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 D | overlay_manager.cpp | 1383 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...] |