Home
last modified time | relevance | path

Searched refs:ResponseCode (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/toolchain/tooling/
H A Ddispatcher.h47 enum class ResponseCode : uint8_t { OK, NOK }; class
99 return code_ == ResponseCode::OK; in IsOk()
102 ResponseCode GetError() const in GetError()
112 static DispatchResponse Create(ResponseCode code, const std::string &msg = "");
122 ResponseCode code_ {ResponseCode::OK};
H A Ddispatcher.cpp94 DispatchResponse DispatchResponse::Create(ResponseCode code, const std::string &msg) in Create()
106 response.code_ = ResponseCode::NOK; in Create()
120 response.code_ = ResponseCode::NOK; in Fail()
/arkcompiler/toolchain/test/fuzztest/dispatcher/dispatchresponsecreatecode_fuzzer/
H A Ddispatchresponsecreatecode_fuzzer.cpp32 ResponseCode code = ResponseCode::OK; in DispatchResponseCreateCodeFuzzTest()
/arkcompiler/toolchain/tooling/test/
H A Dprotocol_handler_test.cpp99 ResponseCode code = ResponseCode::NOK; in HWTEST_F_L0()
105 code = ResponseCode::OK; in HWTEST_F_L0()
H A Ddispatcher_test.cpp112 ResponseCode code = ResponseCode::OK; in HWTEST_F_L0()

Completed in 2 milliseconds