Home
last modified time | relevance | path

Searched defs:ArkUIDialogAPI (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
Darkoala_api.h4865 struct ArkUIDialogAPI { struct
4866 ArkUIDialogHandle (*create)();
4867 void (*dispose)(ArkUIDialogHandle handle);
4868 ArkUI_Int32 (*setContent)(ArkUIDialogHandle handle, ArkUINodeHandle contentNode);
4869 ArkUI_Int32 (*removeContent)(ArkUIDialogHandle handle);
4870 ArkUI_Int32 (*setContentAlignment)(
4872 ArkUI_Int32 (*resetContentAlignment)(ArkUIDialogHandle handle);
4873 ArkUI_Int32 (*setModalMode)(ArkUIDialogHandle handle, ArkUI_Bool isModal);
4874 ArkUI_Int32 (*setAutoCancel)(ArkUIDialogHandle handle, ArkUI_Bool autoCancel);
4875 ArkUI_Int32 (*setMask)(ArkUIDialogHandle handle, ArkUI_Uint32 maskColor, ArkUIRect* rect);
[all …]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/attributesetting/
Darkoala_api.h5214 struct ArkUIDialogAPI { struct
5215 ArkUIDialogHandle (*create)();
5216 void (*dispose)(ArkUIDialogHandle handle);
5217 ArkUI_Int32 (*setContent)(ArkUIDialogHandle handle, ArkUINodeHandle contentNode);
5218 ArkUI_Int32 (*removeContent)(ArkUIDialogHandle handle);
5219 ArkUI_Int32 (*setContentAlignment)(
5221 ArkUI_Int32 (*resetContentAlignment)(ArkUIDialogHandle handle);
5222 ArkUI_Int32 (*setModalMode)(ArkUIDialogHandle handle, ArkUI_Bool isModal);
5223 ArkUI_Int32 (*setAutoCancel)(ArkUIDialogHandle handle, ArkUI_Bool autoCancel);
5224 ArkUI_Int32 (*setMask)(ArkUIDialogHandle handle, ArkUI_Uint32 maskColor, ArkUIRect* rect);
[all …]