Searched refs:isCheck (Results 1 – 15 of 15) sorted by relevance
| /developtools/hdc/src/host/ |
| D | host_tcp.cpp | 123 HSession HdcHostTCP::ConnectDaemon(const string &connectKey, bool isCheck) in ConnectDaemon() argument 136 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 | 272 if (hChannel->isCheck) { in OrderConnecTargetResult() 301 …orClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey, bool isCheck) in NewConnectTry() argument 306 int childRet = ((HdcServer *)ptrServer)->CreateConnect(connectKey, isCheck); in NewConnectTry() 491 hChannel->isCheck = true; in DoCommandLocal()
|
| D | server.cpp | 794 int HdcServer::CreateConnect(const string &connectKey, bool isCheck) in CreateConnect() argument 830 hSession = clsTCPClt->ConnectDaemon(connectKey, isCheck); in CreateConnect() 833 clsUARTClt->SetCheckFlag(isCheck); in CreateConnect()
|
| D | host_uart.cpp | 581 hSession->isCheck = isCheck; in EnumSerialPort()
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/ |
| D | TraceRow.ts | 734 setCheckBox(isCheck: boolean) { 739 isCheck: isCheck, 742 ck.setAttribute('check-type', isCheck ? '2' : '0'); 745 allCheck!.checked = isCheck;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceRow.ts | 793 setCheckBox(isCheck: boolean) { 798 isCheck: isCheck, 801 ck.setAttribute('check-type', isCheck ? '2' : '0'); 804 allCheck!.checked = isCheck;
|
| /developtools/hdc/src/common/ |
| D | define_plus.h | 382 bool isCheck = false; member 512 bool isCheck = false; member
|
| D | session.cpp | 1064 if (!hSession->isCheck) { in WorkThreadStartSession()
|
| /developtools/profiler/device/cmds/src/ |
| D | main.cpp | 168 bool GetCapabilities(std::string& content, bool isCheck) in GetCapabilities() argument 191 if (!isCheck) { in GetCapabilities()
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 2653 it.checkType = data.isCheck ? '2' : '0';
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 3320 it.checkType = data.isCheck ? '2' : '0';
|