Home
last modified time | relevance | path

Searched refs:SetDialogContent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcustom_dialog_model.h45 ArkUI_Int32 SetDialogContent(ArkUIDialogHandle handle, ArkUINodeHandle contentNode);
H A Dnode_api.cpp1720 ArkUI_Int32 SetDialogContent(ArkUIDialogHandle handle, ArkUINodeHandle contentNode) in SetDialogContent() function
1722 return CustomDialog::SetDialogContent(handle, contentNode); in SetDialogContent()
1810 SetDialogContent, in GetDialogAPI()
2237 SetDialogContent, in GetCJUIDialogAPI()
H A Dcustom_dialog_model.cpp184 ArkUI_Int32 SetDialogContent(ArkUIDialogHandle controllerHandler, ArkUINodeHandle contentNode) in SetDialogContent() function