Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dext_client.cpp116 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(value, name); in Fport()
[all …]
Dext_client.h58 std::string Handle(const std::string &str, const char *name);
/developtools/profiler/host/smartperf/ide/server/
Dmain.go131 …mux.Handle("/upload/", http.StripPrefix("/upload/", http.FileServer(http.Dir(filepath.FromSlash(ex…
135 mux.Handle("/application/", http.StripPrefix("/application/", cors(fs, version)))
/developtools/smartperf_host/ide/server/
Dmain.go131 …mux.Handle("/upload/", http.StripPrefix("/upload/", http.FileServer(http.Dir(filepath.FromSlash(ex…
135 mux.Handle("/application/", http.StripPrefix("/application/", cors(fs, version)))