Home
last modified time | relevance | path

Searched refs:setContent (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_dialog.h84 int32_t (*setContent)(ArkUI_NativeDialogHandle handle, ArkUI_NodeHandle content); member
/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddialog_model.cpp49 return impl->getDialogAPI()->setContent(handle->controller, content->uiNodeHandle); in SetContent()
H A Dstyle_modifier.cpp9224 fullImpl->getNodeModifiers()->getTextModifier()->setContent(node->uiNodeHandle, item->string); in SetTextContent()
9715 fullImpl->getNodeModifiers()->getSpanModifier()->setContent(node->uiNodeHandle, item->string); in SetSpanContent()
10363 fullImpl->getNodeModifiers()->getTextModifier()->setContent(node->uiNodeHandle, ""); in ResetTextContent()
10477 fullImpl->getNodeModifiers()->getSpanModifier()->setContent(node->uiNodeHandle, ""); in ResetSpanContent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_bridge.cpp690 GetArkUINodeModifiers()->getTextModifier()->setContent(nativeNode, content.c_str()); in SetContent()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h546 void (*setContent)(ArkUINodeHandle node, ArkUI_CharPtr value); member
2580 void (*setContent)(ArkUINodeHandle node, ArkUI_CharPtr value); member
3327 ArkUI_Int32 (*setContent)(ArkUIDialogHandle handle, ArkUINodeHandle contentNode); member
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2059 void (*setContent)(ArkUINodeHandle node, ArkUI_CharPtr value); member
4303 void (*setContent)(ArkUINodeHandle node, ArkUI_CharPtr value); member
5159 ArkUI_Int32 (*setContent)(ArkUIDialogHandle handle, ArkUINodeHandle contentNode); member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js11574 getUINativeModule().text.setContent(node, '');
11577 getUINativeModule().text.setContent(node, this.value);

Completed in 94 milliseconds