Home
last modified time | relevance | path

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

/aosp_15_r20/external/ot-br-posix/src/agent/
H A Dapplication.cpp55 int aRestListenPort) in Application()
218 void Application::CreateRcpMode(const std::string &aRestListenAddress, int aRestListenPort) in CreateRcpMode()
/aosp_15_r20/external/ot-br-posix/src/rest/
H A Drest_web_server.cpp50 …ebServer::RestWebServer(RcpHost &aHost, const std::string &aRestListenAddress, int aRestListenPort) in RestWebServer()