Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_node_napi.h204 ArkUI_ErrorCode OH_ArkUI_GetNavDestinationIndex(ArkUI_NodeHandle node, int32_t* index);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_napi_test.cpp212 auto ret = OH_ArkUI_GetNavDestinationIndex(nullptr, nullptr);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__node__napi_8h.md37 | [ArkUI_ErrorCode](_ark_u_i___native_module.md#arkui_errorcode) [OH_ArkUI_GetNavDestinationIndex](…
H A D_ark_u_i___native_module.md547 | [ArkUI_ErrorCode](#arkui_errorcode) [OH_ArkUI_GetNavDestinationIndex](#oh_arkui_getnavdestination…
9196 ### OH_ArkUI_GetNavDestinationIndex()
9199 ArkUI_ErrorCode OH_ArkUI_GetNavDestinationIndex (ArkUI_NodeHandle node, int32_t * index )
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__node__napi_8h.md35 | [ArkUI_ErrorCode](_ark_u_i___native_module.md#arkui_errorcode) [OH_ArkUI_GetNavDestinationIndex](…
H A D_ark_u_i___native_module.md523 | [ArkUI_ErrorCode](#arkui_errorcode) [OH_ArkUI_GetNavDestinationIndex](#oh_arkui_getnavdestination…
8808 ### OH_ArkUI_GetNavDestinationIndex()
8811 ArkUI_ErrorCode OH_ArkUI_GetNavDestinationIndex (ArkUI_NodeHandle node, int32_t * index )
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_napi.cpp311 ArkUI_ErrorCode OH_ArkUI_GetNavDestinationIndex(ArkUI_NodeHandle node, int32_t* index) in OH_ArkUI_GetNavDestinationIndex() function