Searched refs:ottVec (Results 1 – 14 of 14) sorted by relevance
1088 int32_t CallManagerService::ReportOttCallDetailsInfo(std::vector<OttCallDetailsInfo> &ottVec) in ReportOttCallDetailsInfo() argument1090 if (ottVec.empty()) { in ReportOttCallDetailsInfo()1097 …(void)memcpy_s(detailsInfo.bundleName, kMaxBundleNameLen, ottVec[0].bundleName, kMaxBundleNameLen); in ReportOttCallDetailsInfo()1102 std::vector<OttCallDetailsInfo>::iterator it = ottVec.begin(); in ReportOttCallDetailsInfo()1103 for (; it != ottVec.end(); ++it) { in ReportOttCallDetailsInfo()
1108 std::vector<OttCallDetailsInfo> ottVec; in OnReportOttCallDetailsInfo() local1115 ottVec.push_back(*infoPtr); in OnReportOttCallDetailsInfo()1117 result = ReportOttCallDetailsInfo(ottVec); in OnReportOttCallDetailsInfo()
171 std::vector<OttCallDetailsInfo> ottVec {};
522 int32_t ReportOttCallDetailsInfo(std::vector<OttCallDetailsInfo> &ottVec);
594 int32_t ReportOttCallDetailsInfo(std::vector<OttCallDetailsInfo> &ottVec) override;
100 virtual int32_t ReportOttCallDetailsInfo(std::vector<OttCallDetailsInfo> &ottVec) = 0;
106 int32_t ReportOttCallDetailsInfo(std::vector<OttCallDetailsInfo> &ottVec);
632 int32_t CallManagerClient::ReportOttCallDetailsInfo(std::vector<OttCallDetailsInfo> &ottVec) in ReportOttCallDetailsInfo() argument635 return g_callManagerProxy->ReportOttCallDetailsInfo(ottVec); in ReportOttCallDetailsInfo()
1451 int32_t CallManagerServiceProxy::ReportOttCallDetailsInfo(std::vector<OttCallDetailsInfo> &ottVec) in ReportOttCallDetailsInfo() argument1460 if (ottVec.empty()) { in ReportOttCallDetailsInfo()1464 dataParcel.WriteInt32(ottVec.size()); in ReportOttCallDetailsInfo()1465 std::vector<OttCallDetailsInfo>::iterator it = ottVec.begin(); in ReportOttCallDetailsInfo()1466 for (; it != ottVec.end(); ++it) { in ReportOttCallDetailsInfo()
1095 int32_t CallManagerProxy::ReportOttCallDetailsInfo(std::vector<OttCallDetailsInfo> &ottVec) in ReportOttCallDetailsInfo() argument1102 int32_t errCode = callManagerServicePtr_->ReportOttCallDetailsInfo(ottVec); in ReportOttCallDetailsInfo()
629 int32_t ReportOttCallDetailsInfo(std::vector<OttCallDetailsInfo> &ottVec) override;
5305 std::vector<OttCallDetailsInfo> ottVec { info }; variable5306 EXPECT_EQ(CallManagerGtest::clientPtr_->ReportOttCallDetailsInfo(ottVec), RETURN_VALUE_IS_ZERO);5320 std::vector<OttCallDetailsInfo> ottVec; variable5321 EXPECT_NE(CallManagerGtest::clientPtr_->ReportOttCallDetailsInfo(ottVec), RETURN_VALUE_IS_ZERO);5563 std::vector<OttCallDetailsInfo> ottVec; variable5564 ASSERT_NE(callManagerService->ReportOttCallDetailsInfo(ottVec), TELEPHONY_SUCCESS);
999 std::vector<OttCallDetailsInfo> ottVec; variable1000 callManagerClient->ReportOttCallDetailsInfo(ottVec);
2752 (asyncContext->ottVec).clear(); in ReportOttCallDetailsInfo()2781 (asyncContext->ottVec).push_back(tmpOttVec); in ReportOttCallDetailsInfo()4649 …DelayedSingleton<CallManagerClient>::GetInstance()->ReportOttCallDetailsInfo(asyncContext->ottVec); in NativeReportOttCallDetailsInfo()