Home
last modified time | relevance | path

Searched refs:muteModeStored_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp178 this->muteModeStored_ = muteMode; in GetMuteModeFromDataShareHelper()
216 muteModeStored_ = muteMode; in OnAddSystemAbility()
846 callback->OnCameraMute(muteModeStored_); in SetMuteCallback()
1043 bool currentMuteMode = muteModeStored_; in MuteCameraFunc()
1049 muteModeStored_ = muteMode; in MuteCameraFunc()
1052 muteModeStored_ = currentMuteMode; in MuteCameraFunc()
1066 muteModeStored_ = currentMuteMode; in MuteCameraFunc()
1077 muteModeStored_ = muteMode; in MuteCameraFunc()
1111 targetMuteMode = muteModeStored_; in MuteCameraPersist()
1230 callback->NotifyMuteCamera(muteModeStored_); in SetPeerCallback()
[all …]
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_service.h272 bool muteModeStored_; variable