Searched refs:GetDescription (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/dbg/ |
| D | dbg_PrintResult.cpp | 129 … CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_SUCCESS) 130 …CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_INVALID_SELECTIO… 131 … CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_TOO_LARGE) 132 … CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_NOT_AUTHORIZED) 133 … CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_ALREADY_DONE) 134 … CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_INVALID_SIZE) 135 …CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_INVALID_ENUM_VAL… 136 …CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_INVALID_COMBINAT… 137 … CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_NO_DATA) 138 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_BUSY) [all …]
|
| D | dbg_PrintResultImpl.cpp | 32 else if (result.GetDescription() == nameSpace::description) return #description;
|
| /CTR-SDK-4.2.5/include/nn/os/ |
| D | os_Synchronization.h | 172 return result.GetDescription() != nn::Result::DESCRIPTION_TIMEOUT; in WaitOne() 180 return result.GetDescription() != nn::Result::DESCRIPTION_TIMEOUT; in WaitAll() 194 return (result.GetDescription() == nn::Result::DESCRIPTION_TIMEOUT) ? -1 : ret; in WaitAny()
|
| /CTR-SDK-4.2.5/sources/libraries/fnd/ |
| D | fnd_PrintResultImpl.cpp | 32 else if (result.GetDescription() == nameSpace::description) return #description;
|
| /CTR-SDK-4.2.5/sources/libraries/test/ |
| D | test_Api.cpp | 27 … Description: %s (%d)\n", nn::dbg::detail::GetDescriptionString(result), result.GetDescription()); in PrintResult()
|
| /CTR-SDK-4.2.5/include/nn/ |
| D | Result.h | 400 int GetDescription() const in GetDescription() function 489 return result.GetModule() == TModule && result.GetDescription() == TDescription; in Includes() 513 …lt.GetModule() == TModule && (TDescriptionMin <= result.GetDescription() && result.GetDescription(… in Includes()
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_PrintResultImpl.cpp | 32 else if (result.GetDescription() == nameSpace::description) return #description;
|
| /CTR-SDK-4.2.5/include/nn/socket/ |
| D | socket_SessionPool.h | 207 if (result.IsSuccess() || result.GetDescription() != DESCRIPTION_REQUEST_SESSION_FULL) in Allocate()
|