/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);
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | voip_call_connection.cpp | 205 int32_t VoipCallConnection::SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent) in SendCallUiEvent() function in OHOS::Telephony::VoipCallConnection 213 return voipCallManagerInterfacePtr_->SendCallUiEvent(voipCallId, callAudioEvent); in SendCallUiEvent()
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | i_voip_call_manager_service.h | 71 virtual int32_t SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent) = 0;
|
H A D | voip_call_manager_proxy.h | 166 int32_t SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent) override;
|
H A D | call_manager_client.h | 640 int32_t SendCallUiEvent(int32_t callId, std::string &eventName);
|
/base/telephony/call_manager/services/call/src/ |
H A D | voip_call.cpp | 151 DelayedSingleton<VoipCallConnection>::GetInstance()->SendCallUiEvent(voipCallId, callAudioEvent); in SetMute()
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch7_test.cpp | 208 EXPECT_EQ(callManagerService->SendCallUiEvent(callId, eventName), TELEPHONY_SUCCESS); in HWTEST_F() 547 EXPECT_NE(callManagerClient->SendCallUiEvent(callId, eventName), TELEPHONY_ERR_UNINIT); in HWTEST_F() 582 EXPECT_NE(voipCallConnection->SendCallUiEvent(voipCallId, callAudioEvent), TELEPHONY_ERROR); in HWTEST_F()
|
/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 &callAudioEvent) in SendCallUiEvent() function in OHOS::Telephony::VoipCallManagerProxy 427 TELEPHONY_LOGE("SendCallUiEvent Remote is null"); in SendCallUiEvent() 435 TELEPHONY_LOGE("function SendCallUiEvent call failed! errCode:%{public}d", error); in SendCallUiEvent()
|
H A D | call_manager_proxy.cpp | 1647 int32_t CallManagerProxy::SendCallUiEvent(int32_t callId, std::string &eventName) in SendCallUiEvent() function in OHOS::Telephony::CallManagerProxy 1658 int32_t errCode = callManagerServicePtr_->SendCallUiEvent(callId, eventName); in SendCallUiEvent() 1660 TELEPHONY_LOGE("SendCallUiEvent failed, errcode:%{public}d", errCode); in SendCallUiEvent()
|
H A D | call_manager_service_proxy.cpp | 1340 int32_t CallManagerServiceProxy::SendCallUiEvent(int32_t callId, std::string &eventName) in SendCallUiEvent() function in OHOS::Telephony::CallManagerServiceProxy 1352 TELEPHONY_LOGE("function SendCallUiEvent call failed! errCode:%{public}d", error); in SendCallUiEvent()
|
/base/telephony/call_manager/frameworks/native/include/ |
H A D | call_manager_service_proxy.h | 724 * SendCallUiEvent 729 int32_t SendCallUiEvent(int32_t callId, std::string &eventName) override;
|
H A D | i_call_manager_service.h | 117 virtual int32_t SendCallUiEvent(int32_t callId, std::string &eventName) = 0;
|
H A D | call_manager_proxy.h | 123 int32_t SendCallUiEvent(int32_t callId, std::string &eventName);
|
/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;
|
/base/telephony/call_manager/frameworks/js/napi/include/ |
H A D | napi_call_manager.h | 144 static napi_value SendCallUiEvent(napi_env env, napi_callback_info info);
|
/base/telephony/call_manager/services/call_manager_service/src/ |
H A D | call_manager_service.cpp | 1489 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 | 1360 int32_t result = SendCallUiEvent(callId, eventName); in OnSendCallUiEvent()
|
/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); in HWTEST_F()
|
/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_manager.cpp | 76 DECLARE_NAPI_FUNCTION("sendCallUiEvent", SendCallUiEvent), in DeclareCallBasisInterface() 3034 napi_value NapiCallManager::SendCallUiEvent(napi_env env, napi_callback_info info) in SendCallUiEvent() function in OHOS::Telephony::NapiCallManager 3045 std::string errorMessage = "SendCallUiEvent error at baseContext is nullptr"; in SendCallUiEvent() 3056 env, asyncContext.release(), "SendCallUiEvent", NativeSendCallUiEvent, NativeVoidCallBackWithErrorCode); in SendCallUiEvent() 3068 DelayedSingleton<CallManagerClient>::GetInstance()->SendCallUiEvent(asyncContext->callId, in NativeSendCallUiEvent()
|