Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dchrome_proxy_record_controller.ts50 function isGetCategoriesResponse(obj: Typed): obj is GetCategoriesResponse { function
82 if (isGetCategoriesResponse(message.data)) {
Dconsumer_port_types.ts51 export function isGetCategoriesResponse(obj: Typed): function