Home
last modified time | relevance | path

Searched refs:ArkUI_CustomProperty (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_utils.cpp197 …NodeUtils_GetCustomProperty(ArkUI_NodeHandle node, const char* name, ArkUI_CustomProperty** handle) in OH_ArkUI_NodeUtils_GetCustomProperty()
205 *handle = new ArkUI_CustomProperty({ .value = value }); in OH_ArkUI_NodeUtils_GetCustomProperty()
329 void OH_ArkUI_CustomProperty_Destroy(ArkUI_CustomProperty* handle) in OH_ArkUI_CustomProperty_Destroy()
337 const char* OH_ArkUI_CustomProperty_GetStringValue(ArkUI_CustomProperty* handle) in OH_ArkUI_CustomProperty_GetStringValue()
H A Dnode_extened.h159 struct ArkUI_CustomProperty { struct
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_type.h201 typedef struct ArkUI_CustomProperty ArkUI_CustomProperty; typedef
3775 void OH_ArkUI_CustomProperty_Destroy(ArkUI_CustomProperty* handle);
3784 const char* OH_ArkUI_CustomProperty_GetStringValue(ArkUI_CustomProperty* handle);
H A Dnative_node.h7502 …odeUtils_GetCustomProperty(ArkUI_NodeHandle node, const char* name, ArkUI_CustomProperty** handle);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__type_8h.md352 …oy](_ark_u_i___native_module.md#oh_arkui_customproperty_destroy) (ArkUI_CustomProperty \*handle) |…
353 …k_u_i___native_module.md#oh_arkui_customproperty_getstringvalue) (ArkUI_CustomProperty \*handle) |…
H A Dnative__node_8h.md124 …u_i___native_module.md#arkui_nodehandle) node, const char \*name, ArkUI_CustomProperty \*\*handle)…
H A D_ark_u_i___native_module.md522 …) ([ArkUI_NodeHandle](#arkui_nodehandle) node, const char \*name, ArkUI_CustomProperty \*\*handle)…
729 | void [OH_ArkUI_CustomProperty_Destroy](#oh_arkui_customproperty_destroy) (ArkUI_CustomProperty \*…
730 …roperty_GetStringValue](#oh_arkui_customproperty_getstringvalue) (ArkUI_CustomProperty \*handle) |…
7254 void OH_ArkUI_CustomProperty_Destroy (ArkUI_CustomProperty * handle)
7272 const char* OH_ArkUI_CustomProperty_GetStringValue (ArkUI_CustomProperty * handle)
12637 …Utils_GetCustomProperty (ArkUI_NodeHandle node, const char * name, ArkUI_CustomProperty ** handle )