/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 choice) in ReportAVScreenCaptureUserChoice() argument
|
/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::string choice) in ReportAVScreenCaptureUserChoice() argument
|
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
H A D | screen_capture_controller_proxy.cpp | 55 int32_t ScreenCaptureControllerProxy::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) in ReportAVScreenCaptureUserChoice() argument
|
H A D | screen_capture_controller_stub.cpp | 106 int32_t ScreenCaptureControllerStub::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) in ReportAVScreenCaptureUserChoice() argument 128 std::string choice = data.ReadString(); in ReportAVScreenCaptureUserChoice() local
|
/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::string choice) in ReportAVScreenCaptureUserChoice() argument
|
H A D | screen_capture_server.cpp | 308 std::string choice = "false"; in ReportAVScreenCaptureUserChoice() local
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/ |
H A D | screen_capture_server_function_unittest.cpp | 658 std::string choice = "{\"choice\": \"false\", \"displayId\": -1, \"missionId\": -1}"; in HWTEST_F() local 673 std::string choice = "{\"choice\": \"true\", \"displayId\": -1, \"missionId\": -1}"; in HWTEST_F() local 688 std::string choice = "{\"choice\": \"true\", \"displayId\": -1, \"missionId\": -1}"; in HWTEST_F() local 703 std::string choice in HWTEST_F() local 720 std::string choice = "{\\"choice\\": \\"true\\", \\"displayId\\": -1, \\"missionId\\": -1}"; HWTEST_F() local 736 std::string choice = "{\\"choice\\": \\"true\\", \\"displayId\\": -1, \\"missionId\\": -1}"; HWTEST_F() local 752 std::string choice = "{\\"choice\\": \\"true\\", \\"displayId\\": 0, \\"missionId\\": 0}"; HWTEST_F() local 768 std::string choice = "{\\"choice\\": \\"true\\"}"; HWTEST_F() local [all...] |
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test.cpp | 179 std::string choice = "false"; in HWTEST_F() local
|
/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/ |
H A D | avscreen_capture_napi.cpp | 240 std::string choice = CommonNapi::GetStringArgument(env, args[1]); in JsReportAVScreenCaptureUserChoice() local
|
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.h | 704 ParserPluralResource( const std::unique_ptr<JsonValue>& argsPtr, const std::string& choice, const std::string& count) ParserPluralResource() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 2587 std::string choice = argv[0]->ToString(runtime); in JsPluralRulesFormat() local
|