Searched refs:diallingNumberList (Results 1 – 5 of 5) sorted by relevance
89 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> diallingNumberList = in ProcessObtainPbrDetailsDone() local97 fileId, diallingNumberList)); in ProcessObtainPbrDetailsDone()98 SendBackResult(fd->callerCache->caller, diallingNumberList, fd->exception); in ProcessObtainPbrDetailsDone()110 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> diallingNumberList = in ProcessObtainAdnDetailsDone() local112 if (diallingNumberList == nullptr) { in ProcessObtainAdnDetailsDone()115 TELEPHONY_LOGI("ProcessObtainAdnDetailsDone %{public}zu", diallingNumberList->size()); in ProcessObtainAdnDetailsDone()123 fileId, diallingNumberList)); in ProcessObtainAdnDetailsDone()124 SendBackResult(fd->callerCache->caller, diallingNumberList, fd->exception); in ProcessObtainAdnDetailsDone()166 diallingNumberList = itDiallingNumbers->second; in LoadReadyDiallingNumbers()168 return diallingNumberList; in LoadReadyDiallingNumbers()[all …]
91 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> diallingNumberList = in ProcessLoadDone() local93 if (diallingNumberList != nullptr) { in ProcessLoadDone()94 FillResults(diallingNumberList); in ProcessLoadDone()
97 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> diallingNumberList = in ProcessDiallingNumberLoadDone() local99 FillDiallingNumbersRecords(diallingNumberList); in ProcessDiallingNumberLoadDone()
248 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> diallingNumberList = in ProcessDiallingNumber() local250 loadRequest->SetResult(static_cast<std::shared_ptr<void>>(diallingNumberList)); in ProcessDiallingNumber()260 diallingNumberList->push_back(diallingNumber); in ProcessDiallingNumber()
633 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> diallingNumberList = variable635 data->result = diallingNumberList;660 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> diallingNumberList = variable666 diallingNumberList->push_back(diallingNumber);667 usimDiallingNumbersService->FillDiallingNumbersRecords(diallingNumberList);