Home
last modified time | relevance | path

Searched refs:ReplyWithErrorNotFound (Results 1 – 4 of 4) sorted by relevance

/system/webservd/libwebserv/
Dmock_response.h44 MOCK_METHOD0(ReplyWithErrorNotFound, void());
Dresponse.h79 virtual void ReplyWithErrorNotFound() = 0;
Dresponse_impl.h51 void ReplyWithErrorNotFound() override;
Dresponse.cc101 void ResponseImpl::ReplyWithErrorNotFound() { in ReplyWithErrorNotFound() function in libwebserv::ResponseImpl