Home
last modified time | relevance | path

Searched refs:GetScreenInfoKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_context.h56 std::string GetScreenInfoKey(const std::string &devId, const uint64_t sourceWinId);
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp34 std::string DInputContext::GetScreenInfoKey(const std::string &devId, const uint64_t sourceWinId) in GetScreenInfoKey() function in OHOS::DistributedHardware::DistributedInput::DInputContext
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp872 … std::string srcScreenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(srcDevId, srcWinId); in UpdateSinkScreenInfoCache()
959 …std::string srcScreenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(srcDevId_, srcWinId_); in OnRemoteDied()
970 std::string screenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(srcScreenInfo.devId, in NotifyStartDScreen()
/ohos5.0/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp53 std::string ret = DInputContext::GetInstance().GetScreenInfoKey(devId, sourceWinId);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1647 …std::string srcScreenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(srcDevId, tmpInfo.sou… in UpdateSrcScreenInfoCache()
1690 …std::string screenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(sourceDevId, sourceWinId… in OnMessage()
1772 std::string screenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(srcDevId_, srcWinId_); in OnRemoteDied()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_client.cpp729 … std::string srcScreenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(srcDevId, srcWinId); in NotifyStartDScreen()