Home
last modified time | relevance | path

Searched refs:ReportCallEvent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call_report/include/
H A Dcall_ability_report_proxy.h54 int32_t ReportCallEvent(const CallEventInfo &info);
/ohos5.0/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_report_proxy.cpp138 ReportCallEvent(info); in CallEventUpdated()
205 int32_t CallAbilityReportProxy::ReportCallEvent(const CallEventInfo &info) in ReportCallEvent() function in OHOS::Telephony::CallAbilityReportProxy
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_ability_callback.h102 static int32_t ReportCallEvent(CallEventInfo &info, EventCallback stateCallback);
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_ability_callback.cpp671 int32_t ret = ReportCallEvent(dataWorkerData->info, dataWorkerData->callback); in ReportCallEventWork()
679 int32_t NapiCallAbilityCallback::ReportCallEvent(CallEventInfo &info, EventCallback eventCallback) in ReportCallEvent() function in OHOS::Telephony::NapiCallAbilityCallback
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp383 callAbilityReportProxy->ReportCallEvent(callEventInfo);