Home
last modified time | relevance | path

Searched refs:CTRL_MSG_OPEN_SESSION (Results 1 – 2 of 2) sorted by relevance

/test/xts/dcts/communication/softbus_standard/common/
Dnet_trans_common.h76 #define CTRL_MSG_OPEN_SESSION "open session" macro
/test/xts/dcts/communication/softbus_standard/dsoftbusTest/
DdsoftbusTest.cpp207 } else if (strncmp(msg.c_str(), CTRL_MSG_OPEN_SESSION, strlen(CTRL_MSG_OPEN_SESSION)) == 0) { in GetCodeByMsg()