Home
last modified time | relevance | path

Searched refs:SetPreviewWindow (Results 1 - 25 of 60) sorted by relevance

123

/base/telephony/call_manager/services/call/include/
H A Dnet_call_base.h52 virtual int32_t SetPreviewWindow(std::string &surfaceId, sptr<Surface> surface) = 0;
H A Dott_call.h66 int32_t SetPreviewWindow(std::string &surfaceId, sptr<Surface> surface) override;
H A Dims_call.h66 int32_t SetPreviewWindow(std::string &surfaceId, sptr<Surface> surface) override;
/base/telephony/cellular_call/services/control/include/
H A Dims_video_call_control.h44 * SetPreviewWindow
52 int32_t SetPreviewWindow(int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface);
/base/telephony/call_manager/services/video/include/
H A Dvideo_control_manager.h34 int32_t SetPreviewWindow(int32_t callId, std::string &surfaceId, sptr<Surface> surface);
/base/telephony/call_manager/test/fuzztest/controlcamera_fuzzer/
H A Dcontrolcamera_fuzzer.cpp43 int32_t SetPreviewWindow(const uint8_t *data, size_t size) in SetPreviewWindow() function
181 SetPreviewWindow(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager_connect.cpp447 int32_t CallManagerConnect::SetPreviewWindow(int32_t callId, std::string surfaceId) in SetPreviewWindow() function in OHOS::Telephony::CallManagerConnect
457 return callManagerServicePtr_->SetPreviewWindow(callId, subSurfaceId, nullptr); in SetPreviewWindow()
461 return callManagerServicePtr_->SetPreviewWindow(callId, subSurfaceId, surface); in SetPreviewWindow()
478 return callManagerServicePtr_->SetPreviewWindow(callId, subSurfaceId, nullptr); in SetDisplayWindow()
482 return callManagerServicePtr_->SetPreviewWindow(callId, subSurfaceId, surface); in SetDisplayWindow()
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp329 callObjectPtr->SetPreviewWindow(subSurfaceId, nullptr); in IMSVideoCallWindowFunc()
334 callObjectPtr->SetPreviewWindow(subSurfaceId, surface); in IMSVideoCallWindowFunc()
442 callObjectPtr->SetPreviewWindow(subSurfaceId, nullptr); in OttVideoCallWindowFunc()
447 callObjectPtr->SetPreviewWindow(subSurfaceId, surface); in OttVideoCallWindowFunc()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.cpp74 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_PREVIEW_WINDOW)] = &ImsTest::SetPreviewWindow; in SetUp()
206 int32_t ImsTest::SetPreviewWindow(const sptr<CellularCallInterface> &telephonyService) const in SetPreviewWindow() function in OHOS::Telephony::ImsTest
208 std::cout << "test SetPreviewWindow entry." << std::endl; in SetPreviewWindow()
218 return telephonyService->SetPreviewWindow(slotId, callIndex, subSurfaceId, surface); in SetPreviewWindow()
344 "401:SetPreviewWindow\n" in InputNumForInterface()
/base/telephony/call_manager/services/video/src/
H A Dvideo_control_manager.cpp57 int32_t VideoControlManager::SetPreviewWindow(int32_t callId, std::string &surfaceId, sptr<Surface> surface) in SetPreviewWindow() function in OHOS::Telephony::VideoControlManager
72 ret = netCall->SetPreviewWindow(surfaceId, surface); in SetPreviewWindow()
74 TELEPHONY_LOGE("SetPreviewWindow failed!"); in SetPreviewWindow()
/base/telephony/cellular_call/services/control/src/
H A Dims_video_call_control.cpp50 int32_t ImsVideoCallControl::SetPreviewWindow( in SetPreviewWindow() function in OHOS::Telephony::ImsVideoCallControl
59 return imsCallClient->SetPreviewWindow(slotId, callIndex, surfaceID, surface); in SetPreviewWindow()
/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h73 int32_t SetPreviewWindow(const sptr<ImsCallInterface> &imsCallSerivce) const;
H A Dims_unit_test.cpp96 requestCallFuncMap_[ImsCallInterfaceCode::IMS_SET_PREVIEW_WINDOW] = &ImsUnitTest::SetPreviewWindow; in InitVideoCallFuncMap()
526 int32_t ImsUnitTest::SetPreviewWindow(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in SetPreviewWindow() function in OHOS::Telephony::ImsUnitTest
528 std::cout << "test SetPreviewWindow entry." << std::endl; in SetPreviewWindow()
534 imsCallPtr->SetPreviewWindow(previewWindowX, previewWindowY, previewWindowZ, width, height); in SetPreviewWindow()
725 "209:SetMute\n210:GetMute\n300:CtrlCamera\n301:SetPreviewWindow\n" in ImsCallTest()
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp125 imsCallClient->SetPreviewWindow(slotId, index, subSurfaceId, nullptr); in TestImsCallClientWithSlotAndType()
130 imsCallClient->SetPreviewWindow(slotId, index, subSurfaceId, surface); in TestImsCallClientWithSlotAndType()
301 proxy->SetPreviewWindow(slotId, index, subSurfaceId, nullptr); in TestImsCallProxyWithSlotAndType()
306 proxy->SetPreviewWindow(slotId, index, subSurfaceId, surface); in TestImsCallProxyWithSlotAndType()
/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h328 * SetPreviewWindow
337 int32_t SetPreviewWindow(int32_t slotId, int32_t index, std::string &surfaceId, sptr<Surface> surface);
/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h338 virtual int32_t SetPreviewWindow(
H A Dims_call_client.h388 int32_t SetPreviewWindow(int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface);
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h297 * IMS SetPreviewWindow interface
306 int32_t SetPreviewWindow(int32_t x, int32_t y, int32_t z, int32_t width, int32_t height) override;
/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_proxy.h438 int32_t SetPreviewWindow(
H A Dcellular_call_interface.h427 virtual int32_t SetPreviewWindow(
H A Dcall_manager_client.h383 int32_t SetPreviewWindow(int32_t callId, std::string &surfaceId);
/base/telephony/call_manager/services/call/src/
H A Dims_call.cpp406 int32_t IMSCall::SetPreviewWindow(std::string &surfaceId, sptr<Surface> surface) in SetPreviewWindow() function in OHOS::Telephony::IMSCall
409 int32_t ret = DelayedSingleton<CellularCallConnection>::GetInstance()->SetPreviewWindow( in SetPreviewWindow()
H A Dott_call.cpp380 int32_t OTTCall::SetPreviewWindow(std::string &surfaceId, sptr<Surface> surface) in SetPreviewWindow() function in OHOS::Telephony::OTTCall
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
H A Dsetpreviewwindow_fuzzer.cpp69 void SetPreviewWindow(const uint8_t *data, size_t size) in SetPreviewWindow() function
397 SetPreviewWindow(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_client.cpp492 int32_t CallManagerClient::SetPreviewWindow(int32_t callId, std::string &surfaceId) in SetPreviewWindow() function in OHOS::Telephony::CallManagerClient
495 return g_callManagerProxy->SetPreviewWindow(callId, surfaceId); in SetPreviewWindow()

Completed in 17 milliseconds

123