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,
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/
DTraceRowConfig.ts256 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 …]
DTraceRow.ts1044 setCheckBox(isCheck: boolean) {
1049 isCheck: isCheck,
1052 ck.setAttribute('check-type', isCheck ? '2' : '0');
1055 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()
500 hChannel->isCheck = true; in DoCommandLocal()
Dserver.cpp774 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()
Dhost_uart.cpp586 hSession->isCheck = isCheck; in EnumSerialPort()
/developtools/hdc/src/common/
Ddefine_plus.h385 bool isCheck = false; member
515 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.ts1411 it.checkType = data.isCheck ? '2' : '0';