Home
last modified time | relevance | path

Searched refs:error (Results 126 - 150 of 1374) sorted by relevance

12345678910>>...55

/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/window_manager_service_proxy_impl/
H A Dhcamera_scene_session_manager_proxy.cpp32 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( in RegisterWindowManagerAgent() local
35 CHECK_ERROR_PRINT_LOG(error != ERR_NONE, "RegisterWindowManagerAgent failed, error: %{public}d", error); in RegisterWindowManagerAgent()
50 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( in UnregisterWindowManagerAgent() local
53 CHECK_ERROR_PRINT_LOG(error != ERR_NONE, "UnregisterWindowManagerAgent failed, error: %{public}d", error); in UnregisterWindowManagerAgent()
66 int32_t error = Remote()->SendRequest( in GetFocusWindowInfo() local
69 CHECK_ERROR_RETURN_LOG(error ! in GetFocusWindowInfo()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_callback_proxy.cpp35 WIFI_LOGE("Write interface token error: %{public}s", __func__); in OnHotspotStateChanged()
40 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_CBK_CMD_HOTSPOT_STATE_CHANGE), in OnHotspotStateChanged() local
42 if (error != ERR_NONE) { in OnHotspotStateChanged()
43 WIFI_LOGE("Set Attr(%{public}d) failed,error code is %{public}d", in OnHotspotStateChanged()
44 static_cast<int32_t>(HotspotInterfaceCode::WIFI_CBK_CMD_HOTSPOT_STATE_CHANGE), error); in OnHotspotStateChanged()
57 WIFI_LOGE("Write interface token error: %{public}s", __func__); in OnHotspotStaJoin()
65 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_CBK_CMD_HOTSPOT_STATE_JOIN), in OnHotspotStaJoin() local
67 if (error != ERR_NONE) { in OnHotspotStaJoin()
68 WIFI_LOGE("Set Attr(%{public}d) failed,error code is %{public}d", in OnHotspotStaJoin()
69 static_cast<int32_t>(HotspotInterfaceCode::WIFI_CBK_CMD_HOTSPOT_STATE_JOIN), error); in OnHotspotStaJoin()
90 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_CBK_CMD_HOTSPOT_STATE_LEAVE), OnHotspotStaLeave() local
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/
H A Dwindow_manager_service_handler_proxy.cpp51 int error = SendTransactCmd(WMSCmd::ON_NOTIFY_WINDOW_TRANSITION, data, reply, option); in NotifyWindowTransition() local
52 if (error != ERR_OK) { in NotifyWindowTransition()
53 TAG_LOGE(AAFwkTag::ABILITYMGR, "SendRequest error: %{public}d", error); in NotifyWindowTransition()
69 int error = SendTransactCmd(WMSCmd::ON_GET_FOCUS_ABILITY, data, reply, option); in GetFocusWindow() local
70 if (error != ERR_OK) { in GetFocusWindow()
71 TAG_LOGE(AAFwkTag::ABILITYMGR, "SendRequest error: %{public}d", error); in GetFocusWindow()
105 int error = SendTransactCmd(WMSCmd::ON_COLD_STARTING_WINDOW, data, reply, option); in StartingWindow() local
106 if (error ! in StartingWindow()
130 int error = SendTransactCmd(WMSCmd::ON_HOT_STARTING_WINDOW, data, reply, option); StartingWindow() local
161 int error = SendTransactCmd(WMSCmd::ON_CANCEL_STARTING_WINDOW, data, reply, option); CancelStartingWindow() local
181 int error = SendTransactCmd(WMSCmd::ON_NOTIFY_ANIMATION_ABILITY_DIED, data, reply, option); NotifyAnimationAbilityDied() local
210 int error = SendTransactCmd(WMSCmd::ON_MOVE_MISSINONS_TO_FOREGROUND, data, reply, option); MoveMissionsToForeground() local
236 int error = SendTransactCmd(WMSCmd::ON_MOVE_MISSIONS_TO_BACKGROUND, data, reply, option); MoveMissionsToBackground() local
[all...]
/foundation/multimedia/media_foundation/services/media_monitor/client/src/
H A Dmedia_monitor_client.cpp58 int32_t error = Remote()->SendRequest( in GetAudioRouteMsg() local
60 FALSE_RETURN_V_MSG_E(error == ERR_NONE, error, "get Audio Route failed"); in GetAudioRouteMsg()
92 FALSE_RETURN_V_MSG_E(bufferCapacitySize > 0, ERROR, "get buffer capacity error"); in WriteAudioBuffer()
94 FALSE_RETURN_V_MSG_E(writeSize > 0, ERROR, "write buffer error"); in WriteAudioBuffer()
98 FALSE_RETURN_V_MSG_E(ret == SUCCESS, ERROR, "write buffer error %{public}d", ret); in WriteAudioBuffer()
110 int32_t error = Remote()->SendRequest( in GetInputBuffer() local
112 FALSE_RETURN_V_MSG_E(error == ERR_NONE, error, "get pcm buffer failed %{public}d", error); in GetInputBuffer()
144 int32_t error = Remote()->SendRequest( InputBufferFilled() local
161 int32_t error = Remote()->SendRequest( SetMediaParameters() local
174 int32_t error = Remote()->SendRequest( GetPcmDumpStatus() local
190 int32_t error = Remote()->SendRequest( ErasePreferredDeviceByType() local
[all...]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_service_proxy.cpp54 int32_t error = remoteObject->SendRequest(static_cast<uint32_t>(ObjectCode::OBJECTSTORE_SAVE), data, reply, mo); in ObjectStoreSave() local
55 if (error != 0) { in ObjectStoreSave()
56 ZLOGE("SendRequest returned %d", error); in ObjectStoreSave()
85 int32_t error = remoteObject->SendRequest( in OnAssetChanged() local
87 if (error != 0) { in OnAssetChanged()
88 ZLOGE("SendRequest returned %d", error); in OnAssetChanged()
115 int32_t error = in ObjectStoreRevokeSave() local
117 if (error != 0) { in ObjectStoreRevokeSave()
118 ZLOGE("SendRequest returned %d", error); in ObjectStoreRevokeSave()
145 int32_t error in ObjectStoreRetrieve() local
175 int32_t error = RegisterDataObserver() local
204 int32_t error = UnregisterDataChangeObserver() local
234 int32_t error = BindAssetStore() local
263 int32_t error = DeleteSnapshot() local
[all...]
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp40 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_SYSTEM_READY), data, reply); in SystemReady() local
41 if (error != NETMANAGER_SUCCESS) { in SystemReady()
42 return error; in SystemReady()
64 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_SET_INTERNET_PERMISSION), in SetInternetPermission() local
66 if (error != NETMANAGER_SUCCESS) { in SetInternetPermission()
67 return error; in SetInternetPermission()
102 int32_t error = in EnableVnicNetwork() local
104 if (error != NETMANAGER_SUCCESS) { in EnableVnicNetwork()
105 return error; in EnableVnicNetwork()
132 int32_t error in EnableDistributedClientNet() local
167 int32_t error = EnableDistributedServerNet() local
193 int32_t error = DisableDistributedNet() local
215 int32_t error = DisableVnicNetwork() local
256 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_REG_NET_SUPPLIER), data, reply); RegisterNetSupplier() local
287 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_UNREG_NETWORK), data, reply); UnregisterNetSupplier() local
479 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_SET_NET_SUPPLIER_INFO), UpdateNetSupplierInfo() local
511 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_SET_NET_LINK_INFO), UpdateNetLinkInfo() local
538 int32_t error = RemoteSendRequest( RegisterNetDetectionCallback() local
564 int32_t error = RemoteSendRequest( UnRegisterNetDetectionCallback() local
585 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_NET_DETECTION), NetDetection() local
606 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_GET_IFACE_NAMES), GetIfaceNames() local
654 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_GET_IFACENAME_BY_TYPE), GetIfaceNameByType() local
790 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_GET_SPECIFIC_NET), GetSpecificNet() local
826 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_GET_ALL_NETS), GetAllNets() local
866 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_GET_SPECIFIC_UID_NET), GetSpecificUidNet() local
897 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_GET_CONNECTION_PROPERTIES), GetConnectionProperties() local
929 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_GET_NET_CAPABILITIES), GetNetCapabilities() local
992 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_GET_ADDRESSES_BY_NAME), GetAddressesByName() local
1035 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_GET_ADDRESS_BY_NAME), GetAddressByName() local
1069 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_BIND_SOCKET), BindSocket() local
1095 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_SET_AIRPLANE_MODE), SetAirplaneMode() local
1117 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_IS_DEFAULT_NET_METERED), IsDefaultNetMetered() local
1148 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_SET_GLOBAL_HTTP_PROXY), SetGlobalHttpProxy() local
1170 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_GET_GLOBAL_HTTP_PROXY), GetGlobalHttpProxy() local
1202 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_GET_DEFAULT_HTTP_PROXY), GetDefaultHttpProxy() local
1235 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_GET_NET_ID_BY_IDENTIFIER), GetNetIdByIdentifier() local
1277 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_SET_APP_NET), SetAppNet() local
1324 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_GET_INTERFACE_CONFIGURATION), GetNetInterfaceConfiguration() local
1350 int32_t error = remote->SendRequest(code, data, reply, option); RemoteSendRequest() local
1385 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_ADD_NET_ROUTE), AddNetworkRoute() local
1420 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_REMOVE_NET_ROUTE), RemoveNetworkRoute() local
1451 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_ADD_NET_ADDRESS), AddInterfaceAddress() local
1482 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_REMOVE_NET_ADDRESS), DelInterfaceAddress() local
1513 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_ADD_STATIC_ARP), AddStaticArp() local
1544 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_DEL_STATIC_ARP), DelStaticArp() local
1570 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_REGISTER_SLOT_TYPE), RegisterSlotType() local
1588 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_GET_SLOT_TYPE), GetSlotType() local
1611 int32_t error = FactoryResetNetwork() local
1658 int32_t error = RemoteSendRequest(static_cast<uint32_t>(ConnInterfaceCode::CMD_NM_IS_PREFER_CELLULAR_URL), IsPreferCellularUrl() local
[all...]
/base/security/access_token/services/common/app_manager/src/
H A Dapp_manager_access_proxy.cpp41 int32_t error = remote->SendRequest( in GetAmsMgr() local
43 if (error != ERR_NONE) { in GetAmsMgr()
44 ACCESSTOKEN_LOG_ERROR(LABEL, "GetAmsMgr failed, error: %{public}d", error); in GetAmsMgr()
79 int32_t error = remote->SendRequest( in RegisterApplicationStateObserver() local
81 if (error != ERR_NONE) { in RegisterApplicationStateObserver()
82 ACCESSTOKEN_LOG_ERROR(LABEL, "RegisterAppStatus failed, error: %{public}d", error); in RegisterApplicationStateObserver()
107 int32_t error = remote->SendRequest( in UnregisterApplicationStateObserver() local
109 if (error ! in UnregisterApplicationStateObserver()
130 int32_t error = remote->SendRequest( GetForegroundApplications() local
[all...]
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_proxy.cpp28 TAG_LOGE(AAFwkTag::DBOBSMGR, "write token error"); in WriteInterfaceToken()
37 TAG_LOGE(AAFwkTag::DBOBSMGR, "write uri error"); in WriteParam()
47 TAG_LOGE(AAFwkTag::DBOBSMGR, "write dataObserver error"); in WriteParam()
67 auto error = SendTransactCmd(IDataObsMgr::REGISTER_OBSERVER, data, reply, option); in RegisterObserver() local
68 if (error != NO_ERROR) { in RegisterObserver()
69 TAG_LOGE(AAFwkTag::DBOBSMGR, "sendRequest error:%{public}d, uri:%{public}s", error, in RegisterObserver()
71 return error; in RegisterObserver()
92 auto error = SendTransactCmd(IDataObsMgr::UNREGISTER_OBSERVER, data, reply, option); in UnregisterObserver() local
93 if (error ! in UnregisterObserver()
116 auto error = SendTransactCmd(IDataObsMgr::NOTIFY_CHANGE, data, reply, option); NotifyChange() local
148 auto error = SendTransactCmd(IDataObsMgr::REGISTER_OBSERVER_EXT, data, reply, option); RegisterObserverExt() local
173 auto error = SendTransactCmd(IDataObsMgr::UNREGISTER_OBSERVER_EXT, data, reply, option); UnregisterObserverExt() local
203 auto error = SendTransactCmd(IDataObsMgr::UNREGISTER_OBSERVER_ALL_EXT, data, reply, option); UnregisterObserverExt() local
230 auto error = SendTransactCmd(IDataObsMgr::NOTIFY_CHANGE_EXT, data, reply, option); NotifyChangeExt() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Drender_node_graph_loader.cpp64 nodeResult.error += "gpuQueueWaitSignal count must be smaller than" + in ParseQueueWaitSignals()
69 nodeResult.error += "gpuQueueWaitSignal count must be smaller than" + in ParseQueueWaitSignals()
80 SafeGetJsonValue(node, "typeName", nodeResult.error, data.typeName); in ParseRenderNode()
81 SafeGetJsonValue(node, "nodeName", nodeResult.error, data.nodeName); in ParseRenderNode()
84 SafeGetJsonValue(node, "nodeDataStoreName", nodeResult.error, data.description.nodeDataStoreName); in ParseRenderNode()
87 SafeGetJsonEnum(*queue, "type", nodeResult.error, data.description.queue.type); in ParseRenderNode()
88 SafeGetJsonValue(*queue, "index", nodeResult.error, data.description.queue.index); in ParseRenderNode()
112 SafeGetJsonValue(node, "nodeName", nodeResult.error, data.nodeName); in ParseOutputResources()
113 SafeGetJsonValue(node, "name", nodeResult.error, data.name); in ParseOutputResources()
125 SafeGetJsonValue(*iter, "version", result.error, ve in CompatibilityCheck()
[all...]
/base/security/code_signature/services/key_enable/src/
H A Dkey_enable.rs21 use hilog_rust::{error, hilog, info, HiLogLabel, LogType};
22 use openssl::error::ErrorStack;
69 for error in error_stack.errors() { in print_openssl_error_stack()
70 error!(LOG_LABEL, "{}", @public(error.to_string())); in print_openssl_error_stack()
102 Err(error) => { in parse_key_info()
103 error!(LOG_LABEL, "Convert KeySerial failed: {}", error); in parse_key_info()
150 error!(LOG_LABEL, "Get .fs-verity keyring id failed."); in get_keyring_id()
164 error!(LOG_LABE in enable_trusted_keys()
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_event_listener_proxy.cpp32 int32_t error; in OnReceiveEvent() local
36 error = WriteParcelForReceiveEvent(eventType, eventValue, listenerGroup, extInfo, data); in OnReceiveEvent()
37 if (error != NO_ERROR) { in OnReceiveEvent()
38 RESSCHED_LOGE("%{public}s:write parcel error: %{public}d.", __func__, error); in OnReceiveEvent()
41 error = Remote()->SendRequest(static_cast<uint32_t>(ResourceScedulEventListenerCode::RECEIVE_EVENT), in OnReceiveEvent()
43 if (error != NO_ERROR) { in OnReceiveEvent()
44 RESSCHED_LOGE("%{public}s:Send request error: %{public}d.", __func__, error); in OnReceiveEvent()
/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_proxy.cpp75 int32_t error = SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_START_DTMF, dataParcel, replyParcel); in StartDtmf() local
76 if (error != TELEPHONY_SUCCESS) { in StartDtmf()
77 TELEPHONY_LOGE("Function StartDtmf! errCode:%{public}d", error); in StartDtmf()
78 return error; in StartDtmf()
113 int32_t error = in GetCurrentCallList() local
115 if (error != TELEPHONY_SUCCESS) { in GetCurrentCallList()
116 TELEPHONY_LOGE("Function GetCurrentCallList call failed! errCode:%{public}d", error); in GetCurrentCallList()
121 TELEPHONY_LOGE("vector size is error"); in GetCurrentCallList()
140 int32_t error = SendRequest(code, dataParcel, replyParcel); in SendRequest() local
141 if (error ! in SendRequest()
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_routing_manager_listener_proxy.cpp51 int error = Remote()->SendRequest(ON_DISTRIBUTED_ROUTING_ROLE_CHANGE, data, reply, option); in OnDistributedRoutingRoleChange() local
52 CHECK_AND_RETURN_LOG(error == ERR_NONE, "OnDistributedRoutingRoleChangefailed, error: %{public}d", error); in OnDistributedRoutingRoleChange()
75 int error = Remote()->SendRequest(ON_AUDIO_OUTPUT_DEVICE_REFINERD, data, reply, option); in OnAudioOutputDeviceRefined() local
76 CHECK_AND_RETURN_RET_LOG(error == ERR_NONE, error, "OnAudioOutputDeviceRefined, error: %{public}d", error); in OnAudioOutputDeviceRefined()
80 "OnAudioOutputDeviceRefined callback failed, error in OnAudioOutputDeviceRefined()
[all...]
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service_skeleton.cpp44 int error; in ReverseInt() local
51 error = Remote()->SendRequest(REVERSEINT, dataParcel, replyParcel, option); in ReverseInt()
54 DBINDER_LOGE(LOG_LABEL, "rep = %{public}d, error = %{public}d", rep, error); in ReverseInt()
55 return error; in ReverseInt()
60 int error; in GetChildId() local
63 error = Remote()->SendRequest(TRANS_TRACE_ID, dataParcel, replyParcel, option); in GetChildId()
66 DBINDER_LOGE(LOG_LABEL, "rep = %{public}" PRIu64 ", error = %{public}d", rep, error); in GetChildId()
67 return error; in GetChildId()
73 int error; TransProxyObject() local
96 int error = Remote()->SendRequest(TRANS_PROXY_OBJECT_REFCOUNT, data, reply, option); TransProxyObjectRefCount() local
107 int error; TransProxyObjectAgain() local
124 int error; TransStubObject() local
170 int error = Remote()->SendRequest(TRANS_STUB_OBJECT_REFCOUNT, data, reply, option); TransStubObjectRefCount() local
187 int error = Remote()->SendRequest(GET_REMOTE_STUB_OBJECT, dataParcel, replyParcel, option); GetRemoteObject() local
206 int error = Remote()->SendRequest(GET_REMOTE_DES_TIMES, dataParcel, replyParcel, option); GetRemoteDecTimes() local
220 int error = Remote()->SendRequest(CLEAR_REMOTE_DES_TIMES, dataParcel, replyParcel, option); ClearRemoteDecTimes() local
228 int error; TransOversizedPkt() local
350 int error; ReverseIntNullReply() local
365 int error; ReverseIntVoidData() local
377 int error; ReverseIntDelay() local
392 int error; Delay() local
407 int error; ReverseIntDelayAsync() local
424 int error; PingService() local
682 int error = proxy->SendRequest(REVERSEINT, dataParcel, replyParcel, option); OnReceivedStubObject() local
[all...]
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dsys_event_query_rule.cpp47 goto error; in Unmarshalling()
50 goto error; in Unmarshalling()
53 goto error; in Unmarshalling()
56 goto error; in Unmarshalling()
59 goto error; in Unmarshalling()
62 error: in Unmarshalling()
H A Dsys_event_rule.cpp47 goto error; in Unmarshalling()
50 goto error; in Unmarshalling()
53 goto error; in Unmarshalling()
56 goto error; in Unmarshalling()
59 goto error; in Unmarshalling()
62 error: in Unmarshalling()
H A Dquery_argument.cpp47 goto error; in Unmarshalling()
50 goto error; in Unmarshalling()
53 goto error; in Unmarshalling()
56 goto error; in Unmarshalling()
59 goto error; in Unmarshalling()
62 error: in Unmarshalling()
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dsys_event_rule.cpp47 goto error; in Unmarshalling()
50 goto error; in Unmarshalling()
53 goto error; in Unmarshalling()
56 goto error; in Unmarshalling()
59 goto error; in Unmarshalling()
62 error: in Unmarshalling()
H A Dquery_argument.cpp47 goto error; in Unmarshalling()
50 goto error; in Unmarshalling()
53 goto error; in Unmarshalling()
56 goto error; in Unmarshalling()
59 goto error; in Unmarshalling()
62 error: in Unmarshalling()
/foundation/communication/ipc/ipc/native/src/c_api/include/
H A Dipc_remote_object_internal.h24 static inline bool IsUserDefinedError(int error) in IsUserDefinedError() argument
26 return (error >= OH_IPC_USER_ERROR_CODE_MIN) && (error <= OH_IPC_USER_ERROR_CODE_MAX); in IsUserDefinedError()
29 static inline bool IsIpcErrorCode(int error) in IsIpcErrorCode() argument
31 return (error >= OH_IPC_ERROR_CODE_BASE) && (error <= OH_IPC_INNER_ERROR); in IsIpcErrorCode()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_error.h36 #define RDB_NAPI_ASSERT_BASE_FROMV9(env, assertion, error, retVal, version) \
39 if ((error) == nullptr) { \
40 LOG_ERROR("throw error: error message is empty,version= %{public}d", version); \
41 napi_throw_error((env), nullptr, "error message is empty"); \
44 if (((version) > (APIVERSION_8)) || (((error)->GetCode()) == (401))) { \
45 LOG_ERROR("throw error: code = %{public}d , message = %{public}s, version= %{public}d", \
46 (error)->GetCode(), (error)->GetMessage().c_str(), version); \
47 napi_throw_error((env), std::to_string((error)
[all...]
/foundation/filemanagement/user_file_service/interfaces/kits/picker/
H A Dpicker.js58 [ErrCode.RESULT_ERROR, 'Unknown error'],
200 error: undefined,
211 selectResult.error = getErr(ErrCode.RESULT_ERROR);
236 console.error('[picker] getContext error: ' + getContextError);
241 console.error('[picker] photoSelectContext == undefined');
249 return args[ARGS_ONE](photoSelectResult.error, photoSelectResult.data);
251 return args[ARGS_ZERO](photoSelectResult.error, photoSelectResult.data);
257 reject(photoSelectResult.error);
260 } catch (error) {
[all...]
/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_proxy.cpp50 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::GET_SWITCH_STATE), reply); in GetSwitchState() local
51 LBSLOGD(LOCATOR_STANDARD, "Proxy::GetSwitchState Transact ErrCode = %{public}d", error); in GetSwitchState()
53 if (error == NO_ERROR && reply.ReadInt32() == ERRCODE_SUCCESS) { in GetSwitchState()
68 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::ENABLE_ABILITY), data, reply); in EnableAbility() local
69 LBSLOGD(LOCATOR_STANDARD, "Proxy::EnableAbility Transact ErrCodes = %{public}d", error); in EnableAbility()
80 int error; in SendMsgWithDataReply() local
88 error = remote->SendRequest(msgId, data, reply, option); in SendMsgWithDataReply()
90 return error; in SendMsgWithDataReply()
134 int error = in RegisterSwitchCallback() local
136 LBSLOGD(LOCATOR_STANDARD, "Proxy::RegisterSwitchCallback Transact ErrCodes = %{public}d", error); in RegisterSwitchCallback()
141 int error = UnregisterSwitchCallback() local
148 int error = RegisterGnssStatusCallback() local
155 int error = UnregisterGnssStatusCallback() local
162 int error = SendRegisterMsgToRemote(static_cast<int>(LocatorInterfaceCode::REG_NMEA_CALLBACK), callback, uid); RegisterNmeaMessageCallback() local
168 int error = SendRegisterMsgToRemote(static_cast<int>(LocatorInterfaceCode::UNREG_NMEA_CALLBACK), callback, 0); UnregisterNmeaMessageCallback() local
188 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::START_LOCATING), data, reply); StartLocating() local
199 int error = StopLocating() local
207 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::GET_CACHE_LOCATION), reply); GetCacheLocation() local
235 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::IS_PRIVACY_COMFIRMED), data, reply); IsLocationPrivacyConfirmed() local
255 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::SET_PRIVACY_COMFIRM_STATUS), data, reply); SetLocationPrivacyConfirmStatus() local
280 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::REG_CACHED_CALLBACK), data, reply); RegisterCachedLocationCallback() local
287 int error = SendRegisterMsgToRemote(static_cast<int>(LocatorInterfaceCode::UNREG_CACHED_CALLBACK), UnregisterCachedLocationCallback() local
297 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::GET_CACHED_LOCATION_SIZE), reply); GetCachedGnssLocationsSize() local
310 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::FLUSH_CACHED_LOCATIONS), reply); FlushCachedGnssLocations() local
327 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::SEND_COMMAND), data, reply); SendCommand() local
338 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::ENABLE_LOCATION_MOCK), data, reply); EnableLocationMock() local
354 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::DISABLE_LOCATION_MOCK), data, reply); DisableLocationMock() local
377 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::SET_MOCKED_LOCATIONS), data, reply); SetMockedLocations() local
390 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::ENABLE_REVERSE_GEOCODE_MOCK), reply); EnableReverseGeocodingMock() local
402 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::DISABLE_REVERSE_GEOCODE_MOCK), reply); DisableReverseGeocodingMock() local
422 int error = SetReverseGeocodingMockInfo() local
491 int error = remote->SendRequest(msgId, data, reply, option); SendMsgWithDataReplyV9() local
535 int error = remote->SendRequest(msgId, data, reply, option); SendRegisterMsgToRemoteV9() local
[all...]
/base/security/access_token/services/common/window_manager/src/
H A Dprivacy_scene_session_manager_lite_proxy.cpp54 int32_t error = remote->SendRequest(static_cast<uint32_t>( in RegisterWindowManagerAgent() local
57 if (error != ERR_NONE) { in RegisterWindowManagerAgent()
58 ACCESSTOKEN_LOG_ERROR(LABEL, "SendRequest failed, err=%{public}d.", error); in RegisterWindowManagerAgent()
59 return error; in RegisterWindowManagerAgent()
91 int32_t error = remote->SendRequest(static_cast<uint32_t>( in UnregisterWindowManagerAgent() local
94 if (error != ERR_NONE) { in UnregisterWindowManagerAgent()
95 ACCESSTOKEN_LOG_ERROR(LABEL, "SendRequest failed, err=%{public}d.", error); in UnregisterWindowManagerAgent()
96 return error; in UnregisterWindowManagerAgent()
/base/security/access_token/services/privacymanager/src/sensitive/camera_manager/
H A Dcamera_manager_privacy_proxy.cpp49 int32_t error = remote->SendRequest( in MuteCameraPersist() local
51 if (error != ERR_NONE) { in MuteCameraPersist()
52 ACCESSTOKEN_LOG_ERROR(LABEL, "SendRequest failed, error: %{public}d", error); in MuteCameraPersist()
54 return error; in MuteCameraPersist()
75 int32_t error = remote->SendRequest(static_cast<uint32_t>(CAMERA_SERVICE_IS_CAMERA_MUTED), data, reply, option); in IsCameraMuted() local
76 if (error != ERR_NONE) { in IsCameraMuted()
77 ACCESSTOKEN_LOG_ERROR(LABEL, "SendRequest failed, error: %{public}d", error); in IsCameraMuted()
82 return error; in IsCameraMuted()
[all...]

Completed in 14 milliseconds

12345678910>>...55