Home
last modified time | relevance | path

Searched defs:remoteDevId (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr_test.cpp43 const std::string remoteDevId = "sourceDevId"; variable
61 const std::string remoteDevId = "sourceDevId"; variable
77 std::string remoteDevId = "sourceDevId"; variable
118 const std::string remoteDevId = "sourceDevId"; variable
137 const std::string remoteDevId = "sourceDevId"; variable
158 const std::string remoteDevId = "sourceDevId"; variable
178 const std::string remoteDevId = "sourceDevId"; variable
198 const std::string remoteDevId = "sourceDevId"; variable
218 const std::string remoteDevId = "sourceDevId"; variable
H A Dscreenregion_test.cpp31 const std::string remoteDevId = "sourceDevId"; in SetUp() local
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr.cpp69 void ScreenRegionManager::HandleDScreenNotify(const std::string &remoteDevId, int32_t eventCode, in HandleDScreenNotify()
99 std::string remoteDevId = screenRegion->GetRemoteDevId(); in GetScreenDumpInfo() local
132 void ScreenRegionManager::HandleNotifySetUp(const std::string &remoteDevId, const std::string &even… in HandleNotifySetUp()
190 void ScreenRegionManager::NotifyRemoteSourceSetUpResult(const std::string &remoteDevId, const std::… in NotifyRemoteSourceSetUpResult()
207 int32_t ScreenRegionManager::NotifyRemoteScreenService(const std::string &remoteDevId, const std::s… in NotifyRemoteScreenService()
252const std::string &remoteDevId, const int32_t &windowId, std::shared_ptr<WindowProperty> windowPro… in PublishMessage()
H A Dscreenregion.cpp30 ScreenRegion::ScreenRegion(const std::string &remoteDevId, uint64_t screenId, uint64_t displayId) in ScreenRegion()
/ohos5.0/foundation/distributedhardware/distributed_input/services/transportbase/src/
H A Ddistributed_input_transport_base.cpp187 int32_t DistributedInputTransportBase::CheckDeviceSessionState(const std::string &remoteDevId) in CheckDeviceSessionState()
208 int32_t DistributedInputTransportBase::CreateClientSocket(const std::string &remoteDevId) in CreateClientSocket()
226 int32_t DistributedInputTransportBase::StartSession(const std::string &remoteDevId) in StartSession()
294 void DistributedInputTransportBase::StopSession(const std::string &remoteDevId) in StopSession()
359 void DistributedInputTransportBase::RunSessionStateCallback(const std::string &remoteDevId, in RunSessionStateCallback()
370 int32_t DistributedInputTransportBase::CountSession(const std::string &remoteDevId) in CountSession()
375 void DistributedInputTransportBase::EraseSessionId(const std::string &remoteDevId) in EraseSessionId()
/ohos5.0/foundation/distributedhardware/distributed_input/services/transportbase/test/transbaseunittest/
H A Ddistributed_input_transbase_test.cpp65 std::string remoteDevId = ""; variable
182 std::string remoteDevId = "remoteDevId_test"; variable
189 std::string remoteDevId = "remoteDevId_test"; variable
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/src/
H A Dhidumper.cpp160 void HiDumper::DeleteSessionInfo(const std::string &remoteDevId) in DeleteSessionInfo()
196 void HiDumper::CreateSessionInfo(const std::string &remoteDevId, const int32_t &sessionId, in CreateSessionInfo()
212 void HiDumper::SetSessionStatus(const std::string &remoteDevId, const SessionStatus &sessionStatus) in SetSessionStatus()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp38 ScreenRegion::ScreenRegion(const std::string &remoteDevId) : screenId_(0), displayId_(0), remoteDev… in ScreenRegion()
265const std::string &remoteDevId, const int32_t &windowId, std::shared_ptr<WindowProperty> windowPro… in PublishMessage()
H A Dscreenregionmgr.cpp134 std::string remoteDevId = screenRegion->GetRemoteDevId(); in GetScreenDumpInfo() local
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/test/dfxtest/
H A Ddistributed_input_dfx_test.cpp104 std::string remoteDevId = "umkyu1b165e1be98151891erbe8r91ev"; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion_test.cpp34 const std::string remoteDevId = "sourceDevId"; in SetUp() local
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/test/sourcetransunittest/
H A Ddistributed_input_sourcetrans_test.cpp55 std::string remoteDevId = "f6d4c08647073e02e7a78f09473aa122ff57fc81c00981fcf5be989e7d112591"; variable
63 std::string remoteDevId = "f6d4c08647073e02e7a78f09473aa122ff57fc81c00981fcf5be989e7d112591"; variable
70 std::string remoteDevId = "f6d4c08647073e02e7a78f09473aa122ff57fc81c00981fcf5be989e7d112591"; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_transport.cpp344 void DHTransport::ClearDeviceSocketOpened(const std::string &remoteDevId) in ClearDeviceSocketOpened()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp519 void DScreenManager::HandleNotifySetUpResult(const std::string &remoteDevId, const std::string &eve… in HandleNotifySetUpResult()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp87 int32_t DistributedInputSourceTransport::OpenInputSoftbus(const std::string &remoteDevId, bool isTo… in OpenInputSoftbus()
118 void DistributedInputSourceTransport::CloseInputSoftbus(const std::string &remoteDevId, bool isToSr… in CloseInputSoftbus()