Home
last modified time | relevance | path

Searched defs:isStart (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/task/
DTabPaneTaskFrames.ts328 let timePointArray: { time: number; isStart: boolean }[] = []; variable
/developtools/hdc/src/host/
Dclient.cpp137 bool isStart = !strncmp(cmd.c_str(), CMDSTR_SERVICE_START.c_str(), CMDSTR_SERVICE_START.size()); in ChannelCtrlServer() local
162 bool HdcClient::KillMethodByUv(bool isStart) in KillMethodByUv()