Home
last modified time | relevance | path

Searched refs:eccType (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_emergency_call_v10.md24 | enum [EccType](_ril_v10.md#ecctype)[eccType](#ecctype) | 紧急呼叫类型,具体查看[EccType](_ril_v10.md#ecctype…
56 ### eccType subsection
59 enum EccType EmergencyCall::eccType
H A D_emergency_call_v11.md24 | enum [EccType](_ril_v11.md#ecctype)[eccType](#ecctype) | 紧急呼叫类型,具体查看[EccType](_ril_v11.md#ecctype…
56 ### eccType subsection
59 enum EccType EmergencyCall::eccType
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_types.h532 EccType eccType = EccType::TYPE_CATEGORY; member
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp557 to.eccType = EccType(from.category); in BuildEmergencyCall()
785 emergencyCall.eccType = EccType::TYPE_CATEGORY; in BuildDefaultEmergencyCall()
793 emergencyCall.eccType = static_cast<EccType>(std::atoi(category.c_str())); in BuildDefaultEmergencyCall()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp627 emergencyCall.eccType = (HDI::Ril::V1_1::EccType)(ecc.eccType); in SetEmergencyCallList()
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_call_test.cpp102 emergencyInfo.eccType = EccType::TYPE_CATEGORY;
128 emergencyInfo.eccType = EccType::TYPE_CATEGORY;
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp761 callInfo.eccType = static_cast<OHOS::HDI::Ril::V1_1::EccType>(curPtr->category); in BuildIEmergencyCallList()
811 emergencyInfoCalls[i].category = static_cast<int32_t>(call.eccType); in CopyToHRilEmergencyInfoArray()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_stub.cpp341 emergencyCall.eccType = static_cast<EccType>(data.ReadInt32()); in OnSetEmergencyCallList()
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcellular_call_proxy.cpp1466 in.WriteInt32(static_cast<int32_t>(ecc.eccType)) && in SetEmergencyCallList()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dtypes.cpp.txt93 if (!data.WriteUint64(static_cast<uint64_t>(dataBlock.eccType))) {
94 HDF_LOGE("%{public}s: write dataBlock.eccType failed!", __func__);
139 HDF_LOGE("%{public}s: write dataBlock.eccType failed!", __func__);
142 dataBlock.eccType = static_cast<enum EccType>(enumTmp);
H A Dtypes.h.txt214 OHOS::HDI::Ril::V1_1::EccType eccType;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dtypes.cpp.txt93 if (!data.WriteUint64(static_cast<uint64_t>(dataBlock.eccType))) {
94 HDF_LOGE("%{public}s: write dataBlock.eccType failed!", __func__);
139 HDF_LOGE("%{public}s: write dataBlock.eccType failed!", __func__);
142 dataBlock.eccType = static_cast<enum EccType>(enumTmp);
H A Dtypes.h.txt214 OHOS::HDI::Ril::V1_0::EccType eccType;
/ohos5.0/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp410 emergencyInfo.eccType = EccType::TYPE_CATEGORY; in SetEmergencyCallListTest()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/foo/ril/v1_1/
H A DTypes.idl666 enum EccType eccType;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_1/
H A DTypes.idl666 enum EccType eccType;
/ohos5.0/drivers/interface/ril/v1_0/
H A DTypes.idl666 enum EccType eccType;
/ohos5.0/drivers/interface/ril/v1_1/
H A DTypes.idl666 enum EccType eccType;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/dump_ast_target/
H A Ddump.txt1156 ohos.hdi.ril.v1_0.EccType eccType;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/foo/ril/v1_0/
H A DTypes.idl666 enum EccType eccType;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/dump_ast_target/
H A Ddump.txt1223 ohos.hdi.ril.v1_1.EccType eccType;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/dump_ast_target/
H A Ddump.txt1380 ohos.hdi.ril.v1_1.EccType eccType;