/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 202 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 D | frontend_delegate_impl.h | 269 void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
|
H A D | frontend_delegate_impl.cpp | 1039 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 D | cj_prompt_ffi.cpp | 115 frontend->ShowActionMenu(title, buttons, std::move(callback)); in FfiPromptShowActionMenu()
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_subwindow.h | 76 MOCK_METHOD3(ShowActionMenu, void(const std::string& title, const std::vector<ButtonInfo>& button,
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 226 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 D | frontend_delegate_declarative.cpp | 2002 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 D | frontend_delegate_declarative_ng.h | 162 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 D | frontend_delegate_declarative_ng.cpp | 863 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 D | cj_frontend_abstract.h | 105 void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
|
H A D | cj_frontend_abstract.cpp | 283 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 D | subwindow.h | 175 virtual void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
|
H A D | subwindow_manager.h | 122 ACE_FORCE_EXPORT void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
|
H A D | subwindow_manager.cpp | 913 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 D | dialog_container.h | 173 static void ShowActionMenu(int32_t instanceId, const std::string& title, const std::vector<ButtonInfo>& button,
|
H A D | dialog_container.cpp | 537 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 D | plugin_frontend_delegate.h | 160 void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.h | 111 void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button,
|
H A D | subwindow_ohos.cpp | 1658 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 D | prompt_action.cpp | 1763 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 D | jsi_engine.cpp | 1455 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()
|