Home
last modified time | relevance | path

Searched defs:runShellCommand (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/trace_collection/mock/
Dmock_adb_device_connection.ts50 override async runShellCommand(cmd: string): Promise<string> { method in MockAdbDeviceConnection
/development/tools/winscope/src/trace_collection/winscope_proxy/
Dwinscope_proxy_device_connection.ts56 override async runShellCommand(cmd: string): Promise<string> { method in WinscopeProxyDeviceConnection
/development/tools/winscope/src/trace_collection/wdp/
Dwdp_device_connection.ts70 override async runShellCommand(cmd: string): Promise<string> { method in WdpDeviceConnection