Searched refs:HandleCallReportInfo (Results 1 - 4 of 4) sorted by relevance
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch3_test.cpp | 896 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 D | call_status_manager.h | 47 int32_t HandleCallReportInfo(const CallDetailInfo &info);
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | report_call_info_handler.cpp | 56 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 D | call_status_manager.cpp | 108 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