Searched refs:ArkUI_CustomProperty (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_utils.cpp | 197 …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 D | node_extened.h | 159 struct ArkUI_CustomProperty { struct
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_type.h | 201 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 D | native_node.h | 7502 …odeUtils_GetCustomProperty(ArkUI_NodeHandle node, const char* name, ArkUI_CustomProperty** handle);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__type_8h.md | 352 …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 D | native__node_8h.md | 124 …u_i___native_module.md#arkui_nodehandle) node, const char \*name, ArkUI_CustomProperty \*\*handle)…
|
H A D | _ark_u_i___native_module.md | 522 …) ([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 )
|