Home
last modified time | relevance | path

Searched refs:ERROR_SLOT_ID_INVALID (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp421 reVal->context.errorCode = ERROR_SLOT_ID_INVALID; in NativeIsSimActive()
434 if (context->context.errorCode == ERROR_SLOT_ID_INVALID) { in IsSimActiveCallback()
480 simContext->context.errorCode = ERROR_SLOT_ID_INVALID; in NativeActivateSim()
511 simContext->context.errorCode = ERROR_SLOT_ID_INVALID; in NativeDeactivateSim()
628 asyncContext->context.errorCode = ERROR_SLOT_ID_INVALID; in NativeGetIsoForSim()
693 asyncContext->context.errorCode = ERROR_SLOT_ID_INVALID; in NativeGetSimOperatorNumeric()
758 asyncContext->context.errorCode = ERROR_SLOT_ID_INVALID; in NativeGetSimSpn()
1328 reVal->context.errorCode = ERROR_SLOT_ID_INVALID; in NativeSetDefaultVoiceSlotId()
1596 reVal->context.errorCode = ERROR_SLOT_ID_INVALID; in NativeHasSimCard()
2790 asContext.context.errorCode = ERROR_SLOT_ID_INVALID; in NativeGetLockState()
[all …]
/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A Dtelephony_napi_common_error.h58 ERROR_SLOT_ID_INVALID = 202, enumerator
H A Dnapi_util.cpp442 case ERROR_SLOT_ID_INVALID: in CreateParameterErrorMessageForJs()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp139 asyncContext->errorCode = ERROR_SLOT_ID_INVALID; in NativeGetRadioTech()
222 asyncContext->errorCode = ERROR_SLOT_ID_INVALID; in NativeGetSignalInfoList()
995 context->errorCode = ERROR_SLOT_ID_INVALID; in NativeGetCountryCode()
1356 context->errorCode = ERROR_SLOT_ID_INVALID; in NativeGetOperatorName()
1753 context->errorCode = ERROR_SLOT_ID_INVALID; in NativeGetIMEI()
1826 context->errorCode = ERROR_SLOT_ID_INVALID; in NativeGetIMEISV()
1897 context->errorCode = ERROR_SLOT_ID_INVALID; in NativeGetMEID()
2326 context->errorCode = ERROR_SLOT_ID_INVALID; in NativeGetUniqueDeviceId()
2395 context->errorCode = ERROR_SLOT_ID_INVALID; in NativeGetNrOptionMode()
2468 context->errorCode = ERROR_SLOT_ID_INVALID; in NativeFactoryReset()
[all …]
/ohos5.0/base/telephony/cellular_data/frameworks/js/napi/src/
H A Dnapi_cellular_data.cpp444 asyncContext->errorCode = ERROR_SLOT_ID_INVALID; in NativeEnableCellularDataRoaming()
496 asyncContext->errorCode = ERROR_SLOT_ID_INVALID; in NativeDisableCellularDataRoaming()
547 asyncContext->errorCode = ERROR_SLOT_ID_INVALID; in NativeIsCellularDataRoamingEnabled()
752 asyncContext->errorCode = ERROR_SLOT_ID_INVALID; in NativeSetDefaultCellularDataSlotId()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp591 context->errorCode = ERROR_SLOT_ID_INVALID; in NativeSetDefaultSmsSlotId()
791 context->errorCode = ERROR_SLOT_ID_INVALID; in NativeSetSmscAddr()
870 context->errorCode = ERROR_SLOT_ID_INVALID; in NativeGetSmscAddr()
1054 context->errorCode = ERROR_SLOT_ID_INVALID; in NativeDelSimMessage()
1250 context->errorCode = ERROR_SLOT_ID_INVALID; in NativeGetAllSimMessages()
1531 context->errorCode = ERROR_SLOT_ID_INVALID; in NativeGetSmsSegmentsInfo()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_state_registry.cpp86 asyncContext->errorCode = ERROR_SLOT_ID_INVALID; in NativeOn()