Home
last modified time | relevance | path

Searched refs:GetError (Results 1 – 25 of 72) sorted by relevance

123

/ohos5.0/foundation/communication/netmanager_ext/test/mdnsmanager/unittest/mdns_protocol_test/
H A Dmdns_protocol_test.cpp112 EXPECT_NE(parser.GetError(), ERR_OK);
120 EXPECT_NE(parser.GetError(), ERR_OK);
128 EXPECT_NE(parser.GetError(), ERR_OK);
136 EXPECT_NE(parser.GetError(), ERR_OK);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Dheif_box.cpp70 return reader.GetError(); in ParseHeader()
152 return reader.GetError(); in ParseContent()
162 return reader.GetError(); in ParseContentChildren()
171 return reader.GetError(); in ParseFullHeader()
220 return reader.GetError(); in MakeFromReader()
269 return reader.GetError(); in ReadChildren()
H A Ditem_property_basic_box.cpp25 return reader.GetError(); in ParseContent()
50 return reader.GetError(); in ParseContent()
71 return reader.GetError(); in ParseContent()
H A Ditem_property_transform_box.cpp26 return reader.GetError(); in ParseContent()
41 return reader.GetError(); in ParseContent()
H A Dbasic_box.cpp31 return reader.GetError(); in ParseContent()
67 return reader.GetError(); in ParseContent()
H A Ditem_property_display_box.cpp39 return reader.GetError(); in ParseContent()
65 return reader.GetError(); in ParseContent()
H A Ditem_info_box.cpp78 return reader.GetError(); in ParseContent()
146 return reader.GetError(); in ParseContent()
H A Ditem_property_aux_box.cpp27 return reader.GetError(); in ParseContent()
/ohos5.0/base/powermgr/power_manager/frameworks/napi/runninglock/
H A Drunninglock_napi.cpp145 return asyncInfo->GetError().ThrowError(env, PowerErrors::ERR_PARAM_INVALID); in CreateAsyncCallback()
157 asyncInfo->GetError().Error(error); in CreateAsyncCallback()
177 return asyncInfo->GetError().ThrowError(env, PowerErrors::ERR_PARAM_INVALID); in CreatePromise()
192 asyncInfo->GetError().Error(error); in CreatePromise()
197 if (asyncInfo->GetError().IsError()) { in CreatePromise()
198 … napi_reject_deferred(env, asyncInfo->GetDeferred(), asyncInfo->GetError().GetNapiError(env)); in CreatePromise()
/ohos5.0/base/powermgr/battery_statistics/frameworks/napi/src/
H A Dbattery_stats.cpp42 asCallbackInfo->GetError().Error(asCallbackInfo->GetData().GetBatteryStatsInfo()); in StatsAsyncCallBack()
73 asCallbackInfo->GetError().Error(asCallbackInfo->GetData().GetBatteryStatsInfo()); in StatsPromise()
78 if (asCallbackInfo->GetError().IsError()) { in StatsPromise()
79 …napi_reject_deferred(env, asCallbackInfo->GetDeferred(), asCallbackInfo->GetError().GetNapiError(e… in StatsPromise()
/ohos5.0/base/powermgr/power_manager/frameworks/napi/power/
H A Dpower_napi.cpp234 return asyncInfo->GetError().ThrowError(env, PowerErrors::ERR_PARAM_INVALID); in SetPowerModeCallback()
246 asyncInfo->GetError().Error(error); in SetPowerModeCallback()
264 return asyncInfo->GetError().ThrowError(env, PowerErrors::ERR_PARAM_INVALID); in SetPowerModePromise()
277 asyncInfo->GetError().Error(error); in SetPowerModePromise()
282 if (asyncInfo->GetError().IsError()) { in SetPowerModePromise()
283 … napi_reject_deferred(env, asyncInfo->GetDeferred(), asyncInfo->GetError().GetNapiError(env)); in SetPowerModePromise()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Dthread_private_data_ctl_test.cpp42 auto result = threadPrivateDataCtl.GetError(); in HWTEST_F()
57 auto result = threadPrivateDataCtl.GetError(); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dexpected.h63 constexpr Error GetError() const in GetError() function
101 constexpr GenericError GetError() const in GetError() function
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness.cpp229 void Brightness::Result::GetError(napi_env env, napi_value* error, size_t& size) const in GetError() function in OHOS::DisplayPowerMgr::Brightness::Result
244 napi_value Brightness::Result::GetError(napi_env& env) in GetError() function in OHOS::DisplayPowerMgr::Brightness::Result
274 napi_value error = GetError(env); in ThrowError()
336 return DisplayPowerMgrClient::GetInstance().GetError(); in GetServiceError()
353 result_.GetError(env_, argv, argc); in ExecuteCallback()
H A Dbrightness.h59 void GetError(napi_env env, napi_value* error, size_t& size) const;
60 napi_value GetError(napi_env& env);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glFramebufferTexture3DOES/entry/src/main/cpp/
H A Dtest_glFramebufferTexture3DOES.cpp41 static napi_value GetError(const napi_env env, const GLenum glError) in GetError() function
98 return GetError(env, glError); in GLCopyTexSubImage3D()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_accessibility_node_info_impl.cpp32 ArkWebString ArkWebAccessibilityNodeInfoImpl::GetError() in GetError() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl
34 return ArkWebStringClassToStruct(nweb_accessibility_node_info_->GetError()); in GetError()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_rpc_error.cpp40 napi_value NapiError::GetError(napi_env& env) const in GetError() function in OHOS::NapiError
65 napi_value error = GetError(env); in ThrowError()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Dthread_private_data_ctl.h35 static EGLint GetError();
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_accessibility_node_info_wrapper.cpp36 std::string ArkWebAccessibilityNodeInfoWrapper::GetError() in GetError() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper
38 ArkWebString stError = ark_web_accessibility_node_info_->GetError(); in GetError()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_rpc_error.h51 napi_value GetError(napi_env& env) const;
/ohos5.0/base/powermgr/battery_statistics/frameworks/napi/include/
H A Dasync_callback_info.h45 inline NapiError& GetError() in GetError() function
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/native/
H A Ddisplay_power_mgr_client.cpp252 DisplayErrors DisplayPowerMgrClient::GetError() in GetError() function in OHOS::DisplayPowerMgr::DisplayPowerMgrClient
261 return proxy->GetError(); in GetError()
/ohos5.0/base/powermgr/power_manager/frameworks/napi/utils/
H A Dasync_callback_info.h44 inline NapiErrors& GetError() in GetError() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glCompressApi/entry/src/main/cpp/
H A Dtest_glCompressApi.cpp43 static napi_value GetError(const napi_env env, const GLenum glError) in GetError() function
256 return GetError(env, glError); in GLCompressApi()

123