Searched refs:GetScreenInfoKey (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_input/utils/include/ |
H A D | dinput_context.h | 56 std::string GetScreenInfoKey(const std::string &devId, const uint64_t sourceWinId);
|
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/ |
H A D | dinput_context.cpp | 34 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 D | distributed_input_sink_manager.cpp | 872 … 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 D | dinput_context_test.cpp | 53 std::string ret = DInputContext::GetInstance().GetScreenInfoKey(devId, sourceWinId);
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | distributed_input_source_manager.cpp | 1647 …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 D | distributed_input_client.cpp | 729 … std::string srcScreenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(srcDevId, srcWinId); in NotifyStartDScreen()
|