Home
last modified time | relevance | path

Searched refs:error (Results 201 - 225 of 895) sorted by relevance

12345678910>>...36

/foundation/ability/form_fwk/services/src/
H A Dform_distributed_client.cpp80 int32_t error = dmsProxy_->SendRequest(START_REMOTE_SHARE_FORM, data, reply, option); in ShareForm() local
81 if (error != NO_ERROR) { in ShareForm()
82 HILOG_ERROR("request failed, error:%{public}d", error); in ShareForm()
83 return error; in ShareForm()
H A Dfree_install_status_callback_proxy.cpp40 HILOG_ERROR("Write resultCode error"); in OnInstallFinished()
45 HILOG_ERROR("Write want error"); in OnInstallFinished()
50 HILOG_ERROR("Write userId error"); in OnInstallFinished()
60 int32_t error = remote->SendRequest(IFreeInstallStatusCallBackCmd::ON_FREE_INSTALL_DONE, data, in OnInstallFinished() local
62 if (error != NO_ERROR) { in OnInstallFinished()
63 HILOG_ERROR("OnFinished fail, error:%{public}d", error); in OnInstallFinished()
/foundation/arkui/ace_engine_lite/frameworks/common/log/
H A Dace_log.h24 #error Only one marco can be defined
27 #error Only one marco can be defined
30 #error Only one macro can be defined
79 #error One macro must be defined
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/loader/
H A Dintf_render_data_configuration_loader.h41 explicit LoadResult(BASE_NS::string_view error) : success(false), error(error) {} in LoadResult()
46 /** In case of parsing error, contains the description of the error. */
47 BASE_NS::string error; member
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.h41 explicit ExportResult(BASE_NS::string&& error) : success(false), error(error) {} in ExportResult()
47 /** The description of the error. */
48 BASE_NS::string error; member
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhstream_depth_data_stub.cpp75 int error = SetDataAccuracy(dataAccuracy); in HandleSetDataAccuracy() local
76 if (error != ERR_NONE) { in HandleSetDataAccuracy()
77 MEDIA_ERR_LOG("HStreamDepthDataStub::HandleSetDataAccuracy failed : %{public}d", error); in HandleSetDataAccuracy()
79 return error; in HandleSetDataAccuracy()
/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dsocket_error.cpp32 static constexpr const char *PARSE_ERROR_MSG = "Parameter error";
34 std::string MakeErrorMessage(int error) in MakeErrorMessage() argument
39 {SYSTEM_INTERNAL_ERROR, "System internal error"}, in MakeErrorMessage()
41 {TLS_ERR_SYS_EIO, "I/O error"}, in MakeErrorMessage()
68 auto search = ERROR_MAP.find(error); in MakeErrorMessage()
72 if ((error % ERROR_DIVISOR) < ERROR_RANGE) { in MakeErrorMessage()
76 ERR_error_string_n(error - TLS_ERR_SYS_BASE, err, sizeof(err)); in MakeErrorMessage()
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_listener_proxy.cpp85 int error = remote->SendRequest(IMissionListener::ON_MISSION_ICON_UPDATED, data, reply, option); in OnMissionIconUpdated() local
86 if (error != NO_ERROR) { in OnMissionIconUpdated()
87 TAG_LOGE(AAFwkTag::ABILITYMGR, "SendRequest icon updated fail, error: %{public}d", error); in OnMissionIconUpdated()
117 TAG_LOGE(AAFwkTag::ABILITYMGR, "write missionId error"); in SendRequestCommon()
126 int error = remote->SendRequest(cmd, data, reply, option); in SendRequestCommon() local
127 if (error != NO_ERROR) { in SendRequestCommon()
128 TAG_LOGE(AAFwkTag::ABILITYMGR, "OnMissionCreated fail, error: %{public}d", error); in SendRequestCommon()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/
H A DdisableLogs.js20 console.error(`
25 Other calls such as console.[error, warn] are allowed.
44 console.error("While trying to read: 'parser.pegjs': " + err);
59 console.error("Failed to compile parser. Error: " + err);
71 console.error(`While trying to read source file ${fileName}: ${err}`);
101 console.error(`Failed disabling logs. Error: ${err}`);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dfragment_metadata.cpp119 PICTURE_ERR error; in Unmarshalling() local
120 FragmentMetadata* dstFragmentMetadata = FragmentMetadata::Unmarshalling(parcel, error); in Unmarshalling()
121 if (dstFragmentMetadata == nullptr || error.errorCode != SUCCESS) { in Unmarshalling()
123 error.errorCode, error.errorInfo.c_str()); in Unmarshalling()
128 FragmentMetadata *FragmentMetadata::Unmarshalling(Parcel &parcel, PICTURE_ERR &error) in Unmarshalling() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryextensionquery_fuzzer/src/
H A Dmedialibrary_extension_query_fuzzer.cpp119 DatashareBusinessError error; in FuzzDataShareBusinessError() local
120 error.SetCode(FuzzInt32(data, size)); in FuzzDataShareBusinessError()
121 error.SetMessage(FuzzString(data, size)); in FuzzDataShareBusinessError()
122 return error; in FuzzDataShareBusinessError()
128 auto error = FuzzDataShareBusinessError(data, size); in QueryFuzzer() local
129 extension.Query(FuzzUri(data, size), FuzzDataSharePredicates(data, size), columns, error); in QueryFuzzer() local
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/
H A Dmain.js74 .catch(error => {
75 throw error;
100 console.error(err);
105 console.error('resultPath directory is empty.');
111 console.error(err);
124 console.error(err);
126 }).catch((error) => {
127 console.error(error);
/foundation/window/window_manager/wm/src/
H A Dwindow.cpp54 WMError error = windowSessionImpl->Create(context, iSession, identityToken); in CreateWindowWithSession() local
55 if (error != WMError::WM_OK) { in CreateWindowWithSession()
56 errCode = error; in CreateWindowWithSession()
57 WLOGFE("error: %{public}u", static_cast<uint32_t>(errCode)); in CreateWindowWithSession()
99 WMError error = windowImpl->Create(option->GetParentId(), context); in Create() local
100 if (error != WMError::WM_OK) { in Create()
101 errCode = error; in Create()
162 WMError error = windowSessionImpl->Create(context, nullptr); in CreatePiP() local
163 if (error != WMError::WM_OK) { in CreatePiP()
164 errCode = error; in CreatePiP()
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/
H A Dimage_loader_manager.cpp180 ImageLoaderManager::LoadResult ImageLoaderManager::ResultFailure(const string_view error) in ResultFailure() argument
184 "", // array error[128]; in ResultFailure()
188 // Copy the error string in ResultFailure()
189 const auto count = std::min(error.size(), sizeof(result.error) - 1); in ResultFailure()
190 error.copy(result.error, count); in ResultFailure()
191 result.error[count] = '\0'; in ResultFailure()
200 "", // array error[128]; in ResultSuccess()
205 ImageLoaderManager::LoadAnimatedResult ImageLoaderManager::ResultFailureAnimated(const string_view error) in ResultFailureAnimated() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c221 FILLP_INT error; in EpRemove() local
262 error = EpUnlink(ep, epi); in EpRemove()
263 if (error != ERR_OK) { in EpRemove()
264 return error; in EpRemove()
566 FILLP_INT error = 0; in SpungeEpollCtlHandleAddEvent() local
588 error = EpInsert(epollSock->eventEpoll, &epds, sock->index); in SpungeEpollCtlHandleAddEvent()
589 if (error != ERR_OK) { in SpungeEpollCtlHandleAddEvent()
611 FILLP_INT error; in SpungeEpollCtlHandleDelEvent() local
618 error = EpRemove(epollSock->eventEpoll, epi); in SpungeEpollCtlHandleDelEvent()
619 if (error ! in SpungeEpollCtlHandleDelEvent()
642 FILLP_INT error; SpungeEpollCtlHandleModEvent() local
686 FILLP_INT error; SpungeEpollCtl() local
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
H A Dfullscreenlaunchcomponent.js87 hilog.error(0x3900, 'FullScreenLaunchComponent', 'Failed to create subscriber, err: %{public}s.', JSON.stringify(t));
91 hilog.error(0x3900, 'FullScreenLaunchComponent', 'Failed to create subscriber, data is null.');
97 hilog.error(0x3900, 'FullScreenLaunchComponent', 'Failed to subscribe common event, err: %{public}s.', JSON.stringify(w));
110 hilog.error(0x3900, 'FullScreenLaunchComponent', 'UnsubscribeCallBack, err: %{public}s.', JSON.stringify(s));
154 hilog.error(0x3900, 'FullScreenLaunchComponent', 'isEmbeddedOpenAllowed called error!%{public}s', o.message);
165 hilog.error(0x3900, 'FullScreenLaunchComponent', '%{public}s open service error!', m.message);
200 hilog.error(0x3900, 'FullScreenLaunchComponent', 'call up UIExtension error!
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dprepare_terminate_callback_proxy.cpp37 int error = remote->SendRequest(ON_DO_PREPARE_TERMINATE, data, reply, option); in DoPrepareTerminate() local
38 if (error != ERR_OK) { in DoPrepareTerminate()
39 TAG_LOGE(AAFwkTag::ABILITYMGR, "SendRequest fail, error: %{public}d", error); in DoPrepareTerminate()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_update_callback_proxy.cpp42 int32_t error = Remote()->SendRequest(IIntelligentVoiceUpdateCallback::Code::ON_INTELL_VOICE_UPDATE_EVENT, in OnUpdateComplete() local
44 if (error != 0) { in OnUpdateComplete()
45 INTELL_VOICE_LOG_ERROR("send request error: %{public}d", error); in OnUpdateComplete()
H A Dintell_voice_engine_callback_proxy.cpp52 int32_t error = Remote()->SendRequest(IIntelligentVoiceEngineCallback::Code::ON_INTELL_VOICE_ENGINE_EVENT, in OnIntellVoiceEngineEvent() local
54 if (error != 0) { in OnIntellVoiceEngineEvent()
55 INTELL_VOICE_LOG_ERROR("send request error: %{public}d", error); in OnIntellVoiceEngineEvent()
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_host_delegate_proxy.cpp29 HILOG_ERROR("Write to interface token error"); in RouterEvent()
33 HILOG_ERROR("Write to formId error"); in RouterEvent()
37 HILOG_ERROR("Write to want error"); in RouterEvent()
43 int error = Remote()->SendRequest(static_cast<uint32_t>(IFormHostDelegate::Message::FORM_ROUTER_PROXY_MGR), in RouterEvent() local
45 if (error != ERR_OK) { in RouterEvent()
46 HILOG_ERROR("SendRequest:%{public}d failed", error); in RouterEvent()
/foundation/ability/ability_runtime/test/unittest/cj_ability_context_object_test/
H A Dcj_ability_context_object_test.cpp36 cjAbilityCallbacks->invokeAbilityResultCallback = [](int64_t id, int32_t error, in HWTEST_F()
39 [](int64_t id, int32_t error, CJPermissionRequestResult* cjPermissionRequestResult) {}; in HWTEST_F()
40 cjAbilityCallbacks->invokeDialogRequestResultCallback = [](int64_t id, int32_t error, in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/
H A Dcj_ability_context_object.h42 void (*invokeAbilityResultCallback)(int64_t id, int32_t error, CJAbilityResult* cjAbilityResult);
44 int64_t id, int32_t error, CJPermissionRequestResult* cjPermissionRequestResult);
46 int64_t id, int32_t error, CJDialogRequestResult* cjDialogRequestResult);
/foundation/arkui/ace_engine_lite/frameworks/targets/simulator/
H A Dacelite_config.h43 #error "must keep the global configuration unique"
131 #error "must keep the global configuration unique"
158 #error "must keep the global configuration unique"
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/
H A Dacelite_config.h44 #error "must keep the global configuration unique"
103 * enable fatal error handling
123 #error "must keep the global configuration unique"
147 #error "must keep the global configuration unique"
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_observer_proxy.cpp27 HILOGE("BluetoothAvrcpTgObserverProxy::OnConnectionStateChanged WriteInterfaceToken error"); in OnConnectionStateChanged()
31 HILOGE("BluetoothAvrcpTgObserverProxy::OnConnectionStateChanged device error"); in OnConnectionStateChanged()
35 HILOGE("BluetoothAvrcpTgObserverProxy::OnConnectionStateChanged state error"); in OnConnectionStateChanged()
39 HILOGE("BluetoothAvrcpTgObserverProxy::OnConnectionStateChanged cause error"); in OnConnectionStateChanged()
45 int error = Remote()->SendRequest( in OnConnectionStateChanged() local
47 if (error != NO_ERROR) { in OnConnectionStateChanged()
48 HILOGE("BluetoothAvrcpTgObserverProxy::OnConnectionStateChanged done fail, error: %{public}d", error); in OnConnectionStateChanged()

Completed in 9 milliseconds

12345678910>>...36