Home
last modified time | relevance | path

Searched defs:error (Results 451 - 475 of 2705) sorted by relevance

1...<<11121314151617181920>>...109

/foundation/ability/ability_runtime/interfaces/inner_api/extension_manager/src/
H A Dextension_manager_proxy.cpp81 int error = SendRequest(AbilityManagerInterfaceCode::CONNECT_ABILITY_WITH_TYPE, data, reply, option); in ConnectAbilityCommon() local
107 auto error = SendRequest(AbilityManagerInterfaceCode::DISCONNECT_ABILITY, data, reply, option); in DisconnectAbility() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Datomic_service_status_callback_proxy.cpp54 int32_t error = SendTransactCmd(IAtomicServiceStatusCallbackCmd::ON_FREE_INSTALL_DONE, data, in OnInstallFinished() local
88 int32_t error = SendTransactCmd(ON_REMOTE_FREE_INSTALL_DONE, data, reply, option); in OnRemoteInstallFinished() local
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H A Dui_service_mgr_proxy.cpp47 int32_t error = Remote()->SendRequest(IUIServiceMgr::REGISTER_CALLBACK, data, reply, option); in RegisterCallBack() local
65 int32_t error = Remote()->SendRequest(IUIServiceMgr::UNREGISTER_CALLBACK, data, reply, option); in UnregisterCallBack() local
95 int32_t error = Remote()->SendRequest(IUIServiceMgr::PUSH, dataParcel, reply, option); Push() local
121 int32_t error = Remote()->SendRequest(IUIServiceMgr::REQUEST, dataParcel, reply, option); Request() local
150 int32_t error = Remote()->SendRequest(IUIServiceMgr::RETURN_REQUEST, dataParcel, reply, option); ReturnRequest() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dlayout_info_test.cpp94 constexpr float error = trueHeight * 0.1f; in HWTEST_F() local
125 constexpr float error = trueHeight * 0.1f; in HWTEST_F() local
200 constexpr float error = trueOffset * 0.25f; in HWTEST_F() local
201 EXPECT_LE(std::abs(info.GetContentOffset(5.0f) - trueOffset), error); in HWTEST_F() local
224 constexpr float error = trueOffset * 0.4f; in HWTEST_F() local
225 EXPECT_LE(std::abs(info.GetContentOffset(5.0f) - trueOffset), error); in HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/app_control/
H A Djs_app_control_unsupported.cpp30 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetDisposedStatus() local
39 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in SetDisposedStatus() local
48 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in DeleteDisposedStatus() local
57 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetDisposedStatusSync() local
66 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in SetDisposedStatusSync() local
75 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, DeleteDisposedStatusSync() local
84 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, GetDisposedRule() local
93 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, SetDisposedRule() local
[all...]
/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/
H A Dverify_http_task.cpp50 OnFail( const HttpClientRequest& request, const HttpClientResponse& response, const HttpClientError& error) OnFail() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dconsole_module.cpp29 const char * const error = "error"; in Init() local
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_observer_proxy.cpp45 int error = Remote()->SendRequest( in OnConnectionStateChanged() local
76 int error = Remote()->SendRequest( OnScoStateChanged() local
99 int error = Remote()->SendRequest( OnActiveDeviceChanged() local
126 int error = Remote()->SendRequest( OnHfEnhancedDriverSafetyChanged() local
153 int error = Remote()->SendRequest( OnHfpStackChanged() local
180 int error = Remote()->SendRequest( OnVirtualDeviceChanged() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Djson_util.h31 SafeGetJsonValue( const CORE_NS::json::value& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, T& output) SafeGetJsonValue() argument
46 SafeGetJsonValue( const CORE_NS::json::value& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, T& output) SafeGetJsonValue() argument
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Doffscreen_context_helper.cpp88 auto error = eglGetError(); in CreateOffScreenContext() local
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_resample.cpp35 int32_t error; in AudioResample() local
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dcall_context.cpp171 void DefaultCallContext::ReportError(BASE_NS::string_view error) in ReportError() argument
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_microphone_proxy.cpp36 int32_t error = Remote()->SendRequest( in SetMicrophoneMute() local
52 int32_t error = Remote()->SendRequest( in SetMicrophoneMuteAudioConfig() local
68 int32_t error = Remote()->SendRequest( SetMicrophoneMutePersistent() local
84 int32_t error = Remote()->SendRequest( IsMicrophoneMuteLegacy() local
100 int32_t error = Remote()->SendRequest( IsMicrophoneMute() local
119 int32_t error = Remote()->SendRequest( GetAudioCapturerMicrophoneDescriptors() local
143 int32_t error = Remote()->SendRequest( GetAvailableMicrophones() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Djson_util.h33 SafeGetJsonValue( const CORE_NS::json::value& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, T& output) SafeGetJsonValue() argument
48 SafeGetJsonValue( const CORE_NS::json::value& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, T& output) SafeGetJsonValue() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/image/
H A Dintf_image_loader_manager.h50 char error[MAX_ERR_MSG_LEN]; member
61 char error[MAX_ERR_MSG_LEN]; member
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/
H A Dthread_private_data_ctl.cpp86 EGLint error = data->error; in GetError() local
92 void ThreadPrivateDataCtl::SetError(EGLint error) in SetError() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Djson_util.h93 SafeGetJsonValue( const json::value& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, T& output) SafeGetJsonValue() argument
114 SafeGetJsonValue( const json::value& jsonData, const BASE_NS::string_view element, BASE_NS::string& error, T& output) SafeGetJsonValue() argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/
H A Ddeferred_photo_processing_session_callback_proxy.cpp40 int error = Remote()->SendRequest( in OnProcessImageDone() local
64 int error = Remote()->SendRequest( in OnProcessImageDone() local
87 int error = Remote()->SendRequest( OnDeliveryLowQualityImage() local
106 int error = Remote()->SendRequest( OnError() local
123 int error = Remote()->SendRequest( OnStateChanged() local
[all...]
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_capture_callback_proxy.cpp34 int error = Remote()->SendRequest( in OnCaptureStarted() local
54 int error = Remote()->SendRequest( in OnCaptureStarted() local
74 int error = Remote()->SendRequest( OnCaptureEnded() local
95 int error = Remote()->SendRequest( OnCaptureError() local
116 int error = Remote()->SendRequest( OnFrameShutter() local
137 int error = Remote()->SendRequest( OnFrameShutterEnd() local
157 int error = Remote()->SendRequest( OnCaptureReady() local
[all...]
H A Dhstream_repeat_callback_proxy.cpp34 int error = Remote()->SendRequest( in OnFrameStarted() local
54 int error = Remote()->SendRequest( in OnFrameEnded() local
74 int error = Remote()->SendRequest( OnFrameError() local
92 int error = Remote()->SendRequest( OnSketchStatusChanged() local
112 int error = Remote()->SendRequest( OnDeferredVideoEnhancementInfo() local
[all...]
H A Dhcamera_service_callback_proxy.cpp39 int error = Remote()->SendRequest( in OnCameraStatusChanged() local
54 int error = ERR_NONE; in OnFlashlightStatusChanged() local
81 int error = Remote()->SendRequest( OnCameraMute() local
99 int error = ERR_NONE; OnTorchStatusChange() local
121 int error = ERR_NONE; OnFoldStatusChanged() local
[all...]
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_context.cpp58 EGLint error = eglGetError(); in Release() local
79 EGLint error = eglGetError(); in MakeCurrent() local
95 EGLint error = eglGetError(); in ReleaseCurrent() local
115 EGLint error = eglGetError(); in SwapBuffers() local
/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Dtranscoder_listener_proxy.cpp48 int error = Remote()->SendRequest(TransCoderListenerMsg::ON_ERROR, data, reply, option); in OnError() local
63 int error = Remote()->SendRequest(TransCoderListenerMsg::ON_INFO, data, reply, option); in OnInfo() local
/foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client/src/
H A Dconcurrent_task_service_proxy.cpp24 int32_t error; in ReportData() local
47 int32_t error; in QueryInterval() local
84 int32_t error; QueryDeadline() local
108 int32_t error; RequestAuth() local
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
H A Dres_sched_exe_service_proxy.cpp40 int32_t error = Remote()->SendRequest(ResIpcType::REQUEST_SEND_SYNC, data, response, option); in SendRequestSync() local
64 int32_t error = Remote()->SendRequest(ResIpcType::REQUEST_SEND_ASYNC, data, response, option); in SendRequestAsync() local
81 int32_t error = Remote()->SendRequest(ResIpcType::REQUEST_KILL_PROCESS, data, response, option); in KillProcess() local
114 int32_t error = Remote()->SendRequest(ResIpcType::REQUEST_SEND_DEBUG, data, response, option); SendDebugCommand() local
[all...]

Completed in 10 milliseconds

1...<<11121314151617181920>>...109