Searched refs:kCreateSessionURL (Results 1 – 5 of 5) sorted by relevance
97 const std::string HttpPortAllocator::kCreateSessionURL = "/create_session"; member in cricket::HttpPortAllocator177 request->request().path = HttpPortAllocator::kCreateSessionURL; in SendSessionRequest()
50 static const std::string kCreateSessionURL; variable
98 const char HttpPortAllocatorBase::kCreateSessionURL[] = "/create_session"; member in cricket::HttpPortAllocatorBase184 std::string url = std::string(HttpPortAllocator::kCreateSessionURL); in GetSessionRequestUrl()
52 static const char kCreateSessionURL[]; variable
816 EXPECT_EQ(std::string(cricket::HttpPortAllocator::kCreateSessionURL), url); in TEST()