Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/call/include/
H A Dcall_status_manager.h52 int32_t HandleOttEventReportInfo(const OttCallEventInfo &info);
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dreport_call_info_handler.cpp190 int32_t ret = managerPtr->HandleOttEventReportInfo(ottCallEventInfo); in UpdateOttEventInfo()
192 TELEPHONY_LOGE("HandleOttEventReportInfo failed! ret:%{public}d", ret); in UpdateOttEventInfo()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp180 ASSERT_EQ(callStatusManager->HandleOttEventReportInfo(ottCallEventInfo), TELEPHONY_SUCCESS); in HWTEST_F()
184 ASSERT_EQ(callStatusManager->HandleOttEventReportInfo(ottCallEventInfo), TELEPHONY_SUCCESS); in HWTEST_F()
H A Dzero_branch3_test.cpp925 ASSERT_GT(callStatusManager->HandleOttEventReportInfo(ottCallEventInfo), TELEPHONY_ERROR); in HWTEST_F()
929 ASSERT_GT(callStatusManager->HandleOttEventReportInfo(ottCallEventInfo), TELEPHONY_ERROR); in HWTEST_F()
/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp334 int32_t CallStatusManager::HandleOttEventReportInfo(const OttCallEventInfo &info) in HandleOttEventReportInfo() function in OHOS::Telephony::CallStatusManager

Completed in 7 milliseconds