Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_context.h66 void SetLocalTouchScreenInfo(const LocalTouchScreenInfo &localTouchScreenInfo);
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp120 void DInputContext::SetLocalTouchScreenInfo(const LocalTouchScreenInfo &localTouchScreenInfo) in SetLocalTouchScreenInfo() function in OHOS::DistributedHardware::DistributedInput::DInputContext
/ohos5.0/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp147 DInputContext::GetInstance().SetLocalTouchScreenInfo(localTouchScreenInfo);
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp954 DInputContext::GetInstance().SetLocalTouchScreenInfo(info); in QueryLocalTouchScreenInfo()