/ohos5.0/base/telephony/call_manager/test/fuzztest/controlcamera_fuzzer/ |
H A D | controlcamera_fuzzer.cpp | 137 int32_t SetDeviceDirection(const uint8_t *data, size_t size) in SetDeviceDirection() function 185 SetDeviceDirection(data, size); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_test.cpp | 79 &ImsTest::SetDeviceDirection; in SetUp() 252 int32_t ImsTest::SetDeviceDirection(const sptr<CellularCallInterface> &telephonyService) const in SetDeviceDirection() function in OHOS::Telephony::ImsTest 258 return telephonyService->SetDeviceDirection(slotId, callIndex, rotation); in SetDeviceDirection()
|
/ohos5.0/base/telephony/cellular_call/services/control/src/ |
H A D | ims_video_call_control.cpp | 108 int32_t ImsVideoCallControl::SetDeviceDirection(int32_t slotId, int32_t callIndex, int32_t rotation) in SetDeviceDirection() function in OHOS::Telephony::ImsVideoCallControl 116 return imsCallClient->SetDeviceDirection(slotId, callIndex, rotation); in SetDeviceDirection()
|
/ohos5.0/base/telephony/cellular_call/services/control/include/ |
H A D | ims_video_call_control.h | 91 int32_t SetDeviceDirection(int32_t slotId, int32_t callIndex, int32_t rotation);
|
/ohos5.0/base/telephony/call_manager/services/call/include/ |
H A D | net_call_base.h | 55 virtual int32_t SetDeviceDirection(int32_t rotation) = 0;
|
H A D | ott_call.h | 69 int32_t SetDeviceDirection(int32_t rotation) override;
|
H A D | ims_call.h | 69 int32_t SetDeviceDirection(int32_t rotation) override;
|
/ohos5.0/base/telephony/call_manager/services/video/include/ |
H A D | video_control_manager.h | 38 int32_t SetDeviceDirection(int32_t callId, int32_t rotation);
|
/ohos5.0/base/telephony/call_manager/services/video/src/ |
H A D | video_control_manager.cpp | 140 int32_t VideoControlManager::SetDeviceDirection(int32_t callId, int32_t rotation) in SetDeviceDirection() function in OHOS::Telephony::VideoControlManager 158 ret = netCall->SetDeviceDirection(rotation); in SetDeviceDirection()
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch1_test.cpp | 548 …ASSERT_NE(cellularCallConnection->SetDeviceDirection(SIM1_SLOTID, DEFAULT_INDEX, 1), TELEPHONY_ERR… 912 …ASSERT_NE(DelayedSingleton<VideoControlManager>::GetInstance()->SetDeviceDirection(callId, rotatio… 915 …ASSERT_NE(DelayedSingleton<VideoControlManager>::GetInstance()->SetDeviceDirection(callId, rotatio… 918 …ASSERT_NE(DelayedSingleton<VideoControlManager>::GetInstance()->SetDeviceDirection(callId, rotatio… 921 …ASSERT_NE(DelayedSingleton<VideoControlManager>::GetInstance()->SetDeviceDirection(callId, rotatio… 924 …ASSERT_NE(DelayedSingleton<VideoControlManager>::GetInstance()->SetDeviceDirection(callId, rotatio…
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
H A D | ims_unit_test.h | 77 int32_t SetDeviceDirection(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
H A D | ims_unit_test.cpp | 100 …estCallFuncMap_[ImsCallInterfaceCode::IMS_SET_DEVICE_DIRECTION] = &ImsUnitTest::SetDeviceDirection; in InitVideoCallFuncMap() 566 int32_t ImsUnitTest::SetDeviceDirection(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in SetDeviceDirection() function in OHOS::Telephony::ImsUnitTest 570 imsCallPtr->SetDeviceDirection(rotation); in SetDeviceDirection()
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | ims_call.cpp | 441 int32_t IMSCall::SetDeviceDirection(int32_t rotation) in SetDeviceDirection() function in OHOS::Telephony::IMSCall 443 int32_t ret = DelayedSingleton<CellularCallConnection>::GetInstance()->SetDeviceDirection( in SetDeviceDirection()
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/ |
H A D | setpreviewwindow_fuzzer.cpp | 201 void SetDeviceDirection(const uint8_t *data, size_t size) in SetDeviceDirection() function 402 SetDeviceDirection(data, size); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager6_gtest.cpp | 946 …EXPECT_NE(CallManagerGtest::clientPtr_->SetDeviceDirection(callId, rotation), RETURN_VALUE_IS_ZERO… 962 …EXPECT_NE(CallManagerGtest::clientPtr_->SetDeviceDirection(callId, rotation), RETURN_VALUE_IS_ZERO… 978 …EXPECT_NE(CallManagerGtest::clientPtr_->SetDeviceDirection(callId, rotation), RETURN_VALUE_IS_ZERO…
|
H A D | call_manager_connect.cpp | 503 int32_t CallManagerConnect::SetDeviceDirection(int32_t callId, int32_t rotation) in SetDeviceDirection() function in OHOS::Telephony::CallManagerConnect 506 return callManagerServicePtr_->SetDeviceDirection(callId, rotation); in SetDeviceDirection()
|
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/ |
H A D | cellular_call_connection.h | 382 int32_t SetDeviceDirection(int32_t slotId, int32_t index, int32_t rotation);
|
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_client.h | 418 int32_t SetDeviceDirection(int32_t callId, int32_t rotation);
|
H A D | cellular_call_interface.h | 468 virtual int32_t SetDeviceDirection(int32_t slotId, int32_t index, int32_t rotation) = 0;
|
H A D | cellular_call_proxy.h | 479 int32_t SetDeviceDirection(int32_t slotId, int32_t index, int32_t rotation) override;
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
H A D | ims_call.h | 342 int32_t SetDeviceDirection(int32_t rotation) override;
|
/ohos5.0/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_manager_client.cpp | 532 int32_t CallManagerClient::SetDeviceDirection(int32_t callId, int32_t rotation) in SetDeviceDirection() function in OHOS::Telephony::CallManagerClient 535 return g_callManagerProxy->SetDeviceDirection(callId, rotation); in SetDeviceDirection()
|
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_interface.h | 379 virtual int32_t SetDeviceDirection(int32_t slotId, int32_t callIndex, int32_t rotation) = 0;
|
H A D | ims_call_client.h | 427 int32_t SetDeviceDirection(int32_t slotId, int32_t callIndex, int32_t rotation);
|
/ohos5.0/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
H A D | call_fuzzer.cpp | 304 callObjectPtr->SetDeviceDirection(rotation); in IMSVideoCallFunc() 418 callObjectPtr->SetDeviceDirection(rotation); in OttVideoCallFunc()
|