Home
last modified time | relevance | path

Searched refs:isCheck (Results 1 – 15 of 15) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/trace/base/
DTraceRowConfig.test.ts56 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/
DTraceRowConfig.ts262 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 …]
DTraceRow.ts1190 setCheckBox(isCheck: boolean): void {
1195 isCheck: isCheck,
1198 ck.setAttribute('check-type', isCheck ? '2' : '0');
1201 allCheck!.checked = isCheck;
/developtools/hdc/src/host/
Dhost_tcp.cpp125 HSession HdcHostTCP::ConnectDaemon(const string &connectKey, bool isCheck) in ConnectDaemon() argument
140 hSession->isCheck = isCheck; in ConnectDaemon()
Dhost_tcp.h25 HSession ConnectDaemon(const string &connectKey, bool isCheck = false);
Dhost_uart.h46 void SetCheckFlag(bool flag) { isCheck = flag; }; in SetCheckFlag()
115 bool isCheck = false; variable
Dserver_for_client.h41 …bool NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey, bool isCheck = fa…
Dserver.h29 int CreateConnect(const string &connectKey, bool isCheck);
Dserver_for_client.cpp279 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()
Dserver.cpp784 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()
Dhost_uart.cpp586 hSession->isCheck = isCheck; in EnumSerialPort()
/developtools/hdc/src/common/
Ddefine_plus.h388 bool isCheck = false; member
518 bool isCheck = false; member
Dsession.cpp1085 if (!hSession->isCheck) { in WorkThreadStartSession()
/developtools/profiler/device/cmds/src/
Dmain.cpp173 bool GetCapabilities(std::string& content, bool isCheck) in GetCapabilities() argument
196 if (!isCheck) { in GetCapabilities()
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts1645 it.checkType = data.isCheck ? '2' : '0';