Home
last modified time | relevance | path

Searched refs:UpdateSinkScreenInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp68 int32_t ret = DInputContext::GetInstance().UpdateSinkScreenInfo(sourceWinId, sinkScreenInfo);
76 int32_t ret = DInputContext::GetInstance().UpdateSinkScreenInfo(sourceWinId, sinkScreenInfo);
/ohos5.0/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_context.h58 …int32_t UpdateSinkScreenInfo(const std::string &screenInfoKey, const SinkScreenInfo &sinkScreenInf…
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp49 int32_t DInputContext::UpdateSinkScreenInfo(const std::string &screenInfoKey, const SinkScreenInfo … in UpdateSinkScreenInfo() function in OHOS::DistributedHardware::DistributedInput::DInputContext
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/
H A Ddistributed_input_inner_test.cpp423 DInputContext::GetInstance().UpdateSinkScreenInfo(sourceWinId, sinkScreenInfo);
429 DInputContext::GetInstance().UpdateSinkScreenInfo(sourceWinId, sinkScreenInfo);
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp890 … int32_t ret = DInputContext::GetInstance().UpdateSinkScreenInfo(srcScreenInfoKey, sinkScreenInfo); in UpdateSinkScreenInfoCache()
979 int32_t ret = DInputContext::GetInstance().UpdateSinkScreenInfo(screenInfoKey, sinkScreenInfo); in NotifyStartDScreen()