Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_context.h58 int32_t UpdateSinkScreenInfo(const std::string &screenInfoKey, const SinkScreenInfo &sinkScreenInfo);
/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp68 int32_t ret = DInputContext::GetInstance().UpdateSinkScreenInfo(sourceWinId, sinkScreenInfo); in HWTEST_F()
76 int32_t ret = DInputContext::GetInstance().UpdateSinkScreenInfo(sourceWinId, sinkScreenInfo); in HWTEST_F()
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp49 int32_t DInputContext::UpdateSinkScreenInfo(const std::string &screenInfoKey, const SinkScreenInfo &sinkScreenInfo) in UpdateSinkScreenInfo() function in OHOS::DistributedHardware::DistributedInput::DInputContext
51 DHLOGI("UpdateSinkScreenInfo screenInfoKey: %{public}s", GetAnonyString(screenInfoKey).c_str()); in UpdateSinkScreenInfo()
/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/
H A Ddistributed_input_inner_test.cpp423 DInputContext::GetInstance().UpdateSinkScreenInfo(sourceWinId, sinkScreenInfo); in HWTEST_F()
429 DInputContext::GetInstance().UpdateSinkScreenInfo(sourceWinId, sinkScreenInfo); in HWTEST_F()
/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()

Completed in 4 milliseconds