| /foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
| D | screen_capture_service_stub.h | 53 int32_t SetMaxVideoFrameRate(int32_t frameRate) override; 82 int32_t SetMaxVideoFrameRate(MessageParcel &data, MessageParcel &reply);
|
| D | screen_capture_service_stub.cpp | 62 screenCaptureStubFuncs_[SET_MAX_FRAME_RATE] = &ScreenCaptureServiceStub::SetMaxVideoFrameRate; in Init() 255 int32_t ScreenCaptureServiceStub::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate() function in OHOS::Media::ScreenCaptureServiceStub 259 return screenCaptureServer_->SetMaxVideoFrameRate(frameRate); in SetMaxVideoFrameRate() 378 int32_t ScreenCaptureServiceStub::SetMaxVideoFrameRate(MessageParcel &data, MessageParcel &reply) in SetMaxVideoFrameRate() function in OHOS::Media::ScreenCaptureServiceStub 383 int32_t ret = SetMaxVideoFrameRate(frameRate); in SetMaxVideoFrameRate()
|
| D | screen_capture_service_proxy.h | 51 int32_t SetMaxVideoFrameRate(int32_t frameRate) override;
|
| D | i_standard_screen_capture_service.h | 51 virtual int32_t SetMaxVideoFrameRate(int32_t frameRate) = 0;
|
| D | screen_capture_service_proxy.cpp | 538 int32_t ScreenCaptureServiceProxy::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate() function in OHOS::Media::ScreenCaptureServiceProxy
|
| /foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/ |
| D | screen_capture_native_mock.cpp | 181 int32_t ScreenCaptureNativeMock::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate() function in OHOS::Media::ScreenCaptureNativeMock 184 return screenCapture_->SetMaxVideoFrameRate(frameRate); in SetMaxVideoFrameRate()
|
| /foundation/multimedia/player_framework/services/include/ |
| D | i_screen_capture_service.h | 53 virtual int32_t SetMaxVideoFrameRate(int32_t frameRate) = 0;
|
| /foundation/multimedia/player_framework/frameworks/native/screen_capture/ |
| D | screen_capture_impl.h | 40 int32_t SetMaxVideoFrameRate(int32_t frameRate) override;
|
| D | screen_capture_impl.cpp | 152 int32_t ScreenCaptureImpl::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate() function in OHOS::Media::ScreenCaptureImpl 157 return screenCaptureService_->SetMaxVideoFrameRate(frameRate); in SetMaxVideoFrameRate()
|
| /foundation/multimedia/player_framework/services/services/screen_capture/client/ |
| D | screen_capture_client.h | 55 int32_t SetMaxVideoFrameRate(int32_t frameRate) override;
|
| D | screen_capture_client.cpp | 196 int32_t ScreenCaptureClient::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate() function in OHOS::Media::ScreenCaptureClient 200 return screenCaptureProxy_->SetMaxVideoFrameRate(frameRate); in SetMaxVideoFrameRate()
|
| /foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/include/ |
| D | screen_capture_native_mock.h | 41 int32_t SetMaxVideoFrameRate(int32_t frameRate) override;
|
| /foundation/multimedia/player_framework/test/fuzztest/common/ |
| D | test_screen_capture.cpp | 127 return screenCapture->SetMaxVideoFrameRate(frameRate); in SetMaxFrameRate()
|
| /foundation/multimedia/player_framework/test/unittest/screen_capture_test/ |
| D | screen_capture_mock.h | 87 virtual int32_t SetMaxVideoFrameRate(int32_t frameRate) = 0;
|
| /foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/include/ |
| D | screen_capture_capi_mock.h | 41 int32_t SetMaxVideoFrameRate(int32_t frameRate) override;
|
| /foundation/multimedia/player_framework/interfaces/inner_api/native/ |
| D | screen_capture.h | 260 virtual int32_t SetMaxVideoFrameRate(int32_t frameRate) = 0;
|
| /foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
| D | screen_capture_unit_test.cpp | 2300 EXPECT_EQ(MSERR_OK, screenCapture_->SetMaxVideoFrameRate(15)); 2302 EXPECT_NE(MSERR_OK, screenCapture_->SetMaxVideoFrameRate(15)); 2311 EXPECT_EQ(MSERR_OK, screenCapture_->SetMaxVideoFrameRate(90)); 2313 EXPECT_NE(MSERR_OK, screenCapture_->SetMaxVideoFrameRate(90)); 2357 EXPECT_NE(MSERR_OK, screenCapture_->SetMaxVideoFrameRate(-10)); 2365 EXPECT_EQ(MSERR_OK, screenCapture_->SetMaxVideoFrameRate(1000000000)); 2367 EXPECT_NE(MSERR_OK, screenCapture_->SetMaxVideoFrameRate(1000000000));
|
| /foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/ |
| D | screen_capture_capi_mock.cpp | 293 int32_t ScreenCaptureCapiMock::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate() function in ScreenCaptureCapiMock
|
| /foundation/multimedia/player_framework/services/services/screen_capture/server/ |
| D | screen_capture_server.h | 311 int32_t SetMaxVideoFrameRate(int32_t frameRate) override;
|
| D | screen_capture_server.cpp | 2788 int32_t ScreenCaptureServer::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate() function in OHOS::Media::ScreenCaptureServer
|
| /foundation/multimedia/player_framework/frameworks/native/capi/screencapture/ |
| D | native_avscreen_capture.cpp | 988 int32_t ret = screenCaptureObj->screenCapture_->SetMaxVideoFrameRate(frameRate); in OH_AVScreenCapture_SetMaxVideoFrameRate()
|