Home
last modified time | relevance | path

Searched full:peer_network_id (Results 1 – 10 of 10) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
Ddcamera_allconnect_manager_test.cpp31 const std::string PEER_NETWORK_ID = "peerNetworkId"; variable
83 auto ret = DCameraAllConnectManager::GetInstance().PublishServiceState(PEER_NETWORK_ID,
99 …auto ret = DCameraAllConnectManager::GetInstance().ApplyAdvancedResource(PEER_NETWORK_ID, &resultC…
105 …auto ret = DCameraAllConnectManager::GetInstance().ApplyAdvancedResource(PEER_NETWORK_ID, nullptr);
130 DCameraAllConnectManager::SetSinkNetWorkId(PEER_NETWORK_ID, VALUABLE_SESSION_ID);
133 EXPECT_STREQ(targetNetworkId.c_str(), PEER_NETWORK_ID.c_str());
139 DCameraAllConnectManager::SetSinkNetWorkId(PEER_NETWORK_ID, UNVALUABLE_SESSION_ID);
147 DCameraAllConnectManager::SetSourceNetworkId(PEER_NETWORK_ID, VALUABLE_SESSION_ID);
148 auto targetSessionId = DCameraAllConnectManager::GetSourceSocketByNetworkId(PEER_NETWORK_ID);
156 DCameraAllConnectManager::SetSourceNetworkId(PEER_NETWORK_ID, UNVALUABLE_SESSION_ID);
[all …]
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link_conflict/
Dlnn_lane_link_conflict_test.cpp32 constexpr char PEER_NETWORK_ID[] = "111122223333abcdef"; variable
100 if (memcpy_s(devIdList, NETWORK_ID_BUF_LEN, PEER_NETWORK_ID, strlen(PEER_NETWORK_ID)) != EOK) { in GenerateConflictDevInfo()
139 …T_EQ(strcpy_s(inputInfo.identifyInfo.devInfo.peerDevId, NETWORK_ID_BUF_LEN, PEER_NETWORK_ID), EOK);
181 …T_EQ(strcpy_s(inputInfo.identifyInfo.devInfo.peerDevId, NETWORK_ID_BUF_LEN, PEER_NETWORK_ID), EOK);
211 …T_EQ(strcpy_s(inputInfo.identifyInfo.devInfo.peerDevId, NETWORK_ID_BUF_LEN, PEER_NETWORK_ID), EOK);
242 …T_EQ(strcpy_s(inputInfo.identifyInfo.devInfo.peerDevId, NETWORK_ID_BUF_LEN, PEER_NETWORK_ID), EOK);
340 …EXPECT_EQ(strcpy_s(findInfo.identifyInfo.devInfo.peerDevId, NETWORK_ID_BUF_LEN, PEER_NETWORK_ID), …
460 …T_EQ(strcpy_s(inputInfo.identifyInfo.devInfo.peerDevId, NETWORK_ID_BUF_LEN, PEER_NETWORK_ID), EOK);
502 …T_EQ(strcpy_s(inputInfo.identifyInfo.devInfo.peerDevId, NETWORK_ID_BUF_LEN, PEER_NETWORK_ID), EOK);
542 …T_EQ(strcpy_s(inputInfo.identifyInfo.devInfo.peerDevId, NETWORK_ID_BUF_LEN, PEER_NETWORK_ID), EOK);
[all …]
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
Dtrans_auth_message.c52 !AddStringToJsonObject(msg, "PEER_NETWORK_ID", appInfo->peerNetWorkId) || in TransAuthChannelMsgPack()
101 …if (!GetJsonObjectStringItem(obj, "PEER_NETWORK_ID", appInfo->peerNetWorkId, DEVICE_ID_SIZE_MAX)) { in TransAuthChannelMsgUnpack()
/foundation/communication/dsoftbus/dfx/event/src/convert/
Dlnn_audit_converter.h89 { "PEER_NETWORK_ID", HISYSEVENT_STRING, LnnAuditAssignerPeerNetworkId },
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_dfx/
Dlnn_lane_dfx_test.cpp27 constexpr char PEER_NETWORK_ID[] = "ABCDEF00ABCDEF00ABCDEF00ABCDEF00ABCDEF00ABCDEF0"; variable
96 int32_t ret = strcpy_s(processInfo.peerNetWorkId, NETWORK_ID_BUF_LEN, PEER_NETWORK_ID); in InitLaneProcess()
/foundation/communication/dsoftbus/dfx/interface/include/form/
Dlnn_event_form.h308 const char peerNetworkId[NETWORK_ID_BUF_LEN]; // PEER_NETWORK_ID
/foundation/multimedia/av_session/
Dhisysevent.yaml153 PEER_NETWORK_ID: {type: STRING, desc: peer network id}
/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/transnegotiationmessage_fuzzer/
Dtransnegotiationmessage_fuzzer.cpp973 (void)AddStringToJsonObject(msg, "PEER_NETWORK_ID", peerNetWorkId); in AuthChannelNegMessageNormalFuzzTest()
/foundation/communication/dsoftbus/
Dhisysevent.yaml216 PEER_NETWORK_ID: {type: STRING, desc: peer device network id }
/foundation/multimedia/av_session/services/session/server/
Davsession_item.cpp1114 "PEER_NETWORK_ID", GetAnonymousDeviceId(deviceInfo.networkId_), in RegisterListenerStreamToCast()