Searched refs:Handle (Results 1 - 3 of 3) sorted by relevance
/developtools/hdc/src/host/ |
H A D | ext_client.cpp | 116 Handle(str, name); in Version() 127 Handle(str, name); in Discover() 133 Handle(str, name); in Start() 139 Handle(str, name); in Kill() 145 string res = Handle(str, name); in Connect() 206 Handle(value, name); in Shell() 214 Handle(value, name); in File() 222 Handle(value, name); in Install() 229 Handle(value, name); in Uninstall() 236 Handle(valu in Fport() 334 std::string ExtClient::Handle(const std::string &str, const char *name) Handle() function in Hdc::ExtClient [all...] |
H A D | ext_client.h | 58 std::string Handle(const std::string &str, const char *name);
|
/developtools/smartperf_host/ide/server/ |
H A D | main.go | 177 mux.Handle("/application/upload/", http.StripPrefix("/application/upload/", http.FileServer(http.Dir(filepath.FromSlash(exPath+"/upload"))))) 185 mux.Handle("/application/", http.StripPrefix("/application/", cors(fs, version)))
|
Completed in 4 milliseconds