/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/examples/ |
H A D | pa_stream_test.cpp | 554 int32_t GetUserInput() in GetUserInput() function 861 int32_t res = GetUserInput(); in Loop() 872 rendererMode = GetUserInput(); in Loop() 873 fileIndex = GetUserInput(); in Loop() 878 isBlocking = GetUserInput(); in Loop() 879 capturerMode = GetUserInput(); in Loop()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/ |
H A D | oh_audio_capturer_lowlatency_test.cpp | 446 int32_t GetUserInput() in GetUserInput() function 465 int32_t recordTimeS = GetUserInput(); in AutoRunMic() 611 int32_t res = GetUserInput(); in InteractiveRun() 660 int32_t res = GetUserInput(); in main()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/example/ |
H A D | audio_process_client_test.cpp | 845 int32_t GetUserInput() in GetUserInput() function 864 int32_t loopCount = GetUserInput(); in AutoRunSpk() 908 int32_t recordTimeS = GetUserInput(); in AutoRunMic() 1085 int32_t vol = GetUserInput(); in SetSpkVolume() 1149 int32_t vol = GetUserInput(); in SetMicVolume() 1229 int32_t res = GetUserInput(); in GetOptCode() 1314 int32_t res = GetUserInput(); in main()
|
H A D | audio_stream_playback_test.cpp | 482 int32_t GetUserInput() in GetUserInput() function 711 int32_t res = GetUserInput(); in Loop()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationactionbutton_fuzzer/ |
H A D | notificationactionbutton_fuzzer.cpp | 49 actionButton->GetUserInput(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/ |
H A D | audio_inner_capturer_test.cpp | 193 int32_t GetUserInput() in GetUserInput() function 343 int32_t res = GetUserInput(); in Loop()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_action_button.cpp | 83 actionButton->GetUserInput(), in Create() 165 const std::shared_ptr<NotificationUserInput> NotificationActionButton::GetUserInput() const in GetUserInput() function in OHOS::Notification::NotificationActionButton
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_action_button.h | 147 const std::shared_ptr<NotificationUserInput> GetUserInput() const;
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/test_example/ |
H A D | distributedaudiotest.cpp | 154 static int32_t GetUserInput() in GetUserInput() function 665 int32_t volInt = GetUserInput(); in SetVolume() 769 int32_t cmd = GetUserInput(); in main()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_action_button_test.cpp | 233 EXPECT_NE(button->GetUserInput(), nullptr);
|
/ohos5.0/docs/zh-cn/contribute/ |
H A D | OpenHarmony-c-cpp-secure-coding-guide.md | 2160 int ret = GetUserInput(name, NAME_MAX); 2181 int ret = GetUserInput(name, NAME_MAX);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_request.cpp | 432 … if (!SetNotificationActionButtonByUserInput(env, actionButton->GetUserInput(), userInputResult)) { in SetNotificationActionButton()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_publish_test.cpp | 264 std::shared_ptr<NotificationUserInput> userInput = actionButton->GetUserInput(); in CheckCaseTwoResult()
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-c-cpp-secure-coding-guide.md | 2222 int ret = GetUserInput(name, NAME_MAX); 2244 int ret = GetUserInput(name, NAME_MAX);
|