Home
last modified time | relevance | path

Searched refs:OnOttCallRequest (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcall_ability_callback.cpp83 int32_t CallAbilityCallback::OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) in OnOttCallRequest() function in OHOS::Telephony::CallAbilityCallback
87 return callbackPtr_->OnOttCallRequest(requestId, info); in OnOttCallRequest()
H A Dcall_ability_callback_stub.cpp275 result = OnOttCallRequest(requestId, resultInfo); in OnUpdateOttCallRequest()
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager_callback.h35 int32_t OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) override;
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_callback.h78 virtual int32_t OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) = 0;
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/
H A Dcall_manager_callback_test.h35 int32_t OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) override;
H A Dcall_manager_callback_test.cpp93 int32_t CallManagerCallbackTest::OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &i… in OnOttCallRequest() function in OHOS::Telephony::CallManagerCallbackTest
/ohos5.0/base/telephony/call_manager/frameworks/native/include/
H A Dcall_ability_callback.h38 int32_t OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) override;
H A Di_call_ability_callback.h35 virtual int32_t OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) = 0;
/ohos5.0/base/telephony/call_manager/services/call_report/include/
H A Dcall_ability_callback_proxy.h36 int32_t OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) override;
/ohos5.0/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H A Dtui_event.h88 int32_t OnOttCallRequest(OHOS::Telephony::OttCallRequestId requestId, in OnOttCallRequest() function
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager_callback.cpp80 int32_t NapiCallManagerCallback::OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &i… in OnOttCallRequest() function in OHOS::Telephony::NapiCallManagerCallback
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H A Dcall_manager_connect.h322 int32_t OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) in OnOttCallRequest() function
402 int32_t OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) in OnOttCallRequest() function
/ohos5.0/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_callback_proxy.cpp200 int32_t CallAbilityCallbackProxy::OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &… in OnOttCallRequest() function in OHOS::Telephony::CallAbilityCallbackProxy
H A Dcall_ability_report_proxy.cpp272 ret = (*it)->OnOttCallRequest(requestId, info); in OttCallRequest()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch4_test.cpp582 …callAbilityCallback->OnOttCallRequest(OttCallRequestId::OTT_REQUEST_ANSWER, resultInfo), TELEPHONY…
H A Dzero_branch6_test.cpp712 callAbilityCallbackProxy.OnOttCallRequest(OttCallRequestId::OTT_REQUEST_ANSWER, resultInfo);