Home
last modified time | relevance | path

Searched refs:CallEventInfo (Results 1 – 25 of 28) sorted by relevance

12

/base/telephony/call_manager/services/call_report/include/
Dcall_ability_report_proxy.h36 void CallEventUpdated(CallEventInfo &info) override;
46 int32_t ReportCallEvent(const CallEventInfo &info);
Dcall_ability_callback_proxy.h33 int32_t OnCallEventChange(const CallEventInfo &info) override;
/base/telephony/call_manager/services/call/include/
Dcall_state_listener_base.h38 virtual void CallEventUpdated(CallEventInfo &info) {} in CallEventUpdated()
Dcall_state_listener.h37 void CallEventUpdated(CallEventInfo &info);
Dcall_control_manager.h65 bool NotifyCallEventUpdated(CallEventInfo &info);
/base/telephony/call_manager/test/unittest/ui_client/
Dcall_manager_callback_test.h32 int32_t OnCallEventChange(const CallEventInfo &info) override;
Dcall_manager_callback_test.cpp33 int32_t CallManagerCallbackTest::OnCallEventChange(const CallEventInfo &info) in OnCallEventChange()
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_callback.h52 virtual int32_t OnCallEventChange(const CallEventInfo &info) = 0;
Dcall_manager_inner_type.h556 struct CallEventInfo { struct
/base/telephony/call_manager/frameworks/js/napi/include/
Dnapi_call_manager_callback.h32 int32_t OnCallEventChange(const CallEventInfo &info) override;
Dnapi_call_ability_callback.h70 int32_t UpdateCallEvent(const CallEventInfo &info);
84 static int32_t ReportCallEvent(CallEventInfo &info, EventCallback stateCallback);
Dnapi_call_manager_types.h203 CallEventInfo info;
/base/telephony/call_manager/frameworks/native/include/
Dcall_ability_callback.h35 int32_t OnCallEventChange(const CallEventInfo &info) override;
Di_call_ability_callback.h32 virtual int32_t OnCallEventChange(const CallEventInfo &info) = 0;
/base/telephony/call_manager/services/call/src/
Dcall_status_manager.cpp184 CallEventInfo eventInfo; in HandleEventResultReportInfo()
185 (void)memset_s(&eventInfo, sizeof(CallEventInfo), 0, sizeof(CallEventInfo)); in HandleEventResultReportInfo()
210 CallEventInfo eventInfo; in HandleOttEventReportInfo()
211 (void)memset_s(&eventInfo, sizeof(CallEventInfo), 0, sizeof(CallEventInfo)); in HandleOttEventReportInfo()
Dcall_state_listener.cpp121 void CallStateListener::CallEventUpdated(CallEventInfo &info) in CallEventUpdated()
Dcall_request_process.cpp58 CallEventInfo eventInfo; in DialRequest()
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_manager_callback.cpp36 int32_t NapiCallManagerCallback::OnCallEventChange(const CallEventInfo &info) in OnCallEventChange()
Dnapi_call_ability_callback.cpp493 int32_t NapiCallAbilityCallback::UpdateCallEvent(const CallEventInfo &info) in UpdateCallEvent()
535 int32_t NapiCallAbilityCallback::ReportCallEvent(CallEventInfo &info, EventCallback eventCallback) in ReportCallEvent()
/base/telephony/call_manager/frameworks/native/src/
Dcall_ability_callback.cpp47 int32_t CallAbilityCallback::OnCallEventChange(const CallEventInfo &info) in OnCallEventChange()
Dcall_ability_callback_stub.cpp99 const CallEventInfo *parcelPtr = nullptr; in OnUpdateCallEvent()
108 if ((parcelPtr = reinterpret_cast<const CallEventInfo *>(data.ReadRawData(len))) == nullptr) { in OnUpdateCallEvent()
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
Dcall_manager_connect.h241 static int32_t CallEventChange(const CallEventInfo &info);
303 int32_t OnCallEventChange(const CallEventInfo &info) in OnCallEventChange()
374 const CallEventInfo *parcelPtr = nullptr; in OnUpdateCallEventRequest()
383 … if ((parcelPtr = reinterpret_cast<const CallEventInfo *>(data.ReadRawData(len))) == nullptr) { in OnUpdateCallEventRequest()
458 int32_t OnCallEventChange(const CallEventInfo &info) in OnCallEventChange()
/base/telephony/call_manager/services/call_report/src/
Dcall_ability_report_proxy.cpp101 void CallAbilityReportProxy::CallEventUpdated(CallEventInfo &info) in CallEventUpdated()
146 int32_t CallAbilityReportProxy::ReportCallEvent(const CallEventInfo &info) in ReportCallEvent()
Dcall_ability_callback_proxy.cpp55 int32_t CallAbilityCallbackProxy::OnCallEventChange(const CallEventInfo &info) in OnCallEventChange()
64 int32_t length = sizeof(CallEventInfo); in OnCallEventChange()
/base/telephony/call_manager/test/fuzztest/callabilitycallback_fuzzer/
Dcallabilitycallback_fuzzer.cpp105 CallEventInfo info; in UpdateCallEvent()
111 int32_t length = sizeof(CallEventInfo); in UpdateCallEvent()

12