Home
last modified time | relevance | path

Searched defs:choice (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_controller_stub.cpp106 …ScreenCaptureControllerStub::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) in ReportAVScreenCaptureUserChoice()
128 std::string choice = data.ReadString(); in ReportAVScreenCaptureUserChoice() local
H A Dscreen_capture_controller_proxy.cpp55 …creenCaptureControllerProxy::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) in ReportAVScreenCaptureUserChoice()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/
H A Dscreen_capture_server_function_unittest.cpp693 std::string choice = "{\"choice\": \"false\", \"displayId\": -1, \"missionId\": -1}"; variable
708 std::string choice = "{\"choice\": \"true\", \"displayId\": -1, \"missionId\": -1}"; variable
723 std::string choice = "{\"choice\": \"true\", \"displayId\": -1, \"missionId\": -1}"; variable
738 std::string choice = "{\"choice\": \"12345\", \"displayId\": -1, \"missionId\": -1}"; variable
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/screen_capture/
H A Dscreen_capture_controller_impl.cpp34 …ScreenCaptureControllerImpl::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) in ReportAVScreenCaptureUserChoice()
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_controller_server.cpp52 …reenCaptureControllerServer::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) in ReportAVScreenCaptureUserChoice()
H A Dscreen_capture_server.cpp292 std::string choice = "false"; in ReportAVScreenCaptureUserChoice() local
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/client/
H A Dscreen_capture_controller_client.cpp60 …reenCaptureControllerClient::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::string choice) in ReportAVScreenCaptureUserChoice()
/ohos5.0/drivers/peripheral/audio/test/sample/
H A Didl_capture.c398 int choice = 0; in SelectRecordMode() local
620 int choice = 0; in SelectLoadingMode() local
648 int choice = 0; in SelectAudioInputType() local
1231 static void ProcessMenu(int32_t choice) in ProcessMenu()
1261 int choice = 0; in Choice0() local
H A Didl_render.c417 int choice = 0; in SelectPlayMode() local
569 int choice = 0; in SelectLoadingMode() local
1224 static void ProcessMenu(int32_t choice) in ProcessMenu()
1246 int32_t choice = 0; in Choice() local
/ohos5.0/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp197 int32_t choice; in InputInt32() local
1552 int32_t choice = InputInt32(0, static_cast<int32_t>(TestMenu::STRESS), "Test Module Index"); in PrintMenu() local
1566 int32_t choice = InputInt32(HREQ_CALL_BASE, HREQ_MODEM_EXIT - 1, "Command"); in PrintStressMenu() local
1599 int32_t choice = InputInt32(HREQ_CALL_BASE, HREQ_SMS_BASE - MENU_OFFSET, "Command"); in PrintCallMenu() local
1615 int32_t choice = InputInt32(HREQ_SMS_BASE, HREQ_SIM_BASE - MENU_OFFSET, "Command"); in PrintSmsMenu() local
1651 int32_t choice = InputInt32(HREQ_SIM_BASE, HREQ_DATA_BASE - MENU_OFFSET, "Command"); in PrintSimMenu() local
1676 int32_t choice = InputInt32(HREQ_DATA_BASE, HREQ_NETWORK_BASE - MENU_OFFSET, "Command"); in PrintDataMenu() local
1713 int32_t choice = InputInt32(HREQ_NETWORK_BASE, HREQ_COMMON_BASE - MENU_OFFSET, "Command"); in PrintNetworkMenu() local
1732 int32_t choice = InputInt32(HREQ_COMMON_BASE, HREQ_MODEM_EXIT - MENU_OFFSET, "Command"); in PrintModemMenu() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp1062 static OptEntry* GetOptEntry(int choice) in GetOptEntry()
1098 int choice = getopt_long(argc, argv, opts.c_str(), longOptions, &optIndex); in HilogEntry() local
/ohos5.0/drivers/peripheral/camera/test/ut/usb_camera/
H A Dtest_camera_base.cpp360 void TestCameraBase::BufferCallback(unsigned char* addr, int choice) in BufferCallback()
/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Dtest_camera_base.cpp349 void TestCameraBase::BufferCallback(unsigned char* addr, int choice) in BufferCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h694 const std::unique_ptr<JsonValue>& argsPtr, const std::string& choice, const std::string& count) in ParserPluralResource()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test.cpp179 std::string choice = "false"; variable
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.cpp240 std::string choice = CommonNapi::GetStringArgument(env, args[1]); in JsReportAVScreenCaptureUserChoice() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp2587 std::string choice = argv[0]->ToString(runtime); in JsPluralRulesFormat() local