Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dconsumer_port_types.ts29 export interface GetCategoriesResponse extends Typed {} interface
35 GetCategoriesResponse|FreeBuffersResponse|DisableTracingResponse;
52 obj is GetCategoriesResponse {
Dchrome_proxy_record_controller.ts35 export interface GetCategoriesResponse extends Typed { interface
40 ConsumerPortResponse|GetCategoriesResponse;
50 function isGetCategoriesResponse(obj: Typed): obj is GetCategoriesResponse {