/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/ |
H A D | dcamera_softbus_adapter_test.cpp | 157 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 D | dcamera_softbus_session_test.cpp | 67 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 D | dcamera_channel_sink_impl.cpp | 66 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 D | dcamera_channel_source_impl.cpp | 72 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 D | dcamera_softbus_adapter.cpp | 172 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 D | dcamera_softbus_session.cpp | 37 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 D | softbusadapter_fuzzer.cpp | 49 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 D | dcamera_softbus_adapter.h | 43 int32_t CreateSoftBusSourceSocketClient(std::string myDevId, std::string peerSessionName, 50 int32_t GetLocalNetworkId(std::string &myDevId);
|
H A D | dcamera_softbus_session.h | 36 DCameraSoftbusSession(std::string myDevId, std::string mySessionName, std::string peerDevId,
|