Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dhttp_transport_fake.cc107 static inline std::string GetHandlerMapKey(const std::string& url, in GetHandlerMapKey() function
116 handlers_[GetHandlerMapKey(url, method)] = handler; in AddHandler()
139 auto p = handlers_.find(GetHandlerMapKey(url, method)); in GetHandler()
143 p = handlers_.find(GetHandlerMapKey(url, "*")); in GetHandler()
147 p = handlers_.find(GetHandlerMapKey("*", method)); in GetHandler()
151 p = handlers_.find(GetHandlerMapKey("*", "*")); in GetHandler()