/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | _emergency_call_v10.md | 26 | enum [AbnormalServiceType](_ril_v10.md#abnormalservicetype)[abnormalService](#abnormalservice) | … 35 enum AbnormalServiceType EmergencyCall::abnormalService 41 表示号码有效性是否区分CS域非正常服务状态,具体查看[AbnormalServiceType](_ril_v10.md#abnormalservicetype)
|
H A D | _emergency_call_v11.md | 26 | enum [AbnormalServiceType](_ril_v11.md#abnormalservicetype)[abnormalService](#abnormalservice) | … 35 enum AbnormalServiceType EmergencyCall::abnormalService 41 表示号码有效性是否区分CS域非正常服务状态,具体查看[AbnormalServiceType](_ril_v11.md#abnormalservicetype)
|
H A D | _ril_v10.md | 126 | [AbnormalServiceType](#abnormalservicetype) { TYPE_ALL = 0 , TYPE_ONLY_CS = 1 } | 表示号码有效性是否区分电路(C… 146 ### AbnormalServiceType subsection 149 enum AbnormalServiceType
|
H A D | _ril_v11.md | 131 | [AbnormalServiceType](#abnormalservicetype) { TYPE_ALL = 0 , TYPE_ONLY_CS = 1 } | 表示号码有效性是否区分电路(C… 151 ### AbnormalServiceType subsection 154 enum AbnormalServiceType
|
H A D | ril_types_8idl_v10.md | 117 | [AbnormalServiceType](_ril_v10.md#abnormalservicetype) { TYPE_ALL = 0 , TYPE_ONLY_CS = 1 } | 表示号码…
|
H A D | ril_types_8idl_v11.md | 122 | [AbnormalServiceType](_ril_v11.md#abnormalservicetype) { TYPE_ALL = 0 , TYPE_ONLY_CS = 1 } | 表示号码…
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_types.h | 506 enum class AbnormalServiceType : int32_t { enum 541 AbnormalServiceType abnormalService = AbnormalServiceType::TYPE_ALL;
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs1_test.cpp | 98 AbnormalServiceType::TYPE_ALL }; 100 AbnormalServiceType::TYPE_ALL }; 102 AbnormalServiceType::TYPE_ALL }; 104 AbnormalServiceType::TYPE_ALL }; 106 AbnormalServiceType::TYPE_ONLY_CS }; 108 AbnormalServiceType::TYPE_ALL };
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_call_test.cpp | 105 emergencyInfo.abnormalService = AbnormalServiceType::TYPE_ALL; 131 emergencyInfo.abnormalService = AbnormalServiceType::TYPE_ALL;
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_config.cpp | 560 to.abnormalService = AbnormalServiceType(from.abnormalService); in BuildEmergencyCall() 788 emergencyCall.abnormalService = AbnormalServiceType::TYPE_ALL; in BuildDefaultEmergencyCall()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/ |
H A D | types.h.txt | 70 enum AbnormalServiceType : int32_t { 216 OHOS::HDI::Ril::V1_1::AbnormalServiceType abnormalService;
|
H A D | types.cpp.txt | 160 dataBlock.abnormalService = static_cast<enum AbnormalServiceType>(enumTmp);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/ |
H A D | types.h.txt | 70 enum AbnormalServiceType : int32_t { 216 OHOS::HDI::Ril::V1_0::AbnormalServiceType abnormalService;
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_call.cpp | 630 emergencyCall.abnormalService = (HDI::Ril::V1_1::AbnormalServiceType)(ecc.abnormalService); in SetEmergencyCallList()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/foo/ril/v1_1/ |
H A D | Types.idl | 99 enum AbnormalServiceType { 677 enum AbnormalServiceType abnormalService;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_1/ |
H A D | Types.idl | 99 enum AbnormalServiceType { 677 enum AbnormalServiceType abnormalService;
|
/ohos5.0/drivers/interface/ril/v1_0/ |
H A D | Types.idl | 99 enum AbnormalServiceType { 677 enum AbnormalServiceType abnormalService;
|
/ohos5.0/drivers/interface/ril/v1_1/ |
H A D | Types.idl | 99 enum AbnormalServiceType { 677 enum AbnormalServiceType abnormalService;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/dump_ast_target/ |
H A D | dump.txt | 1012 [mini, lite, full] enum AbnormalServiceType : int { 1158 ohos.hdi.ril.v1_0.AbnormalServiceType abnormalService;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/foo/ril/v1_0/ |
H A D | Types.idl | 99 enum AbnormalServiceType { 677 enum AbnormalServiceType abnormalService;
|
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_stub.cpp | 343 emergencyCall.abnormalService = static_cast<AbnormalServiceType>(data.ReadInt32()); in OnSetEmergencyCallList()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/dump_ast_target/ |
H A D | dump.txt | 1079 [mini, lite, full] enum AbnormalServiceType : int { 1225 ohos.hdi.ril.v1_1.AbnormalServiceType abnormalService;
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_call.cpp | 764 …callInfo.abnormalService = static_cast<OHOS::HDI::Ril::V1_1::AbnormalServiceType>(curPtr->abnormal… in BuildIEmergencyCallList()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/dump_ast_target/ |
H A D | dump.txt | 1236 [mini, lite, full] enum AbnormalServiceType : int { 1382 ohos.hdi.ril.v1_1.AbnormalServiceType abnormalService;
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 413 emergencyInfo.abnormalService = AbnormalServiceType::TYPE_ALL; in SetEmergencyCallListTest()
|