Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 17 of 17) sorted by relevance

/base/telephony/core_service/services/sim/include/
Dsim_data_type.h50 std::shared_ptr<void> exception = nullptr; member
71 exception = fd->exception; in ControllerToFileMsg()
99 std::shared_ptr<void> exception = nullptr; member
113 std::shared_ptr<void> exception = nullptr; member
138 std::shared_ptr<void> exception = nullptr; member
153 std::shared_ptr<void> exception = nullptr; member
180 std::shared_ptr<void> exception = nullptr; member
Dicc_dialling_numbers_handler.h72 void SetException(std::shared_ptr<void> exception) in SetException()
74 this->exception = exception; in SetException()
79 return this->exception; in GetException()
175 std::shared_ptr<void> exception = nullptr; member
/base/location/frameworks/native/source/
Dlocator_impl.cpp81 int exception = reply.ReadInt32(); in GetCachedLocation() local
82 if (exception == ERRCODE_PERMISSION_DENIED) { in GetCachedLocation()
84 } else if (exception != ERRCODE_SUCCESS) { in GetCachedLocation()
157 int exception = reply.ReadInt32(); in IsGeoServiceAvailable() local
158 if (exception == ERRCODE_PERMISSION_DENIED) { in IsGeoServiceAvailable()
160 } else if (exception != ERRCODE_SUCCESS) { in IsGeoServiceAvailable()
172 int exception = reply.ReadInt32(); in GetAddressByCoordinate() local
173 if (exception == ERRCODE_PERMISSION_DENIED) { in GetAddressByCoordinate()
175 } else if (exception != ERRCODE_SUCCESS) { in GetAddressByCoordinate()
192 int exception = reply.ReadInt32(); in GetAddressByLocationName() local
[all …]
/base/telephony/core_service/services/sim/src/
Dsim_file.cpp284 if (fd != nullptr && fd->exception == nullptr) { in ProcessSpnGeneral()
320 if (fd != nullptr && fd->exception == nullptr) { in ProcessSpnCphs()
349 if (fd != nullptr && fd->exception == nullptr) { in ProcessSpnShortCphs()
480 if (fd != nullptr && fd->exception == nullptr) { in ProcessObtainLiLanguage()
501 if (fd != nullptr && fd->exception == nullptr) { in ProcessObtainPlLanguage()
542 if (fd->exception != nullptr) { in ProcessObtainGid1Done()
569 if (fd->exception != nullptr) { in ProcessObtainGid2Done()
593 if (fd->exception != nullptr) { in ProcessGetMsisdnDone()
615 if (fd->exception == nullptr) { in ProcessSetMsisdnDone()
639 if (fd->exception != nullptr) { in ProcessGetSpdiDone()
[all …]
Dicc_dialling_numbers_manager.cpp108 if (object->exception == nullptr) { in ProcessLoadDone()
130 if (object->exception != nullptr) { in ProcessUpdateDone()
132 std::static_pointer_cast<HRilRadioResponseInfo>(object->exception); in ProcessUpdateDone()
145 if (object->exception != nullptr) { in ProcessWriteDone()
147 std::static_pointer_cast<HRilRadioResponseInfo>(object->exception); in ProcessWriteDone()
160 if (object->exception != nullptr) { in ProcessDeleteDone()
162 std::static_pointer_cast<HRilRadioResponseInfo>(object->exception); in ProcessDeleteDone()
Dicc_dialling_numbers_cache.cpp100 SendBackResult(fd->callerCache->caller, diallingNumberList, fd->exception); in ProcessObtainPbrDetailsDone()
126 SendBackResult(fd->callerCache->caller, diallingNumberList, fd->exception); in ProcessObtainAdnDetailsDone()
142 if (fd->exception == nullptr) { in ProcessChangeDiallingNumbersDone()
146 std::static_pointer_cast<HRilRadioResponseInfo>(fd->exception); in ProcessChangeDiallingNumbersDone()
158 SendUpdateResult(fd->callerCache->caller, fd->exception); in ProcessChangeDiallingNumbersDone()
300 std::shared_ptr<void> exception = static_cast<std::shared_ptr<void>>(responseInfo); in SendExceptionResult() local
301 SendBackResult(caller, diallingNumberList, exception); in SendExceptionResult()
317 data->exception = object; in SendBackResult()
Disim_file.cpp138 if (fd->exception == nullptr) { in ProcessGetIccidDone()
191 if (fd->exception != nullptr) { in ProcessGetImpiDone()
212 if (fd->exception != nullptr) { in ProcessGetIstDone()
Dicc_dialling_numbers_handler.cpp134 loadRequest->SetException(fdError->exception); in ProcessLinearSizeDone()
152 if (object->exception == nullptr) { in ProcessLinearSizeDone()
182 loadRequest->SetException(object->exception); in ProcessUpdateRecordDone()
204 loadRequest->SetException(fdError->exception); in ProcessDiallingNumberAllLoadDone()
218 if (object->exception != nullptr) { in ProcessDiallingNumberAllLoadDone()
221 loadRequest->SetException(object->exception); in ProcessDiallingNumberAllLoadDone()
263 if (fd->exception != nullptr) { in ProcessDiallingNumberLoadDone()
265 loadRequest->SetException(fd->exception); in ProcessDiallingNumberLoadDone()
329 data->exception = loadRequest->GetException(); in SendBackResult()
Dusim_dialling_numbers_service.cpp38 if (fd->exception != nullptr) { in ProcessEvent()
64 if (object->exception == nullptr) { in ProcessPbrLoadDone()
88 if (object->exception == nullptr) { in ProcessDiallingNumberLoadDone()
Druim_file.cpp190 if (fd->exception == nullptr) { in ProcessGetIccidDone()
288 if (fd->exception != nullptr) { in ProcessGetSpnDone()
Dsim_sms_controller.cpp66 if (fd->exception != nullptr) { in ProcessLoadDone()
75 if (object->exception == nullptr) { in ProcessLoadDone()
Dicc_file_controller.cpp631 objectShare->exception = rcvMsg->fileData.exception; in ProcessErrorResponse()
634 objectUnique->exception = rcvMsg->fileData.exception; in ProcessErrorResponse()
/base/global/i18n/frameworks/intl/
Dlibintl_util.map24 "typeinfo for std::exception";
31 "typeinfo name for std::exception";
/base/inputmethod/imf/services/dialog/entry/src/main/ets/ServiceExtAbility/
DServiceExtAbility.ts122 } catch (exception) {
123 console.error('Failed to create the window. Cause: ' + JSON.stringify(exception));
/base/hiviewdfx/faultloggerd/
DREADME.md23 …ndler: signal handler, which receives system exception signals and triggers the capture of process…
32 The following table describes the exception signals that can be processed.
40 | 8 | SIGFPE | Floating-point exception | A fatal arithmetic error, for example, floa…
43 | 31 | SIGSYS | System call exception | An invalid system call is initiated. …
292 1. Process B calls the `DFX_SignalHandler` function to detect crash exception signals from `SignalH…
293 2. When detecting a crash exception signal, `SignalHandler` forks a child process and runs `Process…
/base/update/packaging_tools/
DREADME_zh.md34 ├── log_exception.py # 全局log系统定义,自定义exception
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sim.cpp108 object->fileData.exception = static_cast<std::shared_ptr<void>>(respInfo); in ErrorIccIoResponse()