Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_panel.h62CHECK_RETURN_VOID((status == napi_ok) && (self != nullptr), "get callback info failed."); in PanelContentContext()
65 CHECK_RETURN_VOID((status == napi_ok) && (native != nullptr), "get jsPanel failed."); in PanelContentContext()
Djs_panel.cpp66 CHECK_RETURN_VOID(jsPanel != nullptr, "finalize null!"); in JsNew()
154 CHECK_RETURN_VOID(ctxt->inputMethodPanel != nullptr, "inputMethodPanel_ is nullptr."); in Resize()
184 CHECK_RETURN_VOID(ctxt->inputMethodPanel != nullptr, "inputMethodPanel_ is nullptr."); in MoveTo()
202 CHECK_RETURN_VOID(ctxt->inputMethodPanel != nullptr, "inputMethodPanel_ is nullptr."); in Show()
219 CHECK_RETURN_VOID(ctxt->inputMethodPanel != nullptr, "inputMethodPanel_ is nullptr."); in Hide()
Djs_input_method_engine_setting.cpp371CHECK_RETURN_VOID(ret == ErrorCode::NO_ERROR, "JsInputMethodEngineSetting CreatePanel failed!"); in CreatePanel()
/base/time/time_service/framework/js/napi/common/src/
Dnapi_work.cpp96CHECK_RETURN_VOID(TIME_MODULE_JS_NAPI, data != nullptr, "napi_async_execute_callback nullptr"); in AsyncEnqueue()
104CHECK_RETURN_VOID(TIME_MODULE_JS_NAPI, data != nullptr, "napi_async_complete_callback nullptr"); in AsyncEnqueue()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_utils.h74 #define CHECK_RETURN_VOID(condition, message) \ macro
Djs_get_input_method_controller.cpp536 CHECK_RETURN_VOID(status == ErrorCode::NO_ERROR, "attach return error!"); in Attach()
576 CHECK_RETURN_VOID(errcode == ErrorCode::NO_ERROR, "setCallingWindow return error!"); in SetCallingWindow()
606 CHECK_RETURN_VOID(errcode == ErrorCode::NO_ERROR, "updateCursor return error!"); in UpdateCursor()
629 CHECK_RETURN_VOID(errcode == ErrorCode::NO_ERROR, "changeSelection return error!"); in ChangeSelection()
658 CHECK_RETURN_VOID(errcode == ErrorCode::NO_ERROR, "updateAttribute return error!"); in UpdateAttribute()
/base/time/time_service/framework/js/napi/common/include/
Dnapi_utils.h72 #define CHECK_RETURN_VOID(module, condition, message) \ macro