Home
last modified time | relevance | path

Searched refs:EccType (Results 1 – 25 of 26) sorted by relevance

12

/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…
59 enum EccType EmergencyCall::eccType
65 紧急呼叫类型,具体查看[EccType](_ril_v10.md#ecctype)
H A D_emergency_call_v11.md24 | 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.md124 | [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.md129 | [EccType](#ecctype) {<br/>TYPE_CATEGORY = 0 , TYPE_POLICE = 1 , TYPE_AMBULANCE = 2 , TYPE_FIRE = …
170 ### EccType subsection
173 enum EccType
H A Dril_types_8idl_v10.md115 | [EccType](_ril_v10.md#ecctype) {<br/>TYPE_CATEGORY = 0 , TYPE_POLICE = 1 , TYPE_AMBULANCE = 2 , T…
H A Dril_types_8idl_v11.md120 | [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 Dtelephony_types.h461 enum class EccType : int32_t { enum
532 EccType eccType = EccType::TYPE_CATEGORY;
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs1_test.cpp97 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 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/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/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/foo/ril/v1_1/
H A DTypes.idl48 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 DTypes.idl48 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 DTypes.idl48 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 DTypes.idl48 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 DTypes.idl48 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 Dtypes.h.txt56 enum EccType : int32_t {
214 OHOS::HDI::Ril::V1_1::EccType eccType;
H A Dtypes.cpp.txt142 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 Dtypes.h.txt56 enum EccType : int32_t {
214 OHOS::HDI::Ril::V1_0::EccType eccType;
/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/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/dump_ast_target/
H A Ddump.txt998 [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 Dcellular_call_stub.cpp341 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 Ddump.txt1065 [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 Dhril_call.cpp761 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 Ddump.txt1222 [mini, lite, full] enum EccType : int {
1380 ohos.hdi.ril.v1_1.EccType eccType;
/ohos5.0/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp410 emergencyInfo.eccType = EccType::TYPE_CATEGORY; in SetEmergencyCallListTest()

12