Home
last modified time | relevance | path

Searched refs:RemoveSinkScreenInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp60 int32_t ret = DInputContext::GetInstance().RemoveSinkScreenInfo(sourceWinId);
78 DInputContext::GetInstance().RemoveSinkScreenInfo(sourceWinId);
86 DInputContext::GetInstance().RemoveSinkScreenInfo(sourceWinId);
97 DInputContext::GetInstance().RemoveSinkScreenInfo(sourceWinId);
/ohos5.0/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_context.h57 int32_t RemoveSinkScreenInfo(const std::string &screenInfoKey);
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp41 int32_t DInputContext::RemoveSinkScreenInfo(const std::string &screenInfoKey) in RemoveSinkScreenInfo() function in OHOS::DistributedHardware::DistributedInput::DInputContext
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp960 DInputContext::GetInstance().RemoveSinkScreenInfo(srcScreenInfoKey); in OnRemoteDied()
1018 DInputContext::GetInstance().RemoveSinkScreenInfo(id); in CleanExceptionalInfo()
1031 return DInputContext::GetInstance().RemoveSinkScreenInfo(srcScreenInfoKey); in NotifyStopDScreen()