| /base/telephony/core_service/interfaces/innerkits/include/ |
| H A D | tel_ril_sim_parcel.h | 292 int32_t type = 0; member
|
| H A D | tel_ril_sms_parcel.h | 246 int32_t type = 0; member 253 int32_t type = 0; member 263 int32_t type = 0; member
|
| H A D | tel_ril_call_parcel.h | 115 int32_t type = 0; member
|
| /base/telephony/core_service/services/sim/src/ |
| H A D | sim_sms_controller.cpp | 279 CardType type = stateManager_->GetCardType(); in IsCdmaCardType() local
|
| H A D | icc_dialling_numbers_manager.cpp | 169 UpdateIccDiallingNumbers( int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) UpdateIccDiallingNumbers() argument 198 DelIccDiallingNumbers( int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) DelIccDiallingNumbers() argument 227 AddIccDiallingNumbers( int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) AddIccDiallingNumbers() argument 255 QueryIccDiallingNumbers( int type, std::vector<std::shared_ptr<DiallingNumbersInfo>> &result) QueryIccDiallingNumbers() argument 329 IsValidType(int type) IsValidType() argument 360 IsValidParam(int type, const std::shared_ptr<DiallingNumbersInfo> &info) IsValidParam() argument [all...] |
| /base/telephony/call_manager/frameworks/native/src/ |
| H A D | voip_call_manager_proxy.cpp | 92 ReportCallStateChange( std::string callId, const VoipCallState &state, const VoipCallType &type) ReportCallStateChange() argument
|
| /base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/ |
| H A D | getcallrestriction_fuzzer.cpp | 165 int32_t type = static_cast<int32_t>(size); in GetCallTransferInfo() local
|
| /base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/ |
| H A D | setimsfeaturevalue_fuzzer.cpp | 196 int32_t type = static_cast<int32_t>(size % FEATURE_TYPE_NUM); in GetImsFeatureValue() local 214 int32_t type = static_cast<int32_t>(size % FEATURE_TYPE_NUM); in SetImsFeatureValue() local 269 int32_t type = static_cast<int32_t>(size); in HangUp() local
|
| /base/telephony/cellular_data/services/src/utils/ |
| H A D | cellular_data_hisysevent.cpp | 55 void CellularDataHiSysEvent::WriteDataDeactiveBehaviorEvent(const int32_t slotId, const DataDisconnectCause type,
in WriteDataDeactiveBehaviorEvent() argument 78 WriteCellularRequestBehaviorEvent( const uint32_t uid, const std::string name, const uint64_t type, const int32_t state) WriteCellularRequestBehaviorEvent() argument
|
| /base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/ |
| H A D | unlockpin_fuzzer.cpp | 203 int32_t type = static_cast<int32_t>(*data + sizeof(int32_t)); in DiallingNumbersGet() local 218 int32_t type = static_cast<int32_t>(*data + sizeof(int32_t)); in DelIccDiallingNumbers() local
|
| /base/telephony/core_service/utils/vcard/src/contact_data/ |
| H A D | vcard_postal_data.cpp | 68 void VCardPostalData::InitPostalData(std::vector<std::string> propValueList, int32_t type, std::string label) in InitPostalData() argument
|
| /base/telephony/ril_adapter/services/vendor/src/ |
| H A D | vendor_report.c | 90 struct ReportInfo CreateReportInfo(const ReqDataInfo *requestInfo, int32_t err, uint32_t type, int32_t notifyId) in CreateReportInfo() argument
|
| /base/telephony/call_manager/services/call_setting/src/ |
| H A D | call_setting_manager.cpp | 59 int32_t CallSettingManager::GetCallRestriction(int32_t slotId, CallRestrictionType type) in GetCallRestriction() argument 106 int32_t CallSettingManager::GetCallTransferInfo(int32_t slotId, CallTransferType type) in GetCallTransferInfo() argument 175 int32_t CallSettingManager::GetImsFeatureValue(int32_t slotId, FeatureType type) in GetImsFeatureValue() argument 184 SetImsFeatureValue(int32_t slotId, FeatureType type, int32_t value) SetImsFeatureValue() argument 261 GetCallRestrictionPolicy(int32_t slotId, CallRestrictionType type) GetCallRestrictionPolicy() argument 294 GetCallTransferInfoPolicy(int32_t slotId, CallTransferType type) GetCallTransferInfoPolicy() argument [all...] |
| /base/telephony/call_manager/services/distributed_call/src/distributed_communication/ |
| H A D | distributed_communication_manager.cpp | 240 void DistributedCommunicationManager::ProcessCallInfo(const sptr<CallBase> &call, DistributedDataType type) in ProcessCallInfo() argument
|
| /base/telephony/call_manager/test/fuzztest/callmanagerservicestub_fuzzer/ |
| H A D | callmanagerservicestub_fuzzer.cpp | 68 int32_t type = static_cast<int32_t>(size); in GetProxyObjectPtr() local
|
| /base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/ |
| H A D | imsclient_fuzzer.cpp | 158 int32_t type = static_cast<int32_t>(size % NUM_FOUR); in TestImsCallClientWithSettingFunction() local 333 int32_t type in TestImsCallProxyWithSettingFunction() local [all...] |
| /base/telephony/cellular_call/test/unittest/imstest/ |
| H A D | ims_test.cpp | 178 int32_t type = 0; in SetImsFeatureValue() local 179 std::cin >> type; in SetImsFeatureValue() local 191 int32_t type = 0; in GetImsFeatureValue() local 192 std::cin >> type; in GetImsFeatureValue() local
|
| H A D | ims_test.h | 168 bool CanUseImsService(int32_t slotId, ImsServiceType type) in CanUseImsService() argument
|
| /base/time/time_service/services/ipc/stub/ |
| H A D | time_service_stub.cpp | 194 auto type = data.ReadInt32(); in OnCreateTimer() local
|
| /base/update/sys_installer/services/module_update/util/include/ |
| H A D | module_file.h | 80 std::string type; member
|
| /base/update/updater/services/diffpatch/diff/ |
| H A D | image_diff.cpp | 93 int32_t type = (oldInfo.length == 0) ? BLOCK_RAW : BLOCK_NORMAL;
in SplitImage() local
|
| /base/update/updater/services/package/pkg_package/ |
| H A D | pkg_upgradefile.h | 28 uint16_t type;
member 49 uint8_t type;
member
|
| /base/update/updater/services/ptable_parse/ |
| H A D | ptable_manager.cpp | 246 uint32_t type = GetBootdevType(); in IsCompositePtable() local
|
| /base/update/updater/services/script/script_interpreter/ |
| H A D | script_context.cpp | 107 UScriptValue::UScriptValueType type = innerParam_[index]->GetValueType();
in GetParamType() local [all...] |
| /base/update/updater/test/fuzztest/package_fuzzer/ |
| H A D | package_fuzzer.cpp | 134 int TestPackageUnpack(int type) in TestPackageUnpack() argument
|