Home
last modified time | relevance | path

Searched refs:hdi (Results 1 – 6 of 6) sorted by relevance

/developtools/integration_verification/tools/deps_guard/rules/NO-Depends-On-HDI/
DREADME.md36 shlib_type = "hdi"
41 同样,非HDI模块不要增加shlib_type="hdi"标识。
45 编译框架上ohos_shared_library模板会对所有的HDI模块(shlib_type为hdi)进行全局符号优化,使得所有的HDI模块默认都不对外暴露符号,减小HDI模块的大小,同时加快HD…
48 # Set version_script for hdi service libraries
49 if (defined(invoker.shlib_type) && invoker.shlib_type == "hdi") {
51 _version_script = rebase_path("//build/templates/cxx/hdi.versionscript")
62 处理方式:参考2.2章节的描述增加shlib_type = "hdi"标识。
/developtools/hdc/src/host/
Dserver_for_client.cpp200 HDaemonInfo hdi = nullptr; in SendToDaemon() local
204 ptrServer->AdminDaemonMap(OP_QUERY, hChannel->connectKey, hdi); in SendToDaemon()
205 if (hdi == nullptr) { in SendToDaemon()
208 if (hdi->connStatus != STATUS_CONNECTED) { in SendToDaemon()
211 if (!hdi->hSession) { in SendToDaemon()
214 …if (ptrServer->Send(hdi->hSession->sessionId, hChannel->channelId, commandFlag, bufPtr, bufSize) <… in SendToDaemon()
258 HDaemonInfo hdi = nullptr; in OrderConnecTargetResult() local
262 ptrServer->AdminDaemonMap(OP_GET_ANY, target, hdi); in OrderConnecTargetResult()
264 ptrServer->AdminDaemonMap(OP_QUERY, target, hdi); in OrderConnecTargetResult()
266 if (hdi && hdi->connStatus == STATUS_CONNECTED) { in OrderConnecTargetResult()
[all …]
Dserver.cpp221 void HdcServer::BuildDaemonVisableLine(HDaemonInfo hdi, bool fullDisplay, string &out) in BuildDaemonVisableLine() argument
226 switch (hdi->connType) { in BuildDaemonVisableLine()
245 switch (hdi->connStatus) { in BuildDaemonVisableLine()
259 …out = Base::StringFormat("%s\t\t%s\t%s\t%s\n", hdi->connectKey.c_str(), sConn.c_str(), sStatus.c_s… in BuildDaemonVisableLine()
260 hdi->devName.c_str()); in BuildDaemonVisableLine()
262 if (hdi->connStatus == STATUS_CONNECTED) { in BuildDaemonVisableLine()
263 out = Base::StringFormat("%s\n", hdi->connectKey.c_str()); in BuildDaemonVisableLine()
383 HDaemonInfo hdi = mapDaemon[hDaemonInfoInOut->connectKey]; in AdminDaemonMap() local
384 if (hdi) { in AdminDaemonMap()
810 HDaemonInfo hdi = nullptr; in CreateConnect() local
[all …]
Dserver.h49 void BuildDaemonVisableLine(HDaemonInfo hdi, bool fullDisplay, string &out);
57 void BuildForwardVisableLine(HDaemonInfo hdi, char *out, int sizeOutBuf);
Dhost_uart.cpp543 HDaemonInfo hdi = nullptr; in EnumSerialPort() local
544 server.AdminDaemonMap(OP_QUERY, port, hdi); in EnumSerialPort()
545 if (hdi == nullptr and connectedPorts.find(port) == connectedPorts.end()) { in EnumSerialPort()
552 HDaemonInfo hdi = nullptr; in EnumSerialPort() local
553 server.AdminDaemonMap(OP_QUERY, port, hdi); in EnumSerialPort()
554 if (hdi != nullptr and hdi->hSession == nullptr) { in EnumSerialPort()
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/
Delf_file_mgr.py73 from .hdi import HdiParser