Home
last modified time | relevance | path

Searched refs:INVLID_VALUE (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Duid_range.cpp23 constexpr int32_t INVLID_VALUE = -1; member
30 if (begin_ == INVLID_VALUE || end_ == INVLID_VALUE || end_ < begin_) { in Size()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_api.cpp65 constexpr int32_t INVLID_VALUE = -1; member
1534 CHECK_NULL_RETURN(navigationStack, INVLID_VALUE); in GetStackLength()
1563 CHECK_NULL_RETURN(navDesInfo, INVLID_VALUE); in GetNavDestinationState()
1570 CHECK_NULL_RETURN(navDesInfo, INVLID_VALUE); in GetNavDestinationIndex()
1584 CHECK_NULL_RETURN(routerInfo, INVLID_VALUE); in GetRouterPageIndex()
1609 CHECK_NULL_RETURN(routerInfo, INVLID_VALUE); in GetRouterPageState()

Completed in 5 milliseconds