Home
last modified time | relevance | path

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 Dalert_dialog_model_impl.h24 …void SetParseButtonObj(std::function<void()>&& eventFuncImpl, ButtonInfo& buttonInfo, DialogProper…
H A Dalert_dialog_model_impl.cpp21 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 Dalert_dialog_model_ng.h24 …void SetParseButtonObj(std::function<void()>&& eventFuncImpl, ButtonInfo& buttonInfo, DialogProper…
H A Dalert_dialog_model.h28 …virtual void SetParseButtonObj(std::function<void()>&& eventFuncImpl, ButtonInfo& buttonInfo, Dial…
H A Dalert_dialog_model_ng.cpp28 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 Dcj_alert_dialog_ffi.cpp153 … AlertDialogModel::GetInstance()->SetParseButtonObj(action, buttonInfo, properties, property); in ParseButtonObj()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_alert_dialog.cpp125 … AlertDialogModel::GetInstance()->SetParseButtonObj(eventFunc, buttonInfo, properties, property); in ParseButtonObj()