/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | voip_call_connection.cpp | 197 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 D | voip_call_connection.h | 46 int32_t SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent);
|
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/ |
H A D | voip_call_manager_proxy.h | 166 int32_t SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent) override;
|
H A D | i_voip_call_manager_service.h | 70 … virtual int32_t SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent) = 0;
|
H A D | call_manager_client.h | 639 int32_t SendCallUiEvent(int32_t callId, std::string &eventName);
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | voip_call.cpp | 151 … DelayedSingleton<VoipCallConnection>::GetInstance()->SendCallUiEvent(voipCallId, callAudioEvent); in SetMute()
|
/ohos5.0/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_manager_client.cpp | 781 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 D | voip_call_manager_proxy.cpp | 416 int32_t VoipCallManagerProxy::SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAud… in SendCallUiEvent() function in OHOS::Telephony::VoipCallManagerProxy
|
H A D | call_manager_proxy.cpp | 1646 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 D | call_manager_service_proxy.cpp | 1339 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 D | call_manager_proxy.h | 123 int32_t SendCallUiEvent(int32_t callId, std::string &eventName);
|
H A D | call_manager_service_proxy.h | 729 int32_t SendCallUiEvent(int32_t callId, std::string &eventName) override;
|
H A D | i_call_manager_service.h | 116 virtual int32_t SendCallUiEvent(int32_t callId, std::string &eventName) = 0;
|
/ohos5.0/base/telephony/call_manager/services/call_manager_service/include/ |
H A D | call_manager_service.h | 763 int32_t SendCallUiEvent(int32_t callId, std::string &eventName) override;
|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/include/ |
H A D | napi_call_manager.h | 151 static napi_value SendCallUiEvent(napi_env env, napi_callback_info info);
|
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/ |
H A D | call_manager_service.cpp | 1471 int32_t CallManagerService::SendCallUiEvent(int32_t callId, std::string &eventName) in SendCallUiEvent() function in OHOS::Telephony::CallManagerService
|
H A D | call_manager_service_stub.cpp | 1350 int32_t result = SendCallUiEvent(callId, eventName); in OnSendCallUiEvent()
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager7_gtest.cpp | 311 ASSERT_NE(callManagerService->SendCallUiEvent(callId, eventName), TELEPHONY_SUCCESS);
|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_manager.cpp | 76 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()
|