Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/
H A Dbase_context.h93 void SetNeedThrowException(bool needThrowException);
97 void SetPermissionDenied(bool needThrowException);
101 void SetNoAllowedHost(bool needThrowException);
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Dbase_context.cpp177 void BaseContext::SetNeedThrowException(bool needThrowException) in SetNeedThrowException() argument
179 needThrowException_ = needThrowException; in SetNeedThrowException()
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/
H A Dbase_context.cpp264 void BaseContext::SetNeedThrowException(bool needThrowException) in SetNeedThrowException() argument
266 needThrowException_ = needThrowException; in SetNeedThrowException()
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/include/
H A Dbase_context.h51 void SetNeedThrowException(bool needThrowException);
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp261 …MethodController::GetIMController(napi_env env, napi_callback_info cbInfo, bool needThrowException) in GetIMController() argument
267 if (needThrowException) { in GetIMController()
275 if (needThrowException) { in GetIMController()
441 …napi_callback_info info, std::function<int32_t()> callback, bool isOutput, bool needThrowException) in HandleSoftKeyboard() argument
454 auto exec = [ctxt, callback, needThrowException](AsyncCall::Context *ctx) { in HandleSoftKeyboard()
463 if (needThrowException) { in HandleSoftKeyboard()
H A Djs_get_input_method_controller.h163 bool isOutput, bool needThrowException);
192 …tatic napi_value GetIMController(napi_env env, napi_callback_info cbInfo, bool needThrowException);
H A Djs_get_input_method_setting.cpp141 …GetInputMethodSetting::GetIMSetting(napi_env env, napi_callback_info info, bool needThrowException) in GetIMSetting() argument
147 if (needThrowException) { in GetIMSetting()
154 if (needThrowException) { in GetIMSetting()
H A Djs_get_input_method_setting.h125 static napi_value GetIMSetting(napi_env env, napi_callback_info info, bool needThrowException);