/applications/standard/contacts_data/jstest/ |
H A D | Performance_test.js | 84 } catch (error) { 85 console.info('logMessage raw_contact_insert_performance_test_900: insert error = ' + error); 116 } catch (error) { 117 console.info('logMessage raw_contact_update_performance_test_1000: update error = ' + error); 150 } catch (error) { 151 console.info(tag + ' :logMessage : error = ' + error); 181 } catch (error) { [all...] |
/base/telephony/cellular_call/services/satellite_service_interaction/src/ |
H A D | satellite_call_proxy.cpp | 54 int32_t error = in Dial() local 56 if (error == ERR_NONE) { in Dial() 59 TELEPHONY_LOGE("[slot%{public}d]SendRequest fail, error:%{public}d", callInfo.slotId, error); in Dial() 93 int32_t error = in HangUp() local 95 if (error == ERR_NONE) { in HangUp() 98 TELEPHONY_LOGE("[slot%{public}d]SendRequest fail, error:%{public}d", slotId, error); in HangUp() 124 int32_t error = in Reject() local 126 if (error in Reject() 156 int32_t error = Answer() local 231 int32_t error = remote->SendRequest(eventId, in, out, option); SendRequest() local 249 int32_t error = remote->SendRequest(eventId, in, out, option); SendRequest() local [all...] |
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_modem.cpp | 69 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in RadioStateUpdated() 80 return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::RadioStateUpdated, radioState_); in RadioStateUpdated() 84 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in VoiceRadioTechUpdated() 96 return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::VoiceRadioTechUpdated, voiceRadioTech); in VoiceRadioTechUpdated() 100 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in DsdsModeUpdated() 111 indType, error, &HDI::Ril::V1_1::IRilCallback::DsdsModeUpdated, *(static_cast<const int32_t *>(response))); in DsdsModeUpdated() 115 int32_t indType, HRilErrNumber error, const void *response, size_t responseLen) in NcfgFinishedResult() 126 indType, error, &HDI::Ril::V1_3::IRilCallback::NcfgFinishedResult, *(static_cast<const int32_t *>(response))); in NcfgFinishedResult() 130 int32_t indType, HRilErrNumber error, const void *response, size_t responseLen) in RestartRildNvMatch() 141 indType, error, in RestartRildNvMatch() 68 RadioStateUpdated( const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) RadioStateUpdated() argument 83 VoiceRadioTechUpdated( const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) VoiceRadioTechUpdated() argument 99 DsdsModeUpdated( const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) DsdsModeUpdated() argument 114 NcfgFinishedResult( int32_t indType, HRilErrNumber error, const void *response, size_t responseLen) NcfgFinishedResult() argument 129 RestartRildNvMatch( int32_t indType, HRilErrNumber error, const void *response, size_t responseLen) RestartRildNvMatch() argument [all...] |
/base/powermgr/battery_statistics/frameworks/napi/src/ |
H A D | battery_stats.cpp | 96 return GetAppOrPartStats(info, maxArgc, index, [&](int32_t uid, NapiError& error) { in GetAppStatsMah() 98 error.Error(BatteryStatsClient::GetInstance().GetLastError()); in GetAppStatsMah() 106 return GetAppOrPartStats(info, maxArgc, index, [&](int32_t uid, NapiError& error) { in GetAppStatsPercent() 108 error.Error(BatteryStatsClient::GetInstance().GetLastError()); in GetAppStatsPercent() 116 return GetAppOrPartStats(info, maxArgc, index, [&](int32_t type, NapiError& error) { in GetPartStatsMah() 119 error.Error(BatteryStatsClient::GetInstance().GetLastError()); in GetPartStatsMah() 127 return GetAppOrPartStats(info, maxArgc, index, [&](int32_t type, NapiError& error) { 130 error.Error(BatteryStatsClient::GetInstance().GetLastError()); 142 NapiError error; 145 return error [all...] |
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/ |
H A D | stream_buffer.rs | 20 use hilog_rust::{error, hilog, debug, HiLogLabel, LogType}; 119 error!(LOG_LABEL, "Call memset_s fail"); in clean() 125 error!(LOG_LABEL, "The position in the calculation is not as expected. pos:{} [0, {}]", in seek_read_pos() 183 error!(LOG_LABEL, "Invalid input parameter buf=nullptr errCode:{}", PARAM_INPUT_INVALID); in write_char_usize() 188 error!(LOG_LABEL, "Invalid input parameter size={} errCode:{}", size, PARAM_INPUT_INVALID); in write_char_usize() 193 error!(LOG_LABEL, "The write length exceeds buffer. wIdx:{} size:{} maxBufSize:{} errCode:{}", in write_char_usize() 205 error!(LOG_LABEL, "Failed to call memcpy_s. ret:{}", ret); in write_char_usize() 238 error!(LOG_LABEL, "Invalid input parameter buf=nullptr errCode:{}", PARAM_INPUT_INVALID); in read_char_usize() 243 error!(LOG_LABEL, "Invalid input parameter size={} errCode:{}", size, PARAM_INPUT_INVALID); in read_char_usize() 248 error!(LOG_LABE in read_char_usize() [all...] |
H A D | stream_session.rs | 18 use hilog_rust::{debug, error, hilog, HiLogLabel, LogType}; 114 error!(LOG_LABEL, "buf is null"); in session_send_msg() 118 error!(LOG_LABEL, "size is either equal to 0 or greater than MAX_PACKET_BUF_SIZE, size: {}", size); in session_send_msg() 122 error!(LOG_LABEL, "The fd is less than 0, fd: {}", self.fd); in session_send_msg() 143 error!(LOG_LABEL, "Continue for errno EAGAIN|EINTR|EWOULDBLOCK, errno:{}", errno); in session_send_msg() 146 error!(LOG_LABEL, "Send return failed,error:{} fd:{}", errno, self.fd); in session_send_msg() 156 error!(LOG_LABEL, "Send too many times:{}/{},size:{}/{} fd:{}", in session_send_msg()
|
/base/powermgr/power_manager/frameworks/napi/power/ |
H A D | power_napi.cpp | 71 NapiErrors error; in Wakeup() local 73 return error.ThrowError(env, PowerErrors::ERR_PARAM_INVALID); in Wakeup() 80 error.ThrowError(env, code); in Wakeup() 91 NapiErrors error; in Suspend() local 96 return error.ThrowError(env, PowerErrors::ERR_PARAM_INVALID); in Suspend() 112 return error.ThrowError(env, code); in Suspend() 123 NapiErrors error; in Hibernate() local 128 return error.ThrowError(env, PowerErrors::ERR_PARAM_INVALID); in Hibernate() 139 error.ThrowError(env, code); in Hibernate() 150 NapiErrors error; in SetPowerMode() local 206 NapiErrors error; RebootOrShutdown() local 312 NapiErrors error; SetScreenOffTime() local 351 NapiErrors error; IsStandby() local [all...] |
/base/msdp/device_status/rust/ipc/server/src/ |
H A D | fusion_ipc_server.rs | 23 use hilog_rust::{ info, error, hilog, HiLogLabel, LogType }; 44 error!(LOG_LABEL, "No proxy"); in on_start() 47 error!(LOG_LABEL, "Remote object is none"); in on_start() 50 error!(LOG_LABEL, "Can not create remote stub"); in on_start() 59 error!(LOG_LABEL, "No proxy"); in on_stop()
|
/base/msdp/device_status/rust/subsystem/input/sys/src/interaction/ |
H A D | input_manager.rs | 20 use hilog_rust::{error, hilog, HiLogLabel, LogType}; 42 error!(LOG_LABEL, "Failed to add monitor"); in add_monitor() 54 error!(LOG_LABEL, "Failed to set pointer visible"); in set_pointer_visible() 66 error!(LOG_LABEL, "Failed to enable input device"); in enable_input_device() 78 error!(LOG_LABEL, "Failed to remove input event filter"); in remove_input_event_filter()
|
/base/request/request/services/src/service/command/ |
H A D | resume.rs | 17 use crate::error::ErrorCode; 25 error!("Service resume: no INTERNET permission"); 34 error!( 56 error!( 65 error!(
|
H A D | start.rs | 17 use crate::error::ErrorCode; 25 error!("Service start: no INTERNET permission."); 34 error!("End Service start, failed: task_id not valid"); 53 error!( 62 error!(
|
H A D | subscribe.rs | 17 use crate::error::ErrorCode; 27 error!("End Service subscribe, failed: task_id not valid"); 44 error!( 53 error!( 63 error!("End Service subscribe, tid: {}, failed: {:?}", task_id, ret); 74 error!("End Service subscribe, tid: {}, failed: {:?}", task_id, ret);
|
H A D | pause.rs | 17 use crate::error::ErrorCode; 27 error!("Service pause: no INTERNET permission"); 35 error!( 56 error!( 65 error!(
|
H A D | remove.rs | 17 use crate::error::ErrorCode; 27 error!("Service remove: no INTERNET permission"); 36 error!( 58 error!( 67 error!(
|
H A D | query.rs | 17 use crate::error::ErrorCode; 26 error!("Service query: not system api"); 33 error!("Service query: no QUERY permission"); 46 error!( 62 error!(
|
/base/security/access_token/services/common/window_manager/src/ |
H A D | privacy_window_manager_proxy.cpp | 52 int32_t error = remote->SendRequest( in RegisterWindowManagerAgent() local 55 if (error != ERR_NONE) { in RegisterWindowManagerAgent() 57 return error; in RegisterWindowManagerAgent() 88 int32_t error = remote->SendRequest( in UnregisterWindowManagerAgent() local 91 if (error != ERR_NONE) { in UnregisterWindowManagerAgent() 93 return error; in UnregisterWindowManagerAgent()
|
/base/security/code_signature/services/key_enable/src/ |
H A D | cert_chain_utils.rs | 15 use hilog_rust::{error, hilog, HiLogLabel, LogType};
49 fn pem_to_x509(&self, pem: &str) -> Result<X509, openssl::error::ErrorStack> {
in pem_to_x509() 53 pub fn to_x509(&self) -> Result<Vec<X509>, openssl::error::ErrorStack> {
in to_x509() 60 pub fn to_x509_store(&self) -> Result<X509Store, openssl::error::ErrorStack> {
in to_x509_store() 71 pub fn to_der(&self) -> Result<Vec<Vec<u8>>, openssl::error::ErrorStack> {
in to_der() 84 error!(
in load_pem_certs_from_json_file()
|
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/ |
H A D | exchange_response.c | 38 goto error; in parse_exchange_response() 44 goto error; in parse_exchange_response() 49 goto error; in parse_exchange_response() 56 goto error; in parse_exchange_response() 60 goto error; in parse_exchange_response() 64 error: in parse_exchange_response()
|
/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/ |
H A D | dsoftbus.rs | 29 use hilog_rust::{ error, info, hilog, HiLogLabel, LogType }; 75 error!(LOG_LABEL, "DSoftbus is none"); in on_session_opened() 85 error!(LOG_LABEL, "DSoftbus is none"); in on_session_closed() 94 error!(LOG_LABEL, "DSoftbus is none"); in on_bytes_received() 159 /// A `FusionResult` which can either be `Ok(())` if the operation was successful or an error wrapped in a 179 error!(LOG_LABEL, "Remove last sesison server, sessionName:{}", @public(self.local_session_name)); in init() 183 error!(LOG_LABEL, "Remove session server failed, error code:{}", @public(ret)); in init() 195 error!(LOG_LABEL, "Create session_listener failed"); in init() 203 error!(LOG_LABE in init() [all...] |
/base/msdp/device_status/rust/modules/coordination/client/src/ |
H A D | lib.rs | 23 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType }; 58 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in enable_coordination() 78 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in disable_coordination() 101 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in start_coordination() 123 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in stop_coordination() 149 error!(LOG_LABEL, "Failed to deserialize DefaultReply"); in get_coordination_state() 155 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in get_coordination_state() 173 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in register_coordination_listener() 191 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in unregister_coordination_listener()
|
/base/location/services/location_locator/callback/source/ |
H A D | location_gnss_geofence_callback_proxy.cpp | 37 int error = Remote()->SendRequest(RECEIVE_TRANSITION_STATUS_EVENT, dataParcel, reply, option); in OnTransitionStatusChange() local 38 LBSLOGD(LOCATION_GNSS_GEOFENCE_CALLBACK, "OnTransitionStatusChange Transact ErrCode = %{public}d", error); in OnTransitionStatusChange() 52 int error = Remote()->SendRequest(REPORT_OPERATION_RESULT_EVENT, dataParcel, reply, option); in OnReportOperationResult() local 53 LBSLOGD(LOCATION_GNSS_GEOFENCE_CALLBACK, "OnReportOperationResult Transact ErrCode = %{public}d", error); in OnReportOperationResult()
|
/base/request/request/services/src/ |
H A D | hilog.rs | 35 macro_rules! error { macros 41 hilog_rust::error!(LOG_LABEL, $fmt $(, @public($args))*); 50 error!($($args)*); 51 error!("Error msg: {:?}", e);
|
/base/security/access_token/frameworks/inner_api/privacy/test/unittest/app_manager_client/ |
H A D | app_manager_access_proxy.cpp | 37 int32_t error = Remote()->SendRequest( in GetForegroundApplications() local 39 if (error != ERR_NONE) { in GetForegroundApplications() 40 ACCESSTOKEN_LOG_ERROR(LABEL, "GetForegroundApplications failed, error: %{public}d", error); in GetForegroundApplications() 41 return error; in GetForegroundApplications()
|
/base/location/frameworks/native/locator_sdk/source/ |
H A D | switch_callback_proxy.cpp | 39 int error = Remote()->SendRequest(RECEIVE_SWITCH_STATE_EVENT, data, reply, option); in OnSwitchChange() local 40 if (error != ERR_OK) { in OnSwitchChange() 41 LBSLOGI(SWITCH_CALLBACK, "SwitchCallbackProxy::OnSwitchChange Transact ErrCode = %{public}d", error); in OnSwitchChange()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_dialog_callback_proxy.cpp | 42 int error = remote->SendRequest(ON_DIALOG_STATUS_CHANGED, data, reply, option); in OnDialogStatusChanged() local 43 if (error != ERR_OK) { in OnDialogStatusChanged() 44 ANS_LOGE("SendRequest fail, error: %{public}d", error); in OnDialogStatusChanged()
|