Home
last modified time | relevance | path

Searched refs:ReportAVScreenCaptureUserChoice (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_controller_stub.cpp59 &ScreenCaptureControllerStub::ReportAVScreenCaptureUserChoice; in Init()
106 int32_t ScreenCaptureControllerStub::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string… in ReportAVScreenCaptureUserChoice() function in OHOS::Media::ScreenCaptureControllerStub
118 return screenCaptureControllerServer_->ReportAVScreenCaptureUserChoice(sessionId, choice); in ReportAVScreenCaptureUserChoice()
121 int32_t ScreenCaptureControllerStub::ReportAVScreenCaptureUserChoice(MessageParcel &data, MessagePa… in ReportAVScreenCaptureUserChoice() function in OHOS::Media::ScreenCaptureControllerStub
129 int32_t ret = ReportAVScreenCaptureUserChoice(sessionId, choice); in ReportAVScreenCaptureUserChoice()
H A Dscreen_capture_controller_stub.h31 int32_t ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) override;
38 int32_t ReportAVScreenCaptureUserChoice(MessageParcel &data, MessageParcel &reply);
H A Di_standard_screen_capture_controller.h33 virtual int32_t ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) = 0;
H A Dscreen_capture_controller_proxy.h28 int32_t ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) override;
H A Dscreen_capture_controller_proxy.cpp55 int32_t ScreenCaptureControllerProxy::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::strin… in ReportAVScreenCaptureUserChoice() function in OHOS::Media::ScreenCaptureControllerProxy
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_controller_server.cpp52 int32_t ScreenCaptureControllerServer::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::stri… in ReportAVScreenCaptureUserChoice() function in OHOS::Media::ScreenCaptureControllerServer
55 int32_t ret = ScreenCaptureServer::ReportAVScreenCaptureUserChoice(sessionId, choice); in ReportAVScreenCaptureUserChoice()
H A Dscreen_capture_controller_server.h36 int32_t ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) override;
H A Dscreen_capture_server.h245 static int32_t ReportAVScreenCaptureUserChoice(int32_t sessionId, const std::string &content);
H A Dscreen_capture_server.cpp281 int32_t ScreenCaptureServer::ReportAVScreenCaptureUserChoice(int32_t sessionId, const std::string &… in ReportAVScreenCaptureUserChoice() function in OHOS::Media::ScreenCaptureServer
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/screen_capture/
H A Dscreen_capture_controller_impl.cpp34 void ScreenCaptureControllerImpl::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string ch… in ReportAVScreenCaptureUserChoice() function in OHOS::Media::ScreenCaptureControllerImpl
40 int32_t ret = controllerClient->ReportAVScreenCaptureUserChoice(sessionId, choice); in ReportAVScreenCaptureUserChoice()
H A Dscreen_capture_controller_impl.h26 void ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) override;
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/client/
H A Dscreen_capture_controller_client.cpp60 int32_t ScreenCaptureControllerClient::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::stri… in ReportAVScreenCaptureUserChoice() function in OHOS::Media::ScreenCaptureControllerClient
65 return screenCaptureControllerProxy_->ReportAVScreenCaptureUserChoice(sessionId, choice); in ReportAVScreenCaptureUserChoice()
H A Dscreen_capture_controller_client.h33 int32_t ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) override;
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_screen_capture_controller.h26 virtual int32_t ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) = 0;
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dscreen_capture_controller.h28 virtual void ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) = 0;
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/
H A Dscreen_capture_server_function_unittest.cpp694 ASSERT_NE(screenCaptureServer_->ReportAVScreenCaptureUserChoice(sessionId, choice), MSERR_OK);
709 ASSERT_NE(screenCaptureServer_->ReportAVScreenCaptureUserChoice(sessionId, choice), MSERR_OK);
724 ASSERT_NE(screenCaptureServer_->ReportAVScreenCaptureUserChoice(sessionId, choice), MSERR_OK);
739 ASSERT_NE(screenCaptureServer_->ReportAVScreenCaptureUserChoice(sessionId, choice), MSERR_OK);
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.cpp246 asyncCtx->controller_->ReportAVScreenCaptureUserChoice(sessionId, choice); in JsReportAVScreenCaptureUserChoice()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test.cpp180 controller->ReportAVScreenCaptureUserChoice(sessionId, choice);