/system/core/base/ |
D | errors_unix.cpp | 24 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString()
|
D | errors_windows.cpp | 38 DWORD error_code = int_error_code; in SystemErrorCodeToString() local
|
/system/update_engine/ |
D | dbus_service.h | 182 void SendPayloadApplicationComplete(ErrorCode error_code) override {} in SendPayloadApplicationComplete()
|
D | binder_service_brillo.h | 51 void SendPayloadApplicationComplete(ErrorCode error_code) override {} in SendPayloadApplicationComplete()
|
D | sideload_main.cc | 98 void SendPayloadApplicationComplete(ErrorCode error_code) override { in SendPayloadApplicationComplete() 111 ErrorCode error_code() { return error_code_; } in error_code() function in chromeos_update_engine::__anone72923c00111::SideloadDaemonState
|
D | metrics_reporter_omaha_unittest.cc | 73 metrics::DownloadErrorCode error_code = in TEST_F() local 128 metrics::DownloadErrorCode error_code = in TEST_F() local 155 metrics::DownloadErrorCode error_code = in TEST_F() local
|
D | metrics_reporter_android.h | 88 void ReportInternalErrorCode(ErrorCode error_code) override {} in ReportInternalErrorCode()
|
D | update_engine_client_android.cc | 95 int error_code) { in onPayloadApplicationComplete()
|
D | binder_service_android.cc | 52 ErrorCode error_code) { in SendPayloadApplicationComplete()
|
D | metrics_reporter_android.cc | 86 ErrorCode error_code) { in ReportUpdateAttemptMetrics()
|
/system/update_engine/binder_bindings/android/os/ |
D | IUpdateEngineCallback.aidl | 24 void onPayloadApplicationComplete(int error_code); in onPayloadApplicationComplete()
|
/system/connectivity/wificond/scanning/ |
D | offload_scan_callback_interface_impl.cpp | 36 OffloadScanCallbackInterface::AsyncErrorReason error_code) { in OnOffloadError()
|
D | scanner_impl.cpp | 192 int error_code = 0; in scan() local 317 int error_code = 0; in StartPnoScanDefault() local 525 OffloadScanCallbackInterface::AsyncErrorReason error_code) { in OnOffloadError()
|
D | scan_utils.cpp | 283 int* error_code) { in Scan() 366 int error_code; in StopScheduledScan() local 412 int* error_code) { in StartScheduledScan()
|
/system/update_engine/payload_consumer/ |
D | postinstall_runner_action.cc | 306 ErrorCode error_code = ErrorCode::kPostinstallRunnerError; in CompletePartitionPostinstall() local 337 void PostinstallRunnerAction::CompletePostinstall(ErrorCode error_code) { in CompletePostinstall()
|
/system/security/keystore/ |
D | keystore_client_impl.cpp | 187 int32_t error_code; in addRandomNumberGeneratorEntropy() local 209 int32_t error_code; in generateKey() local 236 int32_t error_code; in getKeyCharacteristics() local 264 int32_t error_code; in importKey() local 290 int32_t error_code; in exportKey() local 330 int32_t error_code; in beginOperation() local 360 int32_t error_code; in updateOperation() local 391 int32_t error_code; in finishOperation() local
|
/system/security/keystore-engine/ |
D | keystore_backend_binder.cpp | 108 int32_t error_code; in sign() local 256 int32_t error_code; in get_pubkey() local
|
/system/hardware/interfaces/wifi/keystore/1.0/default/ |
D | keystore.cpp | 93 int32_t error_code; in getPublicKey() local 149 int32_t error_code; in sign() local
|
/system/chre/host/common/include/chre_host/ |
D | log.h | 59 #define LOG_ERROR(message, error_code) \ argument
|
/system/connectivity/wificond/tests/ |
D | scan_utils_unittest.cpp | 65 NL80211Packet CreateControlMessageError(int error_code) { in CreateControlMessageError() 262 int error_code; in TEST_F() local 301 int error_code; in TEST_F() local
|
/system/core/libunwindstack/include/unwindstack/ |
D | UcontextArm.h | 46 uint32_t error_code; // unsigned long member
|
/system/chre/apps/wifi_offload/ |
D | utility.cc | 136 const char *GetErrorCodeName(ErrorCode error_code) { in GetErrorCodeName()
|
/system/bt/stack/l2cap/ |
D | l2cap_client.cc | 188 uint16_t error_code) { in connect_completed_cb() 324 UNUSED_ATTR uint16_t error_code) { in disconnect_completed_cb()
|
/system/core/libziparchive/ |
D | zip_writer.cc | 75 const char* ZipWriter::ErrorCodeString(int32_t error_code) { in ErrorCodeString() 127 int32_t ZipWriter::HandleError(int32_t error_code) { in HandleError()
|
/system/bt/stack/avdt/ |
D | avdt_api.cc | 504 uint16_t AVDT_ConfigRsp(uint8_t handle, uint8_t label, uint8_t error_code, in AVDT_ConfigRsp() 736 uint16_t AVDT_ReconfigRsp(uint8_t handle, uint8_t label, uint8_t error_code, in AVDT_ReconfigRsp() 815 uint16_t AVDT_SecurityRsp(uint8_t handle, uint8_t label, uint8_t error_code, in AVDT_SecurityRsp()
|