[Yunq] Return status in server code.
This commit is contained in:
parent
3eba0bd9d8
commit
700f3f94cb
20 changed files with 166 additions and 178 deletions
|
|
@ -16,13 +16,11 @@ class YellowstoneServer : public YellowstoneServerBase {
|
|||
public:
|
||||
static glcr::ErrorOr<glcr::UniquePtr<YellowstoneServer>> Create();
|
||||
|
||||
glcr::ErrorCode HandleGetAhciInfo(AhciInfo&) override;
|
||||
glcr::ErrorCode HandleGetFramebufferInfo(FramebufferInfo&) override;
|
||||
glcr::ErrorCode HandleGetDenali(DenaliInfo&) override;
|
||||
glcr::ErrorCode HandleRegisterEndpoint(
|
||||
const RegisterEndpointRequest&) override;
|
||||
glcr::ErrorCode HandleGetEndpoint(const GetEndpointRequest&,
|
||||
Endpoint&) override;
|
||||
glcr::Status HandleGetAhciInfo(AhciInfo&) override;
|
||||
glcr::Status HandleGetFramebufferInfo(FramebufferInfo&) override;
|
||||
glcr::Status HandleGetDenali(DenaliInfo&) override;
|
||||
glcr::Status HandleRegisterEndpoint(const RegisterEndpointRequest&) override;
|
||||
glcr::Status HandleGetEndpoint(const GetEndpointRequest&, Endpoint&) override;
|
||||
|
||||
void WaitDenaliRegistered();
|
||||
void WaitVictoriaFallsRegistered();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue