Searched refs:PW_STATUS_UNAVAILABLE (Results 1 – 2 of 2) sorted by relevance
156 PW_STATUS_UNAVAILABLE = 14, // Use Status::Unavailable() in C++ enumerator236 return PW_STATUS_UNAVAILABLE; in Unavailable()299 return code_ == PW_STATUS_UNAVAILABLE; in IsUnavailable()
69 static_assert(PW_STATUS_UNAVAILABLE == Status::Unavailable().code()); in TEST()91 static_assert(PW_STATUS_UNAVAILABLE == Status::Unavailable()); in TEST()