Home
last modified time | relevance | path

Searched defs:ClientBase (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dclient_http.hpp69 class ClientBase { class
409ClientBase(const std::string &host_port, unsigned short default_port) noexcept : default_port(defa… in ClientBase() function in SimpleWeb::ClientBase
/aosp_15_r20/external/python/mobly/mobly/snippet/
Dclient_base.py60 class ClientBase(abc.ABC): class