Searched refs:isCheck (Results 1 – 15 of 15) sorted by relevance
/developtools/smartperf_host/ide/test/trace/component/trace/base/ |
D | TraceRowConfig.test.ts | 56 isCheck: true, 63 isCheck: false, 66 id: 1, nodeName: 'Cpu', children: [], depth: 1, isCheck: false, 74 isCheck: false, 113 isCheck: true, 127 isCheck: false, 155 expect(nodes[0].isCheck).toBeTruthy(); 186 isCheck: false, 190 id: 8, nodeName: 'Cpu', children: [], depth: 2, isCheck: false, 195 expect(node.isCheck).toBeFalsy(); [all …]
|
/developtools/smartperf_host/ide/src/trace/component/trace/base/ |
D | TraceRowConfig.ts | 262 if (item.isCheck) { 346 item.isCheck = true; 348 item.isCheck = false; 355 item.isCheck = true; 585 isCheck: true, 630 isCheck: true, 654 isCheck: true, 784 configCheckBox.checked = subsystemNode.isCheck!; 837 isCheck: true, 846 isCheck: true, [all …]
|
D | TraceRow.ts | 1190 setCheckBox(isCheck: boolean): void { 1195 isCheck: isCheck, 1198 ck.setAttribute('check-type', isCheck ? '2' : '0'); 1201 allCheck!.checked = isCheck;
|
/developtools/hdc/src/host/ |
D | host_tcp.cpp | 125 HSession HdcHostTCP::ConnectDaemon(const string &connectKey, bool isCheck) in ConnectDaemon() argument 140 hSession->isCheck = isCheck; in ConnectDaemon()
|
D | host_tcp.h | 25 HSession ConnectDaemon(const string &connectKey, bool isCheck = false);
|
D | host_uart.h | 46 void SetCheckFlag(bool flag) { isCheck = flag; }; in SetCheckFlag() 115 bool isCheck = false; variable
|
D | server_for_client.h | 41 …bool NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey, bool isCheck = fa…
|
D | server.h | 29 int CreateConnect(const string &connectKey, bool isCheck);
|
D | server_for_client.cpp | 279 if (hChannel->isCheck) { in OrderConnecTargetResult() 308 …orClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey, bool isCheck) in NewConnectTry() argument 313 int childRet = ((HdcServer *)ptrServer)->CreateConnect(connectKey, isCheck); in NewConnectTry() 510 hChannel->isCheck = true; in DoCommandLocal()
|
D | server.cpp | 784 int HdcServer::CreateConnect(const string &connectKey, bool isCheck) in CreateConnect() argument 820 hSession = clsTCPClt->ConnectDaemon(connectKey, isCheck); in CreateConnect() 823 clsUARTClt->SetCheckFlag(isCheck); in CreateConnect()
|
D | host_uart.cpp | 586 hSession->isCheck = isCheck; in EnumSerialPort()
|
/developtools/hdc/src/common/ |
D | define_plus.h | 388 bool isCheck = false; member 518 bool isCheck = false; member
|
D | session.cpp | 1085 if (!hSession->isCheck) { in WorkThreadStartSession()
|
/developtools/profiler/device/cmds/src/ |
D | main.cpp | 173 bool GetCapabilities(std::string& content, bool isCheck) in GetCapabilities() argument 196 if (!isCheck) { in GetCapabilities()
|
/developtools/smartperf_host/ide/src/trace/component/ |
D | SpSystemTrace.ts | 1645 it.checkType = data.isCheck ? '2' : '0';
|