Home
last modified time | relevance | path

Searched refs:NotifyVolumeChange (Results 1 - 7 of 7) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_manager/volume/test/
H A Dnotification_test.cpp36 * @tc.desc: Test function of NotifyVolumeChange interface for SUCCESS.
52 notification->NotifyVolumeChange(VolumeState::REMOVED, volume); in HWTEST_F()
60 * @tc.desc: Test function of NotifyVolumeChange interface for SUCCESS.
76 notification->NotifyVolumeChange(VolumeState::UNMOUNTED, volume); in HWTEST_F()
84 * @tc.desc: Test function of NotifyVolumeChange interface for SUCCESS.
102 notification->NotifyVolumeChange(VolumeState::MOUNTED, volume); in HWTEST_F()
110 * @tc.desc: Test function of NotifyVolumeChange interface for SUCCESS.
126 notification->NotifyVolumeChange(VolumeState::BAD_REMOVAL, volume); in HWTEST_F()
134 * @tc.desc: Test function of NotifyVolumeChange interface for SUCCESS.
150 notification->NotifyVolumeChange(VolumeStat in HWTEST_F()
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/include/volume/
H A Dnotification.h28 void NotifyVolumeChange(VolumeState notifyCode, std::shared_ptr<VolumeExternal> volume);
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dnotification.cpp33 void Notification::NotifyVolumeChange(VolumeState notifyCode, std::shared_ptr<VolumeExternal> volume) in NotifyVolumeChange() function in OHOS::StorageManager::Notification
38 LOGE("Notification::NotifyVolumeChange volume is nullptr"); in NotifyVolumeChange()
H A Dvolume_manager_service.cpp36 DelayedSingleton<Notification>::GetInstance()->NotifyVolumeChange(state, volume); in VolumeStateNotify()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/include/
H A Ddaudio_sink_dev.h126 void NotifyVolumeChange(const AppExecFwk::InnerEvent::Pointer &event);
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp604 mapEventFuncs_[static_cast<uint32_t>(VOLUME_CHANGE)] = &DAudioSinkDev::SinkEventHandler::NotifyVolumeChange; in SinkEventHandler()
636 NotifyVolumeChange(event); in ProcessEventInner()
855 void DAudioSinkDev::SinkEventHandler::NotifyVolumeChange(const AppExecFwk::InnerEvent::Pointer &event) in NotifyVolumeChange() function in OHOS::DistributedHardware::DAudioSinkDev::SinkEventHandler
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/
H A Ddaudio_sink_dev_test.cpp765 sinkDev_->handler_->NotifyVolumeChange(msgEvent); in HWTEST_F()
788 sinkDev_->handler_->NotifyVolumeChange(msg); in HWTEST_F()

Completed in 5 milliseconds