Searched refs:CHECK_RETURN_VOID (Results 1 – 7 of 7) sorted by relevance
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
D | js_panel.h | 62 … CHECK_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()
|
D | js_panel.cpp | 66 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()
|
D | js_input_method_engine_setting.cpp | 371 … CHECK_RETURN_VOID(ret == ErrorCode::NO_ERROR, "JsInputMethodEngineSetting CreatePanel failed!"); in CreatePanel()
|
/base/time/time_service/framework/js/napi/common/src/ |
D | napi_work.cpp | 96 … CHECK_RETURN_VOID(TIME_MODULE_JS_NAPI, data != nullptr, "napi_async_execute_callback nullptr"); in AsyncEnqueue() 104 … CHECK_RETURN_VOID(TIME_MODULE_JS_NAPI, data != nullptr, "napi_async_complete_callback nullptr"); in AsyncEnqueue()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
D | js_utils.h | 74 #define CHECK_RETURN_VOID(condition, message) \ macro
|
D | js_get_input_method_controller.cpp | 536 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/ |
D | napi_utils.h | 72 #define CHECK_RETURN_VOID(module, condition, message) \ macro
|