Home
last modified time | relevance | path

Searched refs:HandleCallReportInfo (Results 1 - 4 of 4) sorted by relevance

/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp896 ASSERT_GT(callStatusManager->HandleCallReportInfo(info), TELEPHONY_ERROR); in HWTEST_F()
898 ASSERT_GT(callStatusManager->HandleCallReportInfo(info), TELEPHONY_ERROR); in HWTEST_F()
900 ASSERT_GT(callStatusManager->HandleCallReportInfo(info), TELEPHONY_ERROR); in HWTEST_F()
902 ASSERT_GT(callStatusManager->HandleCallReportInfo(info), TELEPHONY_ERROR); in HWTEST_F()
904 ASSERT_GT(callStatusManager->HandleCallReportInfo(info), TELEPHONY_ERROR); in HWTEST_F()
906 ASSERT_GT(callStatusManager->HandleCallReportInfo(info), TELEPHONY_ERROR); in HWTEST_F()
908 ASSERT_GT(callStatusManager->HandleCallReportInfo(info), TELEPHONY_ERROR); in HWTEST_F()
910 ASSERT_GT(callStatusManager->HandleCallReportInfo(info), TELEPHONY_ERROR); in HWTEST_F()
912 ASSERT_GT(callStatusManager->HandleCallReportInfo(info), TELEPHONY_ERROR); in HWTEST_F()
933 ASSERT_GT(callStatusManager->HandleCallReportInfo(inf in HWTEST_F()
[all...]
/base/telephony/call_manager/services/call/include/
H A Dcall_status_manager.h47 int32_t HandleCallReportInfo(const CallDetailInfo &info);
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dreport_call_info_handler.cpp56 auto ret = managerPtr->HandleCallReportInfo(callDetailInfo); in UpdateCallReportInfo()
58 TELEPHONY_LOGE("HandleCallReportInfo failed! ret:%{public}d", ret); in UpdateCallReportInfo()
/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp108 int32_t CallStatusManager::HandleCallReportInfo(const CallDetailInfo &info) in HandleCallReportInfo() function in OHOS::Telephony::CallStatusManager
155 TELEPHONY_LOGI("Entry CallStatusManager HandleCallReportInfo"); in HandleCallReportInfo()
158 TELEPHONY_LOGI("End CallStatusManager HandleCallReportInfo"); in HandleCallReportInfo()
202 HandleCallReportInfo(it); in HandleCallsReportInfo()
211 HandleCallReportInfo(it); in HandleCallsReportInfo()
226 HandleCallReportInfo(it2); in HandleCallsReportInfo()

Completed in 5 milliseconds