Home
last modified time | relevance | path

Searched defs:screenCapture_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/include/
H A Dscreen_capture_capi_mock.h79 OH_AVScreenCapture* screenCapture_ = nullptr; variable
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/include/
H A Dscreen_capture_native_mock.h74 std::weak_ptr<ScreenCapture> screenCapture_; variable
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/include/
H A Dscreen_capture_unit_test.h92 std::shared_ptr<ScreenCaptureMock> screenCapture_ = nullptr; variable
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.h152 std::shared_ptr<ScreenCapture> screenCapture_ = nullptr; variable
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H A Dnative_avscreen_capture.cpp48 const std::shared_ptr<ScreenCapture> screenCapture_ = nullptr; member