Home
last modified time | relevance | path

Searched refs:updateUi (Results 1 - 25 of 26) sorted by relevance

12

/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/callback/
H A Dnapi_audio_volume_key_event.cpp45 "isUpdateUi=%{public}d", volumeEvent.volumeType, volumeEvent.volume, volumeEvent.updateUi); in OnVolumeKeyEvent()
54 cb->volumeEvent.updateUi = volumeEvent.updateUi; in OnVolumeKeyEvent()
/test/testfwk/arkxtest/uitest/core/
H A Dui_driver.h39 ApiCallErr &err, bool updateUi = true);
48 const Widget *RetrieveWidget(const Widget &widget, ApiCallErr &err, bool updateUi = true);
H A Dui_driver.cpp221 const Widget *UiDriver::RetrieveWidget(const Widget &widget, ApiCallErr &err, bool updateUi) in RetrieveWidget() argument
223 if (updateUi) { in RetrieveWidget()
287 ApiCallErr &err, bool updateUi) in FindWidgets()
291 if (updateUi) { in FindWidgets()
286 FindWidgets(const WidgetSelector &selector, vector<unique_ptr<Widget>> &rev, ApiCallErr &err, bool updateUi) FindWidgets() argument
/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyanother_fuzzer/
H A Daudio_policy_another_fuzzer.cpp247 bool updateUi = *reinterpret_cast<const bool *>(rawData); in AudioPolicyOtherFuzzTest() local
249 GetServerPtr()->SetA2dpDeviceVolume(macAddress, volume, updateUi); in AudioPolicyOtherFuzzTest()
308 volumeEvent.updateUi = *reinterpret_cast<const bool *>(rawData); in AudioVolumeKeyCallbackStub()
317 data.WriteBool(volumeEvent.updateUi); in AudioVolumeKeyCallbackStub()
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/volume_change_test/src/
H A Daudio_volume_change_unit_test.cpp56 g_isUpdateUi = volumeEvent.updateUi; in OnVolumeKeyEvent()
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_volume_proxy.cpp332 const bool updateUi) in SetA2dpDeviceVolume()
342 data.WriteBool(updateUi); in SetA2dpDeviceVolume()
331 SetA2dpDeviceVolume(const std::string &macAddress, const int32_t volume, const bool updateUi) SetA2dpDeviceVolume() argument
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp272 volumeEvent.updateUi = true; in MaxOrMinVolumeOption()
800 AUDIO_INFO_LOG("SetStreamMuteInternal streamType: %{public}d, mute: %{public}d, updateUi: %{public}d", in SetStreamMuteInternal()
853 volumeEvent.updateUi = isUpdateUi; in SetSingleStreamMute()
870 AUDIO_INFO_LOG("SetSystemVolumeLevelInternal streamType: %{public}d, volumeLevel: %{public}d, updateUi: %{public}d", in SetSystemVolumeLevelInternal()
929 volumeEvent.updateUi = isUpdateUi; in SetSingleStreamVolume()
1992 eventDes, EVENT_DES_SIZE, &(volumeEvent.volumeType), &(volumeEvent.volume), &(volumeEvent.updateUi), in VolumeOnChange()
1998 volumeEvent.updateUi = false; in VolumeOnChange()
2256 const bool updateUi)
2274 volumeEvent.updateUi = updateUi;
[all...]
H A Daudio_policy_client_proxy.cpp43 data.WriteBool(volumeEvent.updateUi); in OnVolumeKeyEvent()
H A Daudio_policy_manager_stub.cpp1042 bool updateUi = data.ReadBool(); in SetA2dpDeviceVolumeInternal() local
1043 int32_t result = SetA2dpDeviceVolume(macAddress, volume, updateUi); in SetA2dpDeviceVolumeInternal()
H A Daudio_policy_server_handler.cpp619 " volume : %{public}d, updateUi : %{public}d ", it->first, in HandleVolumeKeyEvent()
621 static_cast<int32_t>(eventContextObj->volumeEvent.updateUi)); in HandleVolumeKeyEvent()
/foundation/multimedia/audio_framework/test/fuzztest/audiopolicymore_fuzzer/
H A Daudio_policy_more_fuzzer.cpp436 volumeEvent.updateUi = *reinterpret_cast<const bool *>(rawData); in AudioVolumeKeyCallbackStubMoreFuzzTest()
445 data.WriteBool(volumeEvent.updateUi); in AudioVolumeKeyCallbackStubMoreFuzzTest()
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/spkclient/src/
H A Ddspeaker_client_test.cpp86 event.updateUi = 1; in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_policy/client/include/
H A Daudio_policy_base.h235 virtual int32_t SetA2dpDeviceVolume(const std::string &macAddress, const int32_t volume, bool updateUi) = 0;
H A Daudio_policy_proxy.h231 int32_t SetA2dpDeviceVolume(const std::string &macAddress, const int32_t volume, const bool updateUi) override;
/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_client_stub.cpp153 event.updateUi = data.ReadBool(); in HandleVolumeKeyEvent()
H A Daudio_policy_manager.cpp1398 const bool updateUi) in SetA2dpDeviceVolume()
1402 return gsp->SetA2dpDeviceVolume(macAddress, volume, updateUi); in SetA2dpDeviceVolume()
1397 SetA2dpDeviceVolume(const std::string &macAddress, const int32_t volume, const bool updateUi) SetA2dpDeviceVolume() argument
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_system_manager.cpp1241 const bool updateUi) in SetA2dpDeviceVolume()
1243 AUDIO_INFO_LOG("volume: %{public}d, update ui: %{public}d", volume, updateUi); in SetA2dpDeviceVolume()
1244 return AudioPolicyManager::GetInstance().SetA2dpDeviceVolume(macAddress, volume, updateUi); in SetA2dpDeviceVolume()
1240 SetA2dpDeviceVolume(const std::string &macAddress, const int32_t volume, const bool updateUi) SetA2dpDeviceVolume() argument
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/include/
H A Daudio_policy_manager.h311 int32_t SetA2dpDeviceVolume(const std::string &macAddress, const int32_t volume, const bool updateUi);
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/
H A Daudio_system_manager.h1222 int32_t SetA2dpDeviceVolume(const std::string &macAddress, const int32_t volume, const bool updateUi);
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedobserver_fuzzer/
H A Dresschedobserver_fuzzer.cpp593 volumeEvent.updateUi = GetData<bool>(); in AudioObserverEventFuzzTest()
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp436 cJSON_AddStringToObject(jParam, IS_UPDATEUI, std::to_string(volumeEvent.updateUi).c_str()); in OnVolumeKeyEvent()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server.h340 int32_t SetA2dpDeviceVolume(const std::string &macAddress, const int32_t volume, const bool updateUi) override;
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_info.h315 bool updateUi; member
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_adapter_manager.cpp1426 volumeEvent.updateUi = false; in SetVolumeCallbackAfterClone()
/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_param_utils.cpp731 SetValueBoolean(env, "updateUi", volumeEvent.updateUi, result); in SetValueVolumeEvent()

Completed in 38 milliseconds

12