Home
last modified time | relevance | path

Searched refs:SetException (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_dialling_numbers_handler.cpp145 loadRequest->SetException(fdError->exception); in ProcessLinearSizeDone()
170 …loadRequest->SetException(static_cast<std::shared_ptr<void>>(MakeExceptionResult(PARAMETER_INCORRE… in ProcessLinearSizeDone()
193 loadRequest->SetException(object->exception); in ProcessUpdateRecordDone()
215 loadRequest->SetException(fdError->exception); in ProcessDiallingNumberAllLoadDone()
232 loadRequest->SetException(object->exception); in ProcessDiallingNumberAllLoadDone()
280 loadRequest->SetException(fd->exception); in ProcessDiallingNumberLoadDone()
320 loadRequest->SetException(static_cast<std::shared_ptr<void>>(MakeExceptionResult( in SendUpdateCommand()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_dialling_numbers_handler.h71 void SetException(std::shared_ptr<void> exception) in SetException() function