Home
last modified time | relevance | path

Searched refs:myDevId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_softbus_adapter_test.cpp157 std::string myDevId = "abcde"; variable
182 std::string myDevId = "abcde"; variable
222 std::string myDevId = "abcde"; variable
253 std::string myDevId = "abcde"; variable
284 std::string myDevId = "abcde"; variable
317 std::string myDevId = "abcde"; variable
350 std::string myDevId = "abcde"; variable
400 std::string myDevId = "abcde"; variable
430 std::string myDevId = "abcde"; variable
461 std::string myDevId = "abcde"; variable
[all …]
H A Ddcamera_softbus_session_test.cpp67 std::string myDevId = TEST_MYDEVICE_ID; in SetUp() local
77 softbusSession_ = std::make_shared<DCameraSoftbusSession>(myDevId, mySessionName, peerDevId, in SetUp()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_channel_sink_impl.cpp66 std::string myDevId; in CreateSession() local
67 DCameraSoftbusAdapter::GetInstance().GetLocalNetworkId(myDevId); in CreateSession()
70 …raChannelSinkImpl CreateSession Listen Start, devId: %{public}s", GetAnonyString(myDevId).c_str()); in CreateSession()
78 …softbusSession_ = std::make_shared<DCameraSoftbusSession>(myDevId, mySessionName_, peerDevId, peer… in CreateSession()
81 …meraChannelSinkImpl CreateSession Listen End, devId: %{public}s", GetAnonyString(myDevId).c_str()); in CreateSession()
H A Ddcamera_channel_source_impl.cpp72 std::string myDevId; in CreateSession() local
73 DCameraSoftbusAdapter::GetInstance().GetLocalNetworkId(myDevId); in CreateSession()
75 GetAnonyString(mySessionName_).c_str(), GetAnonyString(myDevId).c_str()); in CreateSession()
80 …int32_t ret = DCameraSoftbusAdapter::GetInstance().CreateSoftBusSourceSocketClient(myDevId, peerSe… in CreateSession()
87 …d::shared_ptr<DCameraSoftbusSession> softbusSess = std::make_shared<DCameraSoftbusSession>(myDevId, in CreateSession()
H A Ddcamera_softbus_adapter.cpp172 int32_t DCameraSoftbusAdapter::CreateSoftBusSourceSocketClient(std::string myDevId, std::string pee… in CreateSoftBusSourceSocketClient() argument
176 GetAnonyString(myDevId).c_str(), GetAnonyString(peerSessionName).c_str()); in CreateSoftBusSourceSocketClient()
177 std::string myDevIdPeerSessionName = myDevId + std::string("_") + peerSessionName; in CreateSoftBusSourceSocketClient()
198 GetAnonyString(myDevId).c_str(), GetAnonyString(peerSessionName).c_str()); in CreateSoftBusSourceSocketClient()
624 int32_t DCameraSoftbusAdapter::GetLocalNetworkId(std::string& myDevId) in GetLocalNetworkId() argument
633 myDevId = std::string(basicInfo.networkId); in GetLocalNetworkId()
H A Ddcamera_softbus_session.cpp37 DCameraSoftbusSession::DCameraSoftbusSession(std::string myDevId, std::string mySessionName, std::s… in DCameraSoftbusSession() argument
39 …: myDevId_(myDevId), mySessionName_(mySessionName), peerDevId_(peerDevId), peerSessionName_(peerSe… in DCameraSoftbusSession()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp49 std::string myDevId = "abcde"; in SoftbusCreateSoftBusSourceSocketClientFuzzTest() local
50 …DCameraSoftbusAdapter::GetInstance().CreateSoftBusSourceSocketClient(myDevId, peerSessName, peerDe… in SoftbusCreateSoftBusSourceSocketClientFuzzTest()
100 std::string myDevId = "abcde"; in SoftbusSendSofbusStreamFuzzTest() local
101 …DCameraSoftbusAdapter::GetInstance().CreateSoftBusSourceSocketClient(myDevId, peerSessName, peerDe… in SoftbusSendSofbusStreamFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_softbus_adapter.h43 int32_t CreateSoftBusSourceSocketClient(std::string myDevId, std::string peerSessionName,
50 int32_t GetLocalNetworkId(std::string &myDevId);
H A Ddcamera_softbus_session.h36 DCameraSoftbusSession(std::string myDevId, std::string mySessionName, std::string peerDevId,