Home
last modified time | relevance | path

Searched refs:ERROR_NONE (Results 1 - 8 of 8) sorted by relevance

/base/telephony/core_service/frameworks/cj/telephony_sim/src/
H A Dtelephony_sim_impl.cpp161 operatorName = errCode == ERROR_NONE ? ToUtf8(countryCode) : ""; in getISOCountryCodeForSim()
177 std::string operatorNumeric = errCode == ERROR_NONE ? ToUtf8(u16OperatorNumeric) : ""; in getSimOperatorNumeric()
192 std::string spn = errCode == ERROR_NONE ? ToUtf8(u16Spn) : ""; in getSimSpn()
269 if (errCode == ERROR_NONE) { in getSimAccountInfo()
284 if (errCode == ERROR_NONE) { in getActiveSimAccountInfoList()
318 std::string opkey = errCode == ERROR_NONE ? ToUtf8(u16Opkey) : ""; in getOpKey()
333 std::string opName = errCode == ERROR_NONE ? ToUtf8(u16OpName) : ""; in getOpName()
/base/telephony/core_service/frameworks/js/napi/
H A Dtelephony_napi_common_error.h28 ERROR_NONE = 0,
/base/telephony/call_manager/interfaces/innerkits/
H A Dvoip_call_manager_info.h221 ERROR_NONE = 0, member in OHOS::Telephony::ErrorReason
267 ErrorReason errorReason = ErrorReason::ERROR_NONE;
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Ddevice_account_info.h62 constexpr std::int32_t ERROR_NONE = 0; member
198 return ERROR_NONE; in WriteDataToParcel()
/base/telephony/cellular_data/frameworks/cj/src/
H A Dtel_cellular_data_impl.cpp159 errCode = ERROR_NONE; in GetCellularDataFlowType()
172 errCode = ERROR_NONE; in GetCellularDataState()
/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp489 simContext->context.resolved = (errorCode == ERROR_NONE); in NativeActivateSim()
521 simContext->context.resolved = (errorCode == ERROR_NONE); in NativeDeactivateSim()
586 if (errorCode == ERROR_NONE) { in NativeGetDefaultVoiceSimId()
636 if (errorCode == ERROR_NONE) { in NativeGetIsoForSim()
701 if (errorCode == ERROR_NONE) { in NativeGetSimOperatorNumeric()
765 if (errorCode == ERROR_NONE) { in NativeGetSimSpn()
824 if (errorCode == ERROR_NONE) { in NativeGetDsdsMode()
877 if (errorCode == ERROR_NONE) { in NativeGetSimAuthentication()
937 if (errorCode == ERROR_NONE) { in NativeGetSimState()
1000 if (errorCode == ERROR_NONE) { in NativeGetCardType()
[all...]
/base/telephony/core_service/frameworks/js/sim/include/
H A Dnapi_sim.h67 int32_t recordNumber = ERROR_NONE;
/base/telephony/core_service/frameworks/js/esim/src/
H A Dnapi_esim.cpp475 if (errorCode == ERROR_NONE) { in NativeGetEuiccInfo()
538 if (errorCode == ERROR_NONE) { in NativeGetDefaultSmdpAddress()
581 if (errorCode == ERROR_NONE) { in NativeSetDefaultSmdpAddress()
645 if (errorCode == ERROR_NONE) { in NativeSwitchToProfile()
709 if (errorCode == ERROR_NONE) { in NativeDeleteProfile()
775 if (errorCode == ERROR_NONE) { in NativeResetMemory()
850 if (errorCode == ERROR_NONE) { in NativeDownloadProfile()
918 if (errorCode == ERROR_NONE) { in NativeGetDownloadableProfiles()
983 if (errorCode == ERROR_NONE) { in NativeGetOsuStatus()
1024 if (errorCode == ERROR_NONE) { in NativeStartOsu()
[all...]

Completed in 9 milliseconds