Searched refs:THROWERR (Results 1 - 7 of 7) sorted by relevance
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 423 THROWERR(jsEnv_, "napi_create_reference is failed"); in SetCallback() 442 THROWERR(jsEnv_, "napi_get_reference_value is failed"); in IsMatch() 448 THROWERR(jsEnv_, "napi_strict_equals is failed"); in IsMatch() 897 THROWERR(jsEnv_, "Set property failed"); in SetMouseProperty() 904 THROWERR(jsEnv_, "Set property failed"); in SetMouseProperty() 930 THROWERR(jsEnv_, "Set property of axis failed"); in GetAxesValue() 934 THROWERR(jsEnv_, "Set property of value failed"); in GetAxesValue() 1018 THROWERR(jsEnv_, "napi_create_array is failed"); in GetMousePointerItem() 1032 THROWERR(jsEnv_, "Set property of id failed"); in GetMousePointerItem() 1042 THROWERR(jsEnv in GetMousePointerItem() [all...] |
/foundation/multimodalinput/input/frameworks/napi/short_key/src/ |
H A D | js_short_key_context.cpp | 90 THROWERR(env, "Failed to wrap native instance"); in CreateJsObject() 105 THROWERR(env, "multimodal_short_key was not found"); in GetInstance() 112 THROWERR(env, "Object is nullptr"); in GetInstance() 119 THROWERR(env, "Instance is nullptr"); in GetInstance() 207 THROWERR(env, "Failed to create instance"); in Export()
|
/foundation/multimodalinput/input/util/napi/include/ |
H A D | util_napi.h | 102 #define THROWERR(env, desc) \ macro
|
/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_context.cpp | 89 THROWERR(env, "Failed to wrap native instance"); in CreateJsObject() 104 THROWERR(env, "multimodal_pointer was not found"); in GetInstance() 111 THROWERR(env, "object is nullptr"); in GetInstance() 118 THROWERR(env, "instance is nullptr"); in GetInstance() 1119 THROWERR(env, "The number of parameters is not as expected"); in EnterCaptureMode() 1123 THROWERR(env, "First parameter type is invalid"); in EnterCaptureMode() 1136 THROWERR(env, "Second parameter type is invalid"); in EnterCaptureMode() 1149 THROWERR(env, "The number of parameters is not as expected"); in LeaveCaptureMode() 1153 THROWERR(env, "First parameter type is invalid"); in LeaveCaptureMode() 1167 THROWERR(en in LeaveCaptureMode() [all...] |
H A D | js_pointer_manager.cpp | 658 THROWERR(env, "Create AsyncContext failed"); in EnterCaptureMode() 680 THROWERR(env, "Create AsyncContext failed"); in LeaveCaptureMode()
|
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_input_device_context.cpp | 237 THROWERR(env, "too many parameters"); in GetDeviceIds() 248 THROWERR(env, "The first parameter type is wrong"); in GetDeviceIds() 261 THROWERR(env, "the number of parameters is not as expected"); in GetDevice() 265 THROWERR(env, "The first parameter type is wrong"); in GetDevice() 277 THROWERR(env, "Second parameter type is wrong"); in GetDevice()
|
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 690 THROWERR(env, "Failed to create shield mode"); in MmiInit()
|
Completed in 12 milliseconds