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, 128 isCheck: false, 156 expect(nodes[0].isCheck).toBeTruthy(); 187 isCheck: false, 191 id: 8, nodeName: 'Cpu', children: [], depth: 2, isCheck: false, 196 expect(node.isCheck).toBeFalsy(); [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceRowConfig.ts | 256 if (item.isCheck) { 339 item.isCheck = true; 341 item.isCheck = false; 348 item.isCheck = true; 571 isCheck: true, 593 isCheck: true, 642 isCheck: true, 727 configCheckBox.checked = subsystemNode.isCheck!; 780 isCheck: true, 789 isCheck: true, [all …]
|
| D | TraceRow.ts | 1044 setCheckBox(isCheck: boolean) { 1049 isCheck: isCheck, 1052 ck.setAttribute('check-type', isCheck ? '2' : '0'); 1055 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() 500 hChannel->isCheck = true; in DoCommandLocal()
|
| D | server.cpp | 774 int HdcServer::CreateConnect(const string &connectKey, bool isCheck) in CreateConnect() argument 810 hSession = clsTCPClt->ConnectDaemon(connectKey, isCheck); in CreateConnect() 813 clsUARTClt->SetCheckFlag(isCheck); in CreateConnect()
|
| D | host_uart.cpp | 586 hSession->isCheck = isCheck; in EnumSerialPort()
|
| /developtools/hdc/src/common/ |
| D | define_plus.h | 385 bool isCheck = false; member 515 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 | 1411 it.checkType = data.isCheck ? '2' : '0';
|