Searched defs:isStart (Results 1 – 2 of 2) sorted by relevance
328 let timePointArray: { time: number; isStart: boolean }[] = []; variable
137 bool isStart = !strncmp(cmd.c_str(), CMDSTR_SERVICE_START.c_str(), CMDSTR_SERVICE_START.size()); in ChannelCtrlServer() local162 bool HdcClient::KillMethodByUv(bool isStart) in KillMethodByUv()