/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | _emergency_call_v10.md | 24 | 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.md | 24 | 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 D | telephony_types.h | 532 EccType eccType = EccType::TYPE_CATEGORY; member
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_config.cpp | 557 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 D | tel_ril_call.cpp | 627 emergencyCall.eccType = (HDI::Ril::V1_1::EccType)(ecc.eccType); in SetEmergencyCallList()
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_call_test.cpp | 102 emergencyInfo.eccType = EccType::TYPE_CATEGORY; 128 emergencyInfo.eccType = EccType::TYPE_CATEGORY;
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_call.cpp | 761 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 D | cellular_call_stub.cpp | 341 emergencyCall.eccType = static_cast<EccType>(data.ReadInt32()); in OnSetEmergencyCallList()
|
/ohos5.0/base/telephony/call_manager/frameworks/native/src/ |
H A D | cellular_call_proxy.cpp | 1466 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 D | types.cpp.txt | 93 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 D | types.h.txt | 214 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 D | types.cpp.txt | 93 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 D | types.h.txt | 214 OHOS::HDI::Ril::V1_0::EccType eccType;
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 410 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 D | Types.idl | 666 enum EccType eccType;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_1/ |
H A D | Types.idl | 666 enum EccType eccType;
|
/ohos5.0/drivers/interface/ril/v1_0/ |
H A D | Types.idl | 666 enum EccType eccType;
|
/ohos5.0/drivers/interface/ril/v1_1/ |
H A D | Types.idl | 666 enum EccType eccType;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/dump_ast_target/ |
H A D | dump.txt | 1156 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 D | Types.idl | 666 enum EccType eccType;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/dump_ast_target/ |
H A D | dump.txt | 1223 ohos.hdi.ril.v1_1.EccType eccType;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/dump_ast_target/ |
H A D | dump.txt | 1380 ohos.hdi.ril.v1_1.EccType eccType;
|