Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_context.h66 void SetLocalTouchScreenInfo(const LocalTouchScreenInfo &localTouchScreenInfo);
67 LocalTouchScreenInfo GetLocalTouchScreenInfo();
85 LocalTouchScreenInfo localTouchScreenInfo_;
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp120 void DInputContext::SetLocalTouchScreenInfo(const LocalTouchScreenInfo &localTouchScreenInfo) in SetLocalTouchScreenInfo()
126 LocalTouchScreenInfo DInputContext::GetLocalTouchScreenInfo() in GetLocalTouchScreenInfo()
/ohos5.0/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_dinput_context.h53 struct LocalTouchScreenInfo { struct
/ohos5.0/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp145 LocalTouchScreenInfo localTouchScreenInfo;
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp909 LocalTouchScreenInfo info = DInputContext::GetInstance().GetLocalTouchScreenInfo(); in QueryLocalTouchScreenInfo()