Home
last modified time | relevance | path

Searched refs:deviceParams (Results 1 - 2 of 2) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp218 LayoutParams deviceParams = GetResizeParams(); in Resize() local
220 params.landscapeRect.height_ = deviceParams.landscapeRect.height_; in Resize()
221 params.landscapeRect.width_ = deviceParams.landscapeRect.width_; in Resize()
226 params.portraitRect.height_ = deviceParams.portraitRect.height_; in Resize()
227 params.portraitRect.width_ = deviceParams.portraitRect.width_; in Resize()
/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c1123 QueryDeviceParams deviceParams = InitQueryDeviceParams(); in PostDeviceUnBoundMsg() local
1124 deviceParams.udid = udid; in PostDeviceUnBoundMsg()
1125 if (QueryDeviceEntryPtrIfMatch(&info->devices, &deviceParams) == NULL) { in PostDeviceUnBoundMsg()

Completed in 7 milliseconds