| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| D | sim_icc_test.cpp | 139 std::shared_ptr<DiallingNumbersInfo> diallingNumber = 140 std::make_shared<DiallingNumbersInfo>(DiallingNumbersInfo::SIM_ADN, 0); 144 SimTest::slotId_, DiallingNumbersInfo::SIM_ADN, diallingNumber); 145 DiallingNumbersInfo mInfo = DiallingNumbersInfo(); 151 DiallingNumbersInfo mInfoTemp = DiallingNumbersInfo(0, 0); 154 mInfoTemp = DiallingNumbersInfo(nameTemp, numberTemp); 155 mInfoTemp = DiallingNumbersInfo(nameTemp, numberTemp, emails); 156 mInfoTemp = DiallingNumbersInfo(0, 0, nameTemp, numberTemp); 157 mInfoTemp = DiallingNumbersInfo(0, 0, nameTemp, numberTemp, emails); 177 std::shared_ptr<DiallingNumbersInfo> diallingNumber = [all …]
|
| D | sim_test_util.cpp | 163 std::vector<std::shared_ptr<DiallingNumbersInfo>> diallingNumbers; in QueryIccAdnDiallingNumbersTestFunc() 165 SimTest::slotId_, DiallingNumbersInfo::SIM_ADN, diallingNumbers); in QueryIccAdnDiallingNumbersTestFunc() 170 std::vector<std::shared_ptr<DiallingNumbersInfo>> diallingNumbers; in QueryIccAdnDiallingNumbersTestFunc1() 172 SimTest::slotId1_, DiallingNumbersInfo::SIM_ADN, diallingNumbers); in QueryIccAdnDiallingNumbersTestFunc1() 177 std::vector<std::shared_ptr<DiallingNumbersInfo>> diallingNumbers; in QueryIccFdnDiallingNumbersTestFunc() 179 SimTest::slotId_, DiallingNumbersInfo::SIM_FDN, diallingNumbers); in QueryIccFdnDiallingNumbersTestFunc() 184 std::vector<std::shared_ptr<DiallingNumbersInfo>> diallingNumbers; in QueryIccFdnDiallingNumbersTestFunc1() 186 SimTest::slotId1_, DiallingNumbersInfo::SIM_FDN, diallingNumbers); in QueryIccFdnDiallingNumbersTestFunc1()
|
| D | zero_branch_test_sim_ril.cpp | 287 std::shared_ptr<DiallingNumbersInfo> telNumber = std::make_shared<DiallingNumbersInfo>(); 318 std::shared_ptr<DiallingNumbersInfo> telNumber = std::make_shared<DiallingNumbersInfo>(); 371 std::shared_ptr<DiallingNumbersInfo> diallingNumber = nullptr; 372 std::vector<std::shared_ptr<DiallingNumbersInfo>> result = {}; 378 std::shared_ptr<DiallingNumbersInfo> diallingNumbers1 = std::make_shared<DiallingNumbersInfo>(); 671 objectUnique->result = std::make_shared<DiallingNumbersInfo>(); in GetDiallingNumbersHandlerResultEvent()
|
| D | sim_core_service_test.cpp | 112 std::vector<std::shared_ptr<DiallingNumbersInfo>> reslut = {}; 114 const std::shared_ptr<DiallingNumbersInfo> diallingNumber = nullptr; 256 std::vector<std::shared_ptr<DiallingNumbersInfo>> reslut = {}; 258 const std::shared_ptr<DiallingNumbersInfo> diallingNumber = nullptr;
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | dialling_numbers_info.h | 26 class DiallingNumbersInfo : public Parcelable { 92 static std::shared_ptr<DiallingNumbersInfo> UnMarshalling(Parcel &parcel) in UnMarshalling() 94 std::shared_ptr<DiallingNumbersInfo> param = std::make_shared<DiallingNumbersInfo>(); in UnMarshalling() 104 DiallingNumbersInfo() {} in DiallingNumbersInfo() function 106 DiallingNumbersInfo(int32_t efid, int32_t recordNumber) in DiallingNumbersInfo() function 112 DiallingNumbersInfo(std::u16string &alphaTag, std::u16string &number) in DiallingNumbersInfo() function 114 DiallingNumbersInfo(0, 0, alphaTag, number); in DiallingNumbersInfo() 117 …DiallingNumbersInfo(std::u16string alphaTag, std::u16string number, std::vector<std::u16string> &e… in DiallingNumbersInfo() function 119 DiallingNumbersInfo(0, 0, alphaTag, number, emails); in DiallingNumbersInfo() 122 …DiallingNumbersInfo(int32_t efid, int32_t recordNumber, std::u16string alphaTag, std::u16string nu… in DiallingNumbersInfo() function [all …]
|
| D | i_sim_manager.h | 121 int slotId, int type, std::vector<std::shared_ptr<DiallingNumbersInfo>> &result) = 0; 123 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) = 0; 125 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) = 0; 127 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) = 0;
|
| D | core_service_client.h | 633 …ccDiallingNumbers(int slotId, int type, std::vector<std::shared_ptr<DiallingNumbersInfo>> &result); 643 …int32_t AddIccDiallingNumbers(int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &di… 653 …int32_t DelIccDiallingNumbers(int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &di… 663 …dateIccDiallingNumbers(int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingN…
|
| D | i_core_service.h | 116 int slotId, int type, std::vector<std::shared_ptr<DiallingNumbersInfo>> &result) = 0; 118 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) = 0; 120 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) = 0; 122 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) = 0;
|
| D | core_service_proxy.h | 109 int slotId, int type, std::vector<std::shared_ptr<DiallingNumbersInfo>> &result) override; 111 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) override; 113 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) override; 115 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) override;
|
| D | core_manager_inner.h | 281 …ccDiallingNumbers(int slotId, int type, std::vector<std::shared_ptr<DiallingNumbersInfo>> &result); 282 …int32_t AddIccDiallingNumbers(int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &di… 283 …int32_t DelIccDiallingNumbers(int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &di… 284 …dateIccDiallingNumbers(int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingN…
|
| /base/telephony/core_service/services/sim/include/ |
| D | icc_dialling_numbers_cache.h | 44 …std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> LoadReadyDiallingNumbers(int fi… 46 …void UpdateDiallingNumberToIcc(int fileId, std::shared_ptr<DiallingNumbersInfo> diallingNumberInfo… 56 …std::map<int, std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>>> diallingNumberFi… 60 const std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> &ar, 73 …const std::shared_ptr<DiallingNumbersInfo> &src, const std::shared_ptr<DiallingNumbersInfo> &dest); 76 …ckValueAndOperation(const std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> &list, 77 const std::shared_ptr<DiallingNumbersInfo> &info, int &index, int fileId); 78 …ndexByNameAndNumber(const std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> &list, 79 const std::shared_ptr<DiallingNumbersInfo> &info, int &index);
|
| D | icc_dialling_numbers_manager.h | 43 …int32_t QueryIccDiallingNumbers(int type, std::vector<std::shared_ptr<DiallingNumbersInfo>> &resul… 44 …int32_t AddIccDiallingNumbers(int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber… 45 …int32_t DelIccDiallingNumbers(int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber… 46 …int32_t UpdateIccDiallingNumbers(int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNum… 63 std::vector<std::shared_ptr<DiallingNumbersInfo>> diallingNumbersList_; 76 …void FillResults(const std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> &listInf… 79 bool IsValidParam(int type, const std::shared_ptr<DiallingNumbersInfo> &info);
|
| D | icc_dialling_numbers_handler.h | 180 std::shared_ptr<DiallingNumbersInfo> diallingNumber = nullptr; 227 const std::shared_ptr<DiallingNumbersInfo> &diallingNumber, const std::string &recordData); 229 const std::shared_ptr<DiallingNumbersInfo> &diallingNumber, int dataLength); 234 bool FormatNameAndNumber(std::shared_ptr<DiallingNumbersInfo> &diallingNumber, bool isDel); 235 void SendUpdateCommand(const std::shared_ptr<DiallingNumbersInfo> &diallingNumber, int length,
|
| D | usim_dialling_numbers_service.h | 60 std::vector<std::shared_ptr<DiallingNumbersInfo>> diallingNumbersFiles_; 81 …lingNumbersRecords(const std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> &list); 87 …void SendBackResult(const std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> &dial…
|
| D | sim_manager.h | 126 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) override; 128 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) override; 130 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) override; 132 int slotId, int type, std::vector<std::shared_ptr<DiallingNumbersInfo>> &result) override;
|
| /base/telephony/core_service/services/sim/src/ |
| D | icc_dialling_numbers_cache.cpp | 89 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> diallingNumberList = in ProcessObtainPbrDetailsDone() 90 std::static_pointer_cast<std::vector<std::shared_ptr<DiallingNumbersInfo>>>(fd->result); in ProcessObtainPbrDetailsDone() 96 std::pair<int, std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>>>( in ProcessObtainPbrDetailsDone() 110 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> diallingNumberList = in ProcessObtainAdnDetailsDone() 111 std::static_pointer_cast<std::vector<std::shared_ptr<DiallingNumbersInfo>>>(fd->result); in ProcessObtainAdnDetailsDone() 122 std::pair<int, std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>>>( in ProcessObtainAdnDetailsDone() 137 …std::shared_ptr<DiallingNumbersInfo> diallingNumber = std::static_pointer_cast<DiallingNumbersInfo… in ProcessChangeDiallingNumbersDone() 160 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> IccDiallingNumbersCache::LoadRea… in LoadReadyDiallingNumbers() 164 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> diallingNumberList = nullptr; in LoadReadyDiallingNumbers() 178 std::shared_ptr<DiallingNumbersInfo> diallingNumberInfor, int index, in UpdateDiallingNumberToIcc() [all …]
|
| D | icc_dialling_numbers_manager.cpp | 95 std::vector<std::shared_ptr<DiallingNumbersInfo>> diallingNumbers; in InitFdnCache() 96 QueryIccDiallingNumbers(DiallingNumbersInfo::SIM_FDN, diallingNumbers); in InitFdnCache() 106 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> diallingNumberList = in ProcessLoadDone() 107 … std::static_pointer_cast<std::vector<std::shared_ptr<DiallingNumbersInfo>>>(object->result); in ProcessLoadDone() 170 int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) in UpdateIccDiallingNumbers() 199 int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) in DelIccDiallingNumbers() 228 int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) in AddIccDiallingNumbers() 256 int type, std::vector<std::shared_ptr<DiallingNumbersInfo>> &result) in QueryIccDiallingNumbers() 301 std::vector<std::shared_ptr<DiallingNumbersInfo>> nullVector; in ClearRecords() 308 if (fileType == DiallingNumbersInfo::SIM_ADN) { in GetFileIdForType() [all …]
|
| D | usim_dialling_numbers_service.cpp | 72 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> list = in ProcessPbrLoadDone() 73 std::make_shared<std::vector<std::shared_ptr<DiallingNumbersInfo>>>(); in ProcessPbrLoadDone() 88 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> diallingNumberList = in ProcessDiallingNumberLoadDone() 89 … std::static_pointer_cast<std::vector<std::shared_ptr<DiallingNumbersInfo>>>(object->result); in ProcessDiallingNumberLoadDone() 107 const std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> &list) in FillDiallingNumbersRecords() 110 …for (std::vector<std::shared_ptr<DiallingNumbersInfo>>::iterator it = list->begin(); it != list->e… in FillDiallingNumbersRecords() 305 const std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> &diallingnumbers) in SendBackResult() 322 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> diallingnumbers = in SendLocalBack() 323 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>>(&diallingNumbersFiles_); in SendLocalBack()
|
| D | icc_dialling_numbers_handler.cpp | 155 std::shared_ptr<DiallingNumbersInfo> diallingNumberLoad = nullptr; in ProcessLinearSizeDone() 167 diallingNumberLoad = std::static_pointer_cast<DiallingNumbersInfo>(baseLoad); in ProcessLinearSizeDone() 248 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> diallingNumberList = in ProcessDiallingNumber() 249 std::make_shared<std::vector<std::shared_ptr<DiallingNumbersInfo>>>(); in ProcessDiallingNumber() 257 std::shared_ptr<DiallingNumbersInfo> diallingNumber = in ProcessDiallingNumber() 258 std::make_shared<DiallingNumbersInfo>(loadRequest->GetElementaryFileId(), 1 + i); in ProcessDiallingNumber() 288 std::shared_ptr<DiallingNumbersInfo> diallingNumber = in ProcessDiallingNumberLoadDone() 289 …std::make_shared<DiallingNumbersInfo>(loadRequest->GetElementaryFileId(), loadRequest->GetIndex()); in ProcessDiallingNumberLoadDone() 294 void IccDiallingNumbersHandler::SendUpdateCommand(const std::shared_ptr<DiallingNumbersInfo> &diall… in SendUpdateCommand() 402 const std::shared_ptr<DiallingNumbersInfo> &diallingNumber, const std::string &recordData) in FetchDiallingNumberContent() [all …]
|
| D | sim_file.cpp | 96 std::shared_ptr<DiallingNumbersInfo> diallingNumber = std::make_shared<DiallingNumbersInfo>(); in UpdateMsisdnNumber() 669 …std::shared_ptr<DiallingNumbersInfo> diallingNumber = std::static_pointer_cast<DiallingNumbersInfo… in ProcessGetMsisdnDone() 820 …std::shared_ptr<DiallingNumbersInfo> diallingNumber = std::static_pointer_cast<DiallingNumbersInfo… in ProcessGetMbdnDone() 860 …std::shared_ptr<DiallingNumbersInfo> diallingNumber = std::static_pointer_cast<DiallingNumbersInfo… in ProcessGetCphsMailBoxDone() 1413 …std::shared_ptr<DiallingNumbersInfo> diallingNumber = std::static_pointer_cast<DiallingNumbersInfo… in ProcessSetCphsMailbox() 1509 …std::shared_ptr<DiallingNumbersInfo> diallingNumber = std::static_pointer_cast<DiallingNumbersInfo… in ProcessSetMbdn() 1521 … std::shared_ptr<DiallingNumbersInfo> diallingNumberCphs = std::make_shared<DiallingNumbersInfo>(); in ProcessSetMbdn() 1685 std::shared_ptr<DiallingNumbersInfo> diallingNumber = std::make_shared<DiallingNumbersInfo>(); in UpdateVoiceMail()
|
| /base/telephony/call_manager/services/telephony_interaction/src/ |
| D | core_service_connection.cpp | 28 std::vector<std::shared_ptr<DiallingNumbersInfo>> diallingNumbers; in GetFdnNumberList() 30 slotId, DiallingNumbersInfo::SIM_FDN, diallingNumbers); in GetFdnNumberList() 35 for (std::vector<std::shared_ptr<DiallingNumbersInfo>>::iterator it = diallingNumbers.begin(); in GetFdnNumberList()
|
| /base/telephony/core_service/interfaces/kits/js/ |
| D | @ohos.telephony.sim.d.ts | 1617 …bers(slotId: number, type: ContactType, callback: AsyncCallback<Array<DiallingNumbersInfo>>): void; 1640 …on queryIccDiallingNumbers(slotId: number, type: ContactType): Promise<Array<DiallingNumbersInfo>>; 1664 …iallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: … 1688 …iallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<v… 1712 …iallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: … 1736 …iallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<v… 1760 …iallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: … 1784 …iallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<v… 2380 export interface DiallingNumbersInfo { interface
|
| /base/telephony/core_service/services/sim/test/ |
| D | test.cpp | 660 int type = DiallingNumbersInfo::SIM_ADN; in TestQueryIccDiallingNumbers() 664 type = DiallingNumbersInfo::SIM_FDN; in TestQueryIccDiallingNumbers() 667 std::vector<std::shared_ptr<DiallingNumbersInfo>> diallingNumbers; in TestQueryIccDiallingNumbers() 677 for (std::vector<std::shared_ptr<DiallingNumbersInfo>>::iterator it = diallingNumbers.begin(); in TestQueryIccDiallingNumbers() 679 std::shared_ptr<DiallingNumbersInfo> item = *it; in TestQueryIccDiallingNumbers() 710 type = DiallingNumbersInfo::SIM_FDN; in TestAddIccDiallingNumbers() 714 type = DiallingNumbersInfo::SIM_ADN; in TestAddIccDiallingNumbers() 717 …std::shared_ptr<DiallingNumbersInfo> diallingNumber = std::make_shared<DiallingNumbersInfo>(type, … in TestAddIccDiallingNumbers() 746 type = DiallingNumbersInfo::SIM_FDN; in TestDelIccDiallingNumbers() 750 type = DiallingNumbersInfo::SIM_ADN; in TestDelIccDiallingNumbers() [all …]
|
| /base/telephony/core_service/services/core/include/ |
| D | core_service.h | 186 int slotId, int type, std::vector<std::shared_ptr<DiallingNumbersInfo>> &result) override; 189 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) override; 192 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) override; 195 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) override;
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_service_client.cpp | 752 int slotId, int type, std::vector<std::shared_ptr<DiallingNumbersInfo>> &result) in QueryIccDiallingNumbers() 763 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) in AddIccDiallingNumbers() 774 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) in DelIccDiallingNumbers() 785 int slotId, int type, const std::shared_ptr<DiallingNumbersInfo> &diallingNumber) in UpdateIccDiallingNumbers()
|