Home
last modified time | relevance | path

Searched refs:errIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dselinux_error.cpp42 int errIndex = std::abs(errNo); in GetErrStr() local
43 errIndex = errIndex >= SELINUX_ERROR_MAX ? SELINUX_UNKNOWN_ERROR : errIndex; in GetErrStr()
44 return g_selinuxErrMsg[errIndex]; in GetErrStr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp975 auto errIndex = static_cast<int32_t>(navDestinationNodes.size()); in FireNavDestinationStateChange() local
977 CHECK_NULL_RETURN(hostNode, errIndex); in FireNavDestinationStateChange()