Home
last modified time | relevance | path

Searched refs:ScreenCaptureController (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dscreen_capture_controller.h26 class ScreenCaptureController { class
29 virtual ~ScreenCaptureController() = default;
35 static std::shared_ptr<ScreenCaptureController> CreateScreenCaptureController() in CreateScreenCaptureController()
40 static std::shared_ptr<ScreenCaptureController> CreateScreenCaptureController();
/foundation/multimedia/player_framework/frameworks/native/screen_capture/
H A Dscreen_capture_controller_impl.h24 class ScreenCaptureControllerImpl : public ScreenCaptureController, public NoCopyable {
H A Dscreen_capture_controller_impl.cpp22 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_SCREENCAPTURE, "ScreenCaptureController"};
26 std::shared_ptr<ScreenCaptureController> ScreenCaptureControllerFactory::CreateScreenCaptureController() in CreateScreenCaptureController()
36 MEDIA_LOGI("ScreenCaptureController::ReportAVScreenCaptureUserChoice start"); in ReportAVScreenCaptureUserChoice()
41 MEDIA_LOGI("ScreenCaptureController::ReportAVScreenCaptureUserChoice Report result: %{public}d", ret); in ReportAVScreenCaptureUserChoice()
/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.h168 std::shared_ptr<ScreenCaptureController> controller_ = nullptr;
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test.cpp176 std::shared_ptr<ScreenCaptureController> controller = in HWTEST_F()

Completed in 6 milliseconds