Home
last modified time | relevance | path

Searched refs:HandleEventResultReportInfo (Results 1 - 5 of 5) sorted by relevance

/base/telephony/call_manager/services/call/include/
H A Dcall_status_manager.h51 int32_t HandleEventResultReportInfo(const CellularCallEventInfo &info);
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dreport_call_info_handler.cpp166 int32_t ret = managerPtr->HandleEventResultReportInfo(info); in UpdateEventResultInfo()
168 TELEPHONY_LOGE("HandleEventResultReportInfo failed! ret:%{public}d", ret); in UpdateEventResultInfo()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp172 ASSERT_EQ(callStatusManager->HandleEventResultReportInfo(cellularCallEventInfo), TELEPHONY_SUCCESS); in HWTEST_F()
175 ASSERT_EQ(callStatusManager->HandleEventResultReportInfo(cellularCallEventInfo), TELEPHONY_SUCCESS); in HWTEST_F()
H A Dzero_branch3_test.cpp917 ASSERT_GT(callStatusManager->HandleEventResultReportInfo(cellularCallEventInfo), TELEPHONY_ERROR); in HWTEST_F()
920 ASSERT_GT(callStatusManager->HandleEventResultReportInfo(cellularCallEventInfo), TELEPHONY_ERROR); in HWTEST_F()
/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp292 int32_t CallStatusManager::HandleEventResultReportInfo(const CellularCallEventInfo &info) in HandleEventResultReportInfo() function in OHOS::Telephony::CallStatusManager

Completed in 8 milliseconds