Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp1805 auto deviceIdslength = static_cast<int32_t>(ids.size()); in OH_Input_GetDeviceIds() local
1806 if (inSize > deviceIdslength) { in OH_Input_GetDeviceIds()
1807 *outSize = deviceIdslength; in OH_Input_GetDeviceIds()
1809 if (inSize < deviceIdslength) { in OH_Input_GetDeviceIds()