Searched refs:SendJson (Results 1 – 5 of 5) sorted by relevance
/dports/multimedia/livego/livego-0.0.15/protocol/api/ |
H A D | api.go | 25 func (r *Response) SendJson() (int, error) { func 95 res.SendJson() 153 defer res.SendJson() 213 defer res.SendJson() 281 defer res.SendJson() 340 defer res.SendJson() 372 defer res.SendJson() 403 defer res.SendJson()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/ |
H A D | devtools_http_handler.cc | 563 SendJson(connection_id, net::HTTP_NOT_FOUND, nullptr, in OnJsonRequest() 586 SendJson(connection_id, net::HTTP_OK, &version, std::string()); in OnJsonRequest() 612 SendJson(connection_id, net::HTTP_INTERNAL_SERVER_ERROR, nullptr, in OnJsonRequest() 619 SendJson(connection_id, net::HTTP_OK, dictionary.get(), std::string()); in OnJsonRequest() 627 SendJson(connection_id, net::HTTP_NOT_FOUND, nullptr, in OnJsonRequest() 634 SendJson(connection_id, net::HTTP_OK, nullptr, "Target activated"); in OnJsonRequest() 636 SendJson(connection_id, net::HTTP_INTERNAL_SERVER_ERROR, nullptr, in OnJsonRequest() 646 SendJson(connection_id, net::HTTP_INTERNAL_SERVER_ERROR, nullptr, in OnJsonRequest() 652 SendJson(connection_id, net::HTTP_NOT_FOUND, nullptr, in OnJsonRequest() 684 SendJson(connection_id, net::HTTP_OK, &list_value, std::string()); in RespondToJsonList() [all …]
|
H A D | devtools_http_handler.h | 83 void SendJson(int connection_id,
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/ |
H A D | devtools_http_handler.cc | 568 SendJson(connection_id, net::HTTP_NOT_FOUND, nullptr, in OnJsonRequest() 591 SendJson(connection_id, net::HTTP_OK, &version, std::string()); in OnJsonRequest() 617 SendJson(connection_id, net::HTTP_INTERNAL_SERVER_ERROR, nullptr, in OnJsonRequest() 624 SendJson(connection_id, net::HTTP_OK, dictionary.get(), std::string()); in OnJsonRequest() 632 SendJson(connection_id, net::HTTP_NOT_FOUND, nullptr, in OnJsonRequest() 639 SendJson(connection_id, net::HTTP_OK, nullptr, "Target activated"); in OnJsonRequest() 641 SendJson(connection_id, net::HTTP_INTERNAL_SERVER_ERROR, nullptr, in OnJsonRequest() 651 SendJson(connection_id, net::HTTP_INTERNAL_SERVER_ERROR, nullptr, in OnJsonRequest() 657 SendJson(connection_id, net::HTTP_NOT_FOUND, nullptr, in OnJsonRequest() 689 SendJson(connection_id, net::HTTP_OK, &list_value, std::string()); in RespondToJsonList() [all …]
|
H A D | devtools_http_handler.h | 83 void SendJson(int connection_id,
|