/ohos5.0/foundation/communication/netmanager_ext/test/mdnsmanager/unittest/mdns_protocol_test/ |
H A D | mdns_protocol_test.cpp | 112 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 D | heif_box.cpp | 70 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 D | item_property_basic_box.cpp | 25 return reader.GetError(); in ParseContent() 50 return reader.GetError(); in ParseContent() 71 return reader.GetError(); in ParseContent()
|
H A D | item_property_transform_box.cpp | 26 return reader.GetError(); in ParseContent() 41 return reader.GetError(); in ParseContent()
|
H A D | basic_box.cpp | 31 return reader.GetError(); in ParseContent() 67 return reader.GetError(); in ParseContent()
|
H A D | item_property_display_box.cpp | 39 return reader.GetError(); in ParseContent() 65 return reader.GetError(); in ParseContent()
|
H A D | item_info_box.cpp | 78 return reader.GetError(); in ParseContent() 146 return reader.GetError(); in ParseContent()
|
H A D | item_property_aux_box.cpp | 27 return reader.GetError(); in ParseContent()
|
/ohos5.0/base/powermgr/power_manager/frameworks/napi/runninglock/ |
H A D | runninglock_napi.cpp | 145 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 D | battery_stats.cpp | 42 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 D | power_napi.cpp | 234 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 D | thread_private_data_ctl_test.cpp | 42 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 D | expected.h | 63 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 D | brightness.cpp | 229 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 D | brightness.h | 59 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 D | test_glFramebufferTexture3DOES.cpp | 41 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 D | ark_web_accessibility_node_info_impl.cpp | 32 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 D | napi_rpc_error.cpp | 40 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 D | thread_private_data_ctl.h | 35 static EGLint GetError();
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_accessibility_node_info_wrapper.cpp | 36 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 D | napi_rpc_error.h | 51 napi_value GetError(napi_env& env) const;
|
/ohos5.0/base/powermgr/battery_statistics/frameworks/napi/include/ |
H A D | async_callback_info.h | 45 inline NapiError& GetError() in GetError() function
|
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/native/ |
H A D | display_power_mgr_client.cpp | 252 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 D | async_callback_info.h | 44 inline NapiErrors& GetError() in GetError() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glCompressApi/entry/src/main/cpp/ |
H A D | test_glCompressApi.cpp | 43 static napi_value GetError(const napi_env env, const GLenum glError) in GetError() function 256 return GetError(env, glError); in GLCompressApi()
|