Searched refs:status_code (Results 1 - 18 of 18) sorted by relevance

/system/update_engine/binder_bindings/android/os/
H A DIUpdateEngineCallback.aidl20 void onStatusUpdate(int status_code, float percentage);
/system/webservd/libwebserv/
H A Dresponse.h51 virtual void Reply(int status_code,
56 virtual void ReplyWithText(int status_code,
61 virtual void ReplyWithJson(int status_code, const base::Value* json) = 0;
66 int status_code, const std::map<std::string, std::string>& json) = 0;
71 virtual void Redirect(int status_code, const std::string& redirect_url) = 0;
75 virtual void ReplyWithError(int status_code,
H A Dresponse_impl.h40 void Reply(int status_code,
43 void ReplyWithText(int status_code,
46 void ReplyWithJson(int status_code, const base::Value* json) override;
47 void ReplyWithJson(int status_code,
49 void Redirect(int status_code, const std::string& redirect_url) override;
50 void ReplyWithError(int status_code, const std::string& error_text) override;
H A Dresponse.cc37 ReplyWithError(brillo::http::status_code::InternalServerError,
52 void ResponseImpl::Reply(int status_code, argument
56 status_code_ = status_code;
62 void ResponseImpl::ReplyWithText(int status_code, argument
65 Reply(status_code, brillo::MemoryStream::OpenCopyOf(text, nullptr),
69 void ResponseImpl::ReplyWithJson(int status_code, const base::Value* json) { argument
77 ReplyWithText(status_code, text, mime_type);
81 int status_code, const std::map<std::string, std::string>& json) {
86 ReplyWithJson(status_code, &json_value);
89 void ResponseImpl::Redirect(int status_code, cons argument
80 ReplyWithJson( int status_code, const std::map<std::string, std::string>& json) argument
94 ReplyWithError(int status_code, const std::string& error_text) argument
[all...]
H A Dmock_response.h47 void Reply(int status_code,
50 return MockReply(status_code, data_stream.get(), mime_type);
H A Ddbus_protocol_handler.h119 int status_code,
H A Ddbus_protocol_handler.cc233 int status_code,
250 request_id, status_code, header_list, data_size,
231 CompleteRequest( const std::string& request_id, int status_code, const std::multimap<std::string, std::string>& headers, brillo::StreamPtr data_stream) argument
/system/update_engine/
H A Dupdate_engine_client_android.cc64 Status onStatusUpdate(int status_code, float progress) override;
87 int status_code, float progress) {
89 static_cast<update_engine::UpdateStatus>(status_code);
91 << status_code << "), " << progress << ")";
86 onStatusUpdate( int status_code, float progress) argument
/system/webservd/webservd/
H A Dlog_manager.h53 int status_code,
H A Drequest.cc131 int32_t status_code,
138 response_status_code_ = status_code;
160 version_, status_code, in_data_size); local
166 int32_t status_code,
173 base::File file = Complete(status_code, headers_copy, data.size());
259 Complete(brillo::http::status_code::NotFound, {},
130 Complete( int32_t status_code, const std::vector<std::tuple<std::string, std::string>>& headers, int64_t in_data_size) argument
165 Complete( int32_t status_code, const std::vector<std::tuple<std::string, std::string>>& , const std::string& mime_type, const std::string& data) argument
H A Drequest.h84 int32_t status_code,
90 int32_t status_code,
H A Ddbus_request_handler.cc39 request->Complete(brillo::http::status_code::InternalServerError, {},
H A Dlog_manager.cc187 int status_code,
204 method.c_str(), url.c_str(), version.c_str(), status_code,
182 OnRequestCompleted(const base::Time& timestamp, const sockaddr* client_addr, const std::string& method, const std::string& url, const std::string& version, int status_code, int64_t response_size) argument
/system/connectivity/shill/net/
H A Dieee80211.h130 uint16_t status_code; member in struct:shill::IEEE_80211::ieee80211_frame::__anon1414::__anon1415
137 uint16_t status_code; member in struct:shill::IEEE_80211::ieee80211_frame::__anon1414::__anon1417
H A Dnl80211_message.cc357 status_ = le16toh(frame->u.associate_response.status_code);
361 status_ = le16toh(frame->u.authentiate_message.status_code);
/system/weaved/buffet/
H A Dwebserv_client.cc69 void SendReply(int status_code,
72 response_->ReplyWithText(status_code, data, mime_type);
H A Dmanager.cc219 request->SendReply(brillo::http::status_code::Ok, "Hello, world!",
/system/tpm/attestation/server/
H A Dattestation_service_test.cc145 response->ReplyText(brillo::http::status_code::NotFound, std::string(),
165 response->ReplyText(brillo::http::status_code::Ok, tmp,
175 response->ReplyText(brillo::http::status_code::NotFound, std::string(),
195 response->ReplyText(brillo::http::status_code::Ok, tmp,

Completed in 483 milliseconds