Home
last modified time | relevance | path

Searched refs:AudioManagerPrivacyProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/access_token/services/privacymanager/include/sensitive/audio_manager/
H A Daudio_manager_privacy_proxy.h33 class AudioManagerPrivacyProxy : public IRemoteProxy<IAudioPolicy> {
35 …explicit AudioManagerPrivacyProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IAudioPolicy>(im… in AudioManagerPrivacyProxy() function
37 virtual ~AudioManagerPrivacyProxy() = default;
42 static inline BrokerDelegator<AudioManagerPrivacyProxy> delegator_;
/ohos5.0/base/security/access_token/services/privacymanager/src/sensitive/audio_manager/
H A Daudio_manager_privacy_proxy.cpp29 bool AudioManagerPrivacyProxy::GetPersistentMicMuteState() in GetPersistentMicMuteState()
54 int32_t AudioManagerPrivacyProxy::SetMicrophoneMutePersistent(const bool isMute, const PolicyType t… in SetMicrophoneMutePersistent()
H A Daudio_manager_privacy_client.cpp92 proxy_ = new AudioManagerPrivacyProxy(audioManagerSa); in InitProxy()