Home
last modified time | relevance | path

Searched refs:mySessName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_softbus_adapter_test.cpp110 std::string mySessName = "sourcetest03"; variable
131 std::string mySessName = "sourcetest04"; variable
153 std::string mySessName = "sourcetest03"; variable
178 std::string mySessName = "sourcetest03"; variable
218 std::string mySessName = "sourcetest03"; variable
249 std::string mySessName = "sourcetest03"; variable
280 std::string mySessName = "sourcetest03"; variable
313 std::string mySessName = "sourcetest03"; variable
346 std::string mySessName = "sourcetest03"; variable
396 std::string mySessName = "sourcetest013"; variable
[all …]
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp45 std::string mySessName = "sourcetest013"; in SoftbusCreateSoftBusSourceSocketClientFuzzTest() local
78 std::string mySessName = "sourcetest04"; in SoftbusCloseSoftbusSessionFuzzTest() local
82 DCameraSoftbusAdapter::GetInstance().CreatSoftBusSinkSocketServer(mySessName, role, in SoftbusCloseSoftbusSessionFuzzTest()
96 std::string mySessName = "sourcetest03"; in SoftbusSendSofbusStreamFuzzTest() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp250 AVTransEvent event = {type, mySessName, peerDevId}; in SendEventChannelOPened()
254 if (((it->first).find(mySessName) != std::string::npos) && (it->second != nullptr)) { in SendEventChannelOPened()
265 mySessName.c_str(), peerSessName.c_str(), GetAnonyString(peerDevId).c_str()); in OpenSoftbusChannel()
266 TRUE_RETURN_V_MSG_E(mySessName.empty(), ERR_DH_AVT_INVALID_PARAM, "input mySessName is empty."); in OpenSoftbusChannel()
269 std::string ownerName = GetOwnerFromSessName(mySessName); in OpenSoftbusChannel()
271 int32_t existSessId = GetSessIdBySessName(mySessName, peerDevId); in OpenSoftbusChannel()
284 if (mySessName.find("avtrans.data") != std::string::npos) { in OpenSoftbusChannel()
289 .name = const_cast<char*>((mySessName.c_str())), in OpenSoftbusChannel()
308 devId2SessIdMap_.insert(std::make_pair(mySessName + "_" + peerDevId, socketId)); in OpenSoftbusChannel()
310 SendEventChannelOPened(mySessName, peerDevId); in OpenSoftbusChannel()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dsoftbus_channel_adapter.h46 int32_t OpenSoftbusChannel(const std::string &mySessName, const std::string &peerSessName,
48 int32_t CloseSoftbusChannel(const std::string &mySessName, const std::string &peerDevId);
83 void SendEventChannelOPened(const std::string &mySessName, const std::string &peerDevId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/daudio_input_test/
H A Ddaudio_input_test.cpp498 std::string mySessName = "mySessName_test"; variable
502 std::string key = mySessName + "_" + peerDevId;
504 …auto ret = SoftbusChannelAdapter::GetInstance().OpenSoftbusChannel(mySessName, peerSessName, peerD…
507 mySessName = "mySessName_avtrans.data";
508 …ret = SoftbusChannelAdapter::GetInstance().OpenSoftbusChannel(mySessName, peerSessName, peerDevId);