Home
last modified time | relevance | path

Searched refs:DiallingNumbersInfo (Results 1 – 25 of 32) sorted by relevance

12

/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_icc_test.cpp139 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 …]
Dsim_test_util.cpp163 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()
Dzero_branch_test_sim_ril.cpp287 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()
Dsim_core_service_test.cpp112 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/
Ddialling_numbers_info.h26 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()
117DiallingNumbersInfo(std::u16string alphaTag, std::u16string number, std::vector<std::u16string> &e… in DiallingNumbersInfo() function
119 DiallingNumbersInfo(0, 0, alphaTag, number, emails); in DiallingNumbersInfo()
122DiallingNumbersInfo(int32_t efid, int32_t recordNumber, std::u16string alphaTag, std::u16string nu… in DiallingNumbersInfo() function
[all …]
Di_sim_manager.h121 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;
Dcore_service_client.h633 …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…
Di_core_service.h116 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;
Dcore_service_proxy.h109 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;
Dcore_manager_inner.h281 …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/
Dicc_dialling_numbers_cache.h44 …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);
Dicc_dialling_numbers_manager.h43 …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);
Dicc_dialling_numbers_handler.h180 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,
Dusim_dialling_numbers_service.h60 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…
Dsim_manager.h126 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/
Dicc_dialling_numbers_cache.cpp89 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 …]
Dicc_dialling_numbers_manager.cpp95 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 …]
Dusim_dialling_numbers_service.cpp72 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()
Dicc_dialling_numbers_handler.cpp155 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 …]
Dsim_file.cpp96 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/
Dcore_service_connection.cpp28 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.ts1617 …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/
Dtest.cpp660 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/
Dcore_service.h186 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/
Dcore_service_client.cpp752 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()

12