Home
last modified time | relevance | path

Searched refs:SendCallUiEvent (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dvoip_call_connection.cpp197 int32_t VoipCallConnection::SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudio… in SendCallUiEvent() function in OHOS::Telephony::VoipCallConnection
204 return voipCallManagerInterfacePtr_->SendCallUiEvent(voipCallId, callAudioEvent); in SendCallUiEvent()
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dvoip_call_connection.h46 int32_t SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent);
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dvoip_call_manager_proxy.h166 int32_t SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent) override;
H A Di_voip_call_manager_service.h70 … virtual int32_t SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent) = 0;
H A Dcall_manager_client.h639 int32_t SendCallUiEvent(int32_t callId, std::string &eventName);
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dvoip_call.cpp151 … DelayedSingleton<VoipCallConnection>::GetInstance()->SendCallUiEvent(voipCallId, callAudioEvent); in SetMute()
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_client.cpp781 int32_t CallManagerClient::SendCallUiEvent(int32_t callId, std::string &eventName) in SendCallUiEvent() function in OHOS::Telephony::CallManagerClient
784 return g_callManagerProxy->SendCallUiEvent(callId, eventName); in SendCallUiEvent()
H A Dvoip_call_manager_proxy.cpp416 int32_t VoipCallManagerProxy::SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAud… in SendCallUiEvent() function in OHOS::Telephony::VoipCallManagerProxy
H A Dcall_manager_proxy.cpp1646 int32_t CallManagerProxy::SendCallUiEvent(int32_t callId, std::string &eventName) in SendCallUiEvent() function in OHOS::Telephony::CallManagerProxy
1657 int32_t errCode = callManagerServicePtr_->SendCallUiEvent(callId, eventName); in SendCallUiEvent()
H A Dcall_manager_service_proxy.cpp1339 int32_t CallManagerServiceProxy::SendCallUiEvent(int32_t callId, std::string &eventName) in SendCallUiEvent() function in OHOS::Telephony::CallManagerServiceProxy
/ohos5.0/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_proxy.h123 int32_t SendCallUiEvent(int32_t callId, std::string &eventName);
H A Dcall_manager_service_proxy.h729 int32_t SendCallUiEvent(int32_t callId, std::string &eventName) override;
H A Di_call_manager_service.h116 virtual int32_t SendCallUiEvent(int32_t callId, std::string &eventName) = 0;
/ohos5.0/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h763 int32_t SendCallUiEvent(int32_t callId, std::string &eventName) override;
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager.h151 static napi_value SendCallUiEvent(napi_env env, napi_callback_info info);
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp1471 int32_t CallManagerService::SendCallUiEvent(int32_t callId, std::string &eventName) in SendCallUiEvent() function in OHOS::Telephony::CallManagerService
H A Dcall_manager_service_stub.cpp1350 int32_t result = SendCallUiEvent(callId, eventName); in OnSendCallUiEvent()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager7_gtest.cpp311 ASSERT_NE(callManagerService->SendCallUiEvent(callId, eventName), TELEPHONY_SUCCESS);
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager.cpp76 DECLARE_NAPI_FUNCTION("sendCallUiEvent", SendCallUiEvent), in DeclareCallBasisInterface()
3311 napi_value NapiCallManager::SendCallUiEvent(napi_env env, napi_callback_info info) in SendCallUiEvent() function in OHOS::Telephony::NapiCallManager
3345 DelayedSingleton<CallManagerClient>::GetInstance()->SendCallUiEvent(asyncContext->callId, in NativeSendCallUiEvent()