/base/telephony/call_manager/services/call/include/ |
H A D | net_call_base.h | 53 virtual int32_t SetDisplayWindow(std::string &surfaceId, sptr<Surface> surface) = 0;
|
H A D | ott_call.h | 67 int32_t SetDisplayWindow(std::string &surfaceId, sptr<Surface> surface) override;
|
H A D | ims_call.h | 67 int32_t SetDisplayWindow(std::string &surfaceId, sptr<Surface> surface) override;
|
/base/telephony/cellular_call/services/control/include/ |
H A D | ims_video_call_control.h | 55 * SetDisplayWindow 63 int32_t SetDisplayWindow(int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface);
|
/base/telephony/call_manager/services/video/include/ |
H A D | video_control_manager.h | 35 int32_t SetDisplayWindow(int32_t callId, std::string &surfaceId, sptr<Surface> surface);
|
/base/telephony/call_manager/test/fuzztest/controlcamera_fuzzer/ |
H A D | controlcamera_fuzzer.cpp | 75 int32_t SetDisplayWindow(const uint8_t *data, size_t size) in SetDisplayWindow() function 182 SetDisplayWindow(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
H A D | call_fuzzer.cpp | 330 callObjectPtr->SetDisplayWindow(subSurfaceId, nullptr); in IMSVideoCallWindowFunc() 335 callObjectPtr->SetDisplayWindow(subSurfaceId, surface); in IMSVideoCallWindowFunc() 443 callObjectPtr->SetDisplayWindow(subSurfaceId, nullptr); in OttVideoCallWindowFunc() 448 callObjectPtr->SetDisplayWindow(subSurfaceId, surface); in OttVideoCallWindowFunc()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_test.cpp | 75 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_DISPLAY_WINDOW)] = &ImsTest::SetDisplayWindow; in SetUp() 221 int32_t ImsTest::SetDisplayWindow(const sptr<CellularCallInterface> &telephonyService) const in SetDisplayWindow() function in OHOS::Telephony::ImsTest 223 std::cout << "test SetDisplayWindow entry." << std::endl; in SetDisplayWindow() 233 return telephonyService->SetDisplayWindow(slotId, callIndex, subSurfaceId, surface); in SetDisplayWindow() 345 "402:SetDisplayWindow\n" in InputNumForInterface()
|
/base/telephony/call_manager/services/video/src/ |
H A D | video_control_manager.cpp | 81 int32_t VideoControlManager::SetDisplayWindow(int32_t callId, std::string &surfaceId, sptr<Surface> surface) in SetDisplayWindow() function in OHOS::Telephony::VideoControlManager 96 ret = netCall->SetDisplayWindow(surfaceId, surface); in SetDisplayWindow() 98 TELEPHONY_LOGE("SetDisplayWindow failed!"); in SetDisplayWindow()
|
/base/telephony/cellular_call/services/control/src/ |
H A D | ims_video_call_control.cpp | 65 int32_t ImsVideoCallControl::SetDisplayWindow( in SetDisplayWindow() function in OHOS::Telephony::ImsVideoCallControl 74 return imsCallClient->SetDisplayWindow(slotId, callIndex, surfaceID, surface); in SetDisplayWindow()
|
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
H A D | ims_unit_test.h | 74 int32_t SetDisplayWindow(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
H A D | ims_unit_test.cpp | 97 requestCallFuncMap_[ImsCallInterfaceCode::IMS_SET_DISPLAY_WINDOW] = &ImsUnitTest::SetDisplayWindow; in InitVideoCallFuncMap() 538 int32_t ImsUnitTest::SetDisplayWindow(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in SetDisplayWindow() function in OHOS::Telephony::ImsUnitTest 540 std::cout << "test SetDisplayWindow entry." << std::endl; in SetDisplayWindow() 546 imsCallPtr->SetDisplayWindow(displayWindowX, displayWindowY, displayWindowZ, width, height); in SetDisplayWindow() 726 "302:SetDisplayWindow\n303:SetCameraZoom\n304:SetPauseImage\n305:SetDeviceDirection\n" in ImsCallTest()
|
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/ |
H A D | imsclient_fuzzer.cpp | 126 imsCallClient->SetDisplayWindow(slotId, index, subSurfaceId, nullptr); in TestImsCallClientWithSlotAndType() 131 imsCallClient->SetDisplayWindow(slotId, index, subSurfaceId, surface); in TestImsCallClientWithSlotAndType() 302 proxy->SetDisplayWindow(slotId, index, subSurfaceId, nullptr); in TestImsCallProxyWithSlotAndType() 307 proxy->SetDisplayWindow(slotId, index, subSurfaceId, surface); in TestImsCallProxyWithSlotAndType()
|
/base/telephony/call_manager/services/telephony_interaction/include/ |
H A D | cellular_call_connection.h | 340 * SetDisplayWindow 349 int32_t SetDisplayWindow(int32_t slotId, int32_t index, std::string &surfaceId, sptr<Surface> surface);
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_interface.h | 350 virtual int32_t SetDisplayWindow(
|
H A D | ims_call_client.h | 399 int32_t SetDisplayWindow(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 D | ims_call.h | 309 * IMS SetDisplayWindow interface 318 int32_t SetDisplayWindow(int32_t x, int32_t y, int32_t z, int32_t width, int32_t height) override;
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | cellular_call_proxy.h | 450 int32_t SetDisplayWindow(
|
H A D | cellular_call_interface.h | 439 virtual int32_t SetDisplayWindow(
|
H A D | call_manager_client.h | 392 int32_t SetDisplayWindow(int32_t callId, std::string &surfaceId);
|
/base/telephony/call_manager/services/call/src/ |
H A D | ims_call.cpp | 418 int32_t IMSCall::SetDisplayWindow(std::string &surfaceId, sptr<Surface> surface) in SetDisplayWindow() function in OHOS::Telephony::IMSCall 421 int32_t ret = DelayedSingleton<CellularCallConnection>::GetInstance()->SetDisplayWindow( in SetDisplayWindow()
|
H A D | ott_call.cpp | 385 int32_t OTTCall::SetDisplayWindow(std::string &surfaceId, sptr<Surface> surface) in SetDisplayWindow() function in OHOS::Telephony::OTTCall
|
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/ |
H A D | setpreviewwindow_fuzzer.cpp | 107 void SetDisplayWindow(const uint8_t *data, size_t size) in SetDisplayWindow() function 398 SetDisplayWindow(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_manager_client.cpp | 502 int32_t CallManagerClient::SetDisplayWindow(int32_t callId, std::string &surfaceId) in SetDisplayWindow() function in OHOS::Telephony::CallManagerClient 505 return g_callManagerProxy->SetDisplayWindow(callId, surfaceId); in SetDisplayWindow()
|
/base/telephony/call_manager/frameworks/native/include/ |
H A D | call_manager_service_proxy.h | 388 * SetDisplayWindow 396 int32_t SetDisplayWindow(int32_t callId, std::string &surfaceId, sptr<Surface> surface) override;
|