Home
last modified time | relevance | path

Searched refs:g_peerDeviceId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp48 static const char *g_peerDeviceId = "1000"; variable
217 param->peerDeviceId = g_peerDeviceId;
507 param->peerDeviceId = g_peerDeviceId;
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Dtrans_sdk_file_test.cpp38 char g_peerDeviceId[] = {"127.0.0.4"}; variable
83 channelInfo->peerDeviceId = g_peerDeviceId; in TransAddChannleInfoTest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp54 char g_peerDeviceId[TEST_DEVICE_ID_SIZE_MAX] = "com.test.trans.session.sendfile"; variable
99 sessionParam->peerDeviceId = g_peerDeviceId; in GenerateSessionParam()