Searched refs:SetParseButtonObj (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | alert_dialog_model_impl.h | 24 …void SetParseButtonObj(std::function<void()>&& eventFuncImpl, ButtonInfo& buttonInfo, DialogProper…
|
H A D | alert_dialog_model_impl.cpp | 21 void AlertDialogModelImpl::SetParseButtonObj( in SetParseButtonObj() function in OHOS::Ace::Framework::AlertDialogModelImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | alert_dialog_model_ng.h | 24 …void SetParseButtonObj(std::function<void()>&& eventFuncImpl, ButtonInfo& buttonInfo, DialogProper…
|
H A D | alert_dialog_model.h | 28 …virtual void SetParseButtonObj(std::function<void()>&& eventFuncImpl, ButtonInfo& buttonInfo, Dial…
|
H A D | alert_dialog_model_ng.cpp | 28 void AlertDialogModelNG::SetParseButtonObj( in SetParseButtonObj() function in OHOS::Ace::NG::AlertDialogModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_alert_dialog_ffi.cpp | 153 … AlertDialogModel::GetInstance()->SetParseButtonObj(action, buttonInfo, properties, property); in ParseButtonObj()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
H A D | js_alert_dialog.cpp | 125 … AlertDialogModel::GetInstance()->SetParseButtonObj(eventFunc, buttonInfo, properties, property); in ParseButtonObj()
|