Home
last modified time | relevance | path

Searched refs:ShowActionMenu (Results 1 - 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h202 virtual void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
204 virtual void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button, in ShowActionMenu() function in OHOS::Ace::Framework::FrontendDelegate
206 virtual void ShowActionMenu(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowActionMenu() function in OHOS::Ace::Framework::FrontendDelegate
H A Dfrontend_delegate_impl.h269 void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
H A Dfrontend_delegate_impl.cpp1039 void FrontendDelegateImpl::ShowActionMenu(const std::string& title, in ShowActionMenu() function in OHOS::Ace::Framework::FrontendDelegateImpl
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
H A Dcj_prompt_ffi.cpp115 frontend->ShowActionMenu(title, buttons, std::move(callback)); in FfiPromptShowActionMenu()
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h76 MOCK_METHOD3(ShowActionMenu, void(const std::string& title, const std::vector<ButtonInfo>& button,
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h226 void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
228 void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
230 void ShowActionMenu(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons,
H A Dfrontend_delegate_declarative.cpp2002 void FrontendDelegateDeclarative::ShowActionMenu( in ShowActionMenu() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
2015 void FrontendDelegateDeclarative::ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button, in ShowActionMenu() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
2029 void FrontendDelegateDeclarative::ShowActionMenu(const PromptDialogAttr& dialogAttr, in ShowActionMenu() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h162 void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
165 void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
H A Dfrontend_delegate_declarative_ng.cpp863 void FrontendDelegateDeclarativeNG::ShowActionMenu( in ShowActionMenu() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
876 void FrontendDelegateDeclarativeNG::ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button, in ShowActionMenu() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.h105 void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
H A Dcj_frontend_abstract.cpp283 void CJFrontendAbstract::ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button, in ShowActionMenu() function in OHOS::Ace::CJFrontendAbstract
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h175 virtual void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
H A Dsubwindow_manager.h122 ACE_FORCE_EXPORT void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
H A Dsubwindow_manager.cpp913 void SubwindowManager::ShowActionMenu( in ShowActionMenu() function in OHOS::Ace::SubwindowManager
929 subwindow->ShowActionMenu(title, button, std::move(callback)); in ShowActionMenu()
937 subwindow->ShowActionMenu(title, button, std::move(callback)); in ShowActionMenu()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.h173 static void ShowActionMenu(int32_t instanceId, const std::string& title, const std::vector<ButtonInfo>& button,
H A Ddialog_container.cpp537 void DialogContainer::ShowActionMenu(int32_t instanceId, const std::string& title, in ShowActionMenu() function in OHOS::Ace::Platform::DialogContainer
546 delegate->ShowActionMenu(title, button, std::move(callback), [instanceId = instanceId](bool isShow) { in ShowActionMenu()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h160 void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h111 void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
H A Dsubwindow_ohos.cpp1658 delegate->ShowActionMenu(title, button, std::move(callback)); in ShowActionMenuForAbility()
1697 Platform::DialogContainer::ShowActionMenu(childContainerId, title, button, in ShowActionMenuForService()
1726 void SubwindowOhos::ShowActionMenu( in ShowActionMenu() function in SubwindowOhos
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp1763 delegate->ShowActionMenu(promptDialogAttr, asyncContext->buttons, std::move(callBack)); in JSPromptShowActionMenu()
1785 SubwindowManager::GetInstance()->ShowActionMenu( in JSPromptShowActionMenu()
1791 delegate->ShowActionMenu(promptDialogAttr, asyncContext->buttons, std::move(callBack)); in JSPromptShowActionMenu()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp1455 void ShowActionMenu(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) in ShowActionMenu() function
1458 LOGE("ShowActionMenu failed. runtime is null."); in ShowActionMenu()
1463 LOGE("ShowActionMenu failed. engine is null."); in ShowActionMenu()
1468 LOGE("ShowActionMenu failed. argsPtr is nullptr"); in ShowActionMenu()
1518 LOGE("ShowActionMenu failed. delegate is null."); in ShowActionMenu()
1521 delegate->ShowActionMenu(title, buttons, std::move(callback)); in ShowActionMenu()
1532 ShowActionMenu(runtime, arg); in JsHandlePrompt()

Completed in 37 milliseconds