Home
last modified time | relevance | path

Searched refs:abnormalService (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.md26 | enum [AbnormalServiceType](_ril_v10.md#abnormalservicetype)[abnormalService](#abnormalservice) | …
32 ### abnormalService subsection
35 enum AbnormalServiceType EmergencyCall::abnormalService
H A D_emergency_call_v11.md26 | enum [AbnormalServiceType](_ril_v11.md#abnormalservicetype)[abnormalService](#abnormalservice) | …
32 ### abnormalService subsection
35 enum AbnormalServiceType EmergencyCall::abnormalService
/ohos5.0/base/telephony/ril_adapter/test/fuzztest/callemergencynotice_fuzzer/
H A Dcallemergencynotice_fuzzer.cpp51 info.abnormalService = static_cast<int32_t>(*data + offset); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_call_parcel.h178 int32_t abnormalService = 0; member
H A Dtelephony_types.h541 AbnormalServiceType abnormalService = AbnormalServiceType::TYPE_ALL; member
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h397 int32_t abnormalService; member
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp630 emergencyCall.abnormalService = (HDI::Ril::V1_1::AbnormalServiceType)(ecc.abnormalService); in SetEmergencyCallList()
678 call.abnormalService = ecc.abnormalService; in BuildEmergencyInfoList()
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp764 …callInfo.abnormalService = static_cast<OHOS::HDI::Ril::V1_1::AbnormalServiceType>(curPtr->abnormal… in BuildIEmergencyCallList()
820 emergencyInfoCalls[i].abnormalService = call.abnormalService; in CopyToHRilEmergencyInfoArray()
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp560 to.abnormalService = AbnormalServiceType(from.abnormalService); in BuildEmergencyCall()
788 emergencyCall.abnormalService = AbnormalServiceType::TYPE_ALL; in BuildDefaultEmergencyCall()
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_call.c247 if (NextInt(&pStr, &pEmergencyInfo.abnormalService) < 0) { in ReportEmergencyNumberList()
1342 if (NextInt(&pLine, &outCall->abnormalService) < 0) { in CallCmdXLEMA()
1464 emergencyInfo[i].mcc, emergencyInfo[i].abnormalService); in ReqSetEmergencyCallList()
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_call_test.cpp105 emergencyInfo.abnormalService = AbnormalServiceType::TYPE_ALL;
131 emergencyInfo.abnormalService = AbnormalServiceType::TYPE_ALL;
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_stub.cpp343 emergencyCall.abnormalService = static_cast<AbnormalServiceType>(data.ReadInt32()); in OnSetEmergencyCallList()
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcellular_call_proxy.cpp1468 in.WriteInt32(static_cast<int32_t>(ecc.abnormalService)))) { in SetEmergencyCallList()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dtypes.cpp.txt103 if (!data.WriteUint64(static_cast<uint64_t>(dataBlock.abnormalService))) {
104 HDF_LOGE("%{public}s: write dataBlock.abnormalService failed!", __func__);
157 HDF_LOGE("%{public}s: write dataBlock.abnormalService failed!", __func__);
160 dataBlock.abnormalService = static_cast<enum AbnormalServiceType>(enumTmp);
H A Dtypes.h.txt216 OHOS::HDI::Ril::V1_1::AbnormalServiceType abnormalService;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dtypes.cpp.txt103 if (!data.WriteUint64(static_cast<uint64_t>(dataBlock.abnormalService))) {
104 HDF_LOGE("%{public}s: write dataBlock.abnormalService failed!", __func__);
157 HDF_LOGE("%{public}s: write dataBlock.abnormalService failed!", __func__);
160 dataBlock.abnormalService = static_cast<enum AbnormalServiceType>(enumTmp);
H A Dtypes.h.txt216 OHOS::HDI::Ril::V1_0::AbnormalServiceType abnormalService;
/ohos5.0/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp413 emergencyInfo.abnormalService = AbnormalServiceType::TYPE_ALL; in SetEmergencyCallListTest()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/foo/ril/v1_1/
H A DTypes.idl677 enum AbnormalServiceType abnormalService;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_1/
H A DTypes.idl677 enum AbnormalServiceType abnormalService;
/ohos5.0/drivers/interface/ril/v1_0/
H A DTypes.idl677 enum AbnormalServiceType abnormalService;
/ohos5.0/drivers/interface/ril/v1_1/
H A DTypes.idl677 enum AbnormalServiceType abnormalService;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/dump_ast_target/
H A Ddump.txt1158 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 DTypes.idl677 enum AbnormalServiceType abnormalService;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/dump_ast_target/
H A Ddump.txt1225 ohos.hdi.ril.v1_1.AbnormalServiceType abnormalService;

12