Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/libinput_adapter/src/
H A Dhotplug_detector.cpp39 auto SystemError() in SystemError() function
66 MMI_HILOGE("Failed to initialize inotify. Error:%{public}s", SystemError().message().c_str()); in Init()
70 MMI_HILOGE("Failed to add watch for input devices. Error:%{public}s", SystemError().message().c_str()); in Init()
87 MMI_HILOGE("Failed to open device input dir. Error:%{public}s", SystemError().message().c_str()); in Scan()
111 auto err = SystemError(); in OnEvent()
/foundation/multimodalinput/input/service/libinput_adapter/test/
H A Dhotplug_detector_test.cpp37 auto SystemError() in SystemError() function
58 auto err = SystemError(); in Create()
62 ASSERT_GE(res, 0) << "Operation UI_SET_EVBIT failed. Error: " << SystemError().message() << std::endl; in Create()
64 ASSERT_GE(res, 0) << "Operation UI_SET_KEYBIT failed. Error: " << SystemError().message() << std::endl; in Create()
73 ASSERT_GE(res, 0) << "Operation UI_DEV_SETUP failed. Error: " << SystemError().message() << std::endl; in Create()
75 ASSERT_GE(res, 0) << "Operation UI_DEV_CREATE failed. Error: " << SystemError().message() << std::endl; in Create()
81 ASSERT_GE(res, 0) << "Operation UI_DEV_DESTROY failed. Error: " << SystemError().message() << std::endl; in Destroy()

Completed in 1 milliseconds