Home
last modified time | relevance | path

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

/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager_callback.h35 int32_t OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) override;
/base/telephony/call_manager/frameworks/native/include/
H A Di_call_ability_callback.h35 virtual int32_t OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) = 0;
H A Dcall_ability_callback.h38 int32_t OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) override;
/base/telephony/call_manager/services/call_report/include/
H A Dcall_ability_callback_proxy.h36 int32_t OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) override;
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_callback.h78 virtual int32_t OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) = 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 &info) in OnOttCallRequest() function in OHOS::Telephony::CallManagerCallbackTest
95 std::cout << "----------OnOttCallRequest--------" << std::endl in OnOttCallRequest()
/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()
/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H A Dtui_event.h88 int32_t OnOttCallRequest(OHOS::Telephony::OttCallRequestId requestId,
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager_callback.cpp80 int32_t NapiCallManagerCallback::OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) in OnOttCallRequest() function in OHOS::Telephony::NapiCallManagerCallback
/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 in OHOS::Telephony::CallAbilityCallbackStub
324 TELEPHONY_LOGI("OnOttCallRequest success!"); in OnOttCallRequest()
402 int32_t OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) in OnOttCallRequest() function in OHOS::Telephony::CallManagerCallBackStub
/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_report_proxy.cpp271 ret = (*it)->OnOttCallRequest(requestId, info); in OttCallRequest()
H A Dcall_ability_callback_proxy.cpp200 int32_t CallAbilityCallbackProxy::OnOttCallRequest(OttCallRequestId requestId, AppExecFwk::PacMap &info) in OnOttCallRequest() function in OHOS::Telephony::CallAbilityCallbackProxy
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp716 callAbilityCallbackProxy.OnOttCallRequest(OttCallRequestId::OTT_REQUEST_ANSWER, resultInfo); in HWTEST_F()
H A Dzero_branch4_test.cpp582 callAbilityCallback->OnOttCallRequest(OttCallRequestId::OTT_REQUEST_ANSWER, resultInfo), TELEPHONY_SUCCESS); in HWTEST_F()

Completed in 11 milliseconds