Searched refs:needThrowException (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/ |
H A D | base_context.h | 93 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 D | base_context.cpp | 177 void BaseContext::SetNeedThrowException(bool needThrowException) in SetNeedThrowException() argument 179 needThrowException_ = needThrowException; in SetNeedThrowException()
|
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/ |
H A D | base_context.cpp | 264 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 D | base_context.h | 51 void SetNeedThrowException(bool needThrowException);
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.cpp | 261 …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 D | js_get_input_method_controller.h | 163 bool isOutput, bool needThrowException); 192 …tatic napi_value GetIMController(napi_env env, napi_callback_info cbInfo, bool needThrowException);
|
H A D | js_get_input_method_setting.cpp | 141 …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 D | js_get_input_method_setting.h | 125 static napi_value GetIMSetting(napi_env env, napi_callback_info info, bool needThrowException);
|