Home
last modified time | relevance | path

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

/test/xts/dcts/communication/softbus_standard/common/
Dnet_trans_common.h83 #define CTRL_MSG_CLOSE_OPEN_BR "close-open br" macro
/test/xts/dcts/communication/softbus_standard/dsoftbusTest/
DdsoftbusTest.cpp205 } else if (strncmp(msg.c_str(), CTRL_MSG_CLOSE_OPEN_BR, strlen(CTRL_MSG_CLOSE_OPEN_BR)) == 0) { in GetCodeByMsg()