/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
H A D | screen_capture_controller_stub.cpp | 59 &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 D | screen_capture_controller_stub.h | 31 int32_t ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) override; 38 int32_t ReportAVScreenCaptureUserChoice(MessageParcel &data, MessageParcel &reply);
|
H A D | i_standard_screen_capture_controller.h | 33 virtual int32_t ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) = 0;
|
H A D | screen_capture_controller_proxy.h | 28 int32_t ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) override;
|
H A D | screen_capture_controller_proxy.cpp | 55 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 D | screen_capture_controller_server.cpp | 52 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 D | screen_capture_controller_server.h | 36 int32_t ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) override;
|
H A D | screen_capture_server.h | 245 static int32_t ReportAVScreenCaptureUserChoice(int32_t sessionId, const std::string &content);
|
H A D | screen_capture_server.cpp | 281 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 D | screen_capture_controller_impl.cpp | 34 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 D | screen_capture_controller_impl.h | 26 void ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/client/ |
H A D | screen_capture_controller_client.cpp | 60 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 D | screen_capture_controller_client.h | 33 int32_t ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_screen_capture_controller.h | 26 virtual int32_t ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | screen_capture_controller.h | 28 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 D | screen_capture_server_function_unittest.cpp | 694 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 D | avscreen_capture_napi.cpp | 246 asyncCtx->controller_->ReportAVScreenCaptureUserChoice(sessionId, choice); in JsReportAVScreenCaptureUserChoice()
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test.cpp | 180 controller->ReportAVScreenCaptureUserChoice(sessionId, choice);
|