/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… 59 enum EccType EmergencyCall::eccType 65 紧急呼叫类型,具体查看[EccType](_ril_v10.md#ecctype)
|
H A D | _emergency_call_v11.md | 24 | enum [EccType](_ril_v11.md#ecctype)[eccType](#ecctype) | 紧急呼叫类型,具体查看[EccType](_ril_v11.md#ecctype… 59 enum EccType EmergencyCall::eccType 65 紧急呼叫类型,具体查看[EccType](_ril_v11.md#ecctype)
|
H A D | _ril_v10.md | 124 | [EccType](#ecctype) {<br/>TYPE_CATEGORY = 0 , TYPE_POLICE = 1 , TYPE_AMBULANCE = 2 , TYPE_FIRE = … 165 ### EccType subsection 168 enum EccType
|
H A D | _ril_v11.md | 129 | [EccType](#ecctype) {<br/>TYPE_CATEGORY = 0 , TYPE_POLICE = 1 , TYPE_AMBULANCE = 2 , TYPE_FIRE = … 170 ### EccType subsection 173 enum EccType
|
H A D | ril_types_8idl_v10.md | 115 | [EccType](_ril_v10.md#ecctype) {<br/>TYPE_CATEGORY = 0 , TYPE_POLICE = 1 , TYPE_AMBULANCE = 2 , T…
|
H A D | ril_types_8idl_v11.md | 120 | [EccType](_ril_v11.md#ecctype) {<br/>TYPE_CATEGORY = 0 , TYPE_POLICE = 1 , TYPE_AMBULANCE = 2 , T…
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_types.h | 461 enum class EccType : int32_t { enum 532 EccType eccType = EccType::TYPE_CATEGORY;
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs1_test.cpp | 97 EmergencyCall temp0 = { "499", "460", EccType::TYPE_CATEGORY, SimpresentType::TYPE_NO_CARD, 99 EmergencyCall temp1 = { "443", "460", EccType::TYPE_POLICE, SimpresentType::TYPE_NO_CARD, 101 EmergencyCall temp2 = { "356", "460", EccType::TYPE_AMBULANCE, SimpresentType::TYPE_NO_CARD, 103 EmergencyCall temp3 = { "783", "460", EccType::TYPE_FIRE, SimpresentType::TYPE_NO_CARD, 105 EmergencyCall temp4 = { "975", "460", EccType::TYPE_SEA, SimpresentType::TYPE_HAS_CARD, 107 EmergencyCall temp5 = { "350", "460", EccType::TYPE_MOUNTAIN, SimpresentType::TYPE_HAS_CARD,
|
/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/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/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/foo/ril/v1_1/ |
H A D | Types.idl | 48 enum EccType { 664 * Enumerates emergency call types. For details, see {@link EccType}. 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 | 48 enum EccType { 664 * Enumerates emergency call types. For details, see {@link EccType}. 666 enum EccType eccType;
|
/ohos5.0/drivers/interface/ril/v1_0/ |
H A D | Types.idl | 48 enum EccType { 664 * Enumerates emergency call types. For details, see {@link EccType}. 666 enum EccType eccType;
|
/ohos5.0/drivers/interface/ril/v1_1/ |
H A D | Types.idl | 48 enum EccType { 664 * Enumerates emergency call types. For details, see {@link EccType}. 666 enum EccType eccType;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/foo/ril/v1_0/ |
H A D | Types.idl | 48 enum EccType { 664 * Enumerates emergency call types. For details, see {@link EccType}. 666 enum EccType eccType;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/ |
H A D | types.h.txt | 56 enum EccType : int32_t { 214 OHOS::HDI::Ril::V1_1::EccType eccType;
|
H A D | types.cpp.txt | 142 dataBlock.eccType = static_cast<enum EccType>(enumTmp);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/ |
H A D | types.h.txt | 56 enum EccType : int32_t { 214 OHOS::HDI::Ril::V1_0::EccType eccType;
|
/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/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/dump_ast_target/ |
H A D | dump.txt | 998 [mini, lite, full] enum EccType : int { 1156 ohos.hdi.ril.v1_0.EccType eccType;
|
/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/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/dump_ast_target/ |
H A D | dump.txt | 1065 [mini, lite, full] enum EccType : int { 1223 ohos.hdi.ril.v1_1.EccType eccType;
|
/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()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/dump_ast_target/ |
H A D | dump.txt | 1222 [mini, lite, full] enum EccType : int { 1380 ohos.hdi.ril.v1_1.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()
|