Searched refs:PrivacySceneSessionManagerLiteProxy (Results 1 – 3 of 3) sorted by relevance
41 class PrivacySceneSessionManagerLiteProxy : public IRemoteProxy<ISceneSessionManagerLite> {43 explicit PrivacySceneSessionManagerLiteProxy(const sptr<IRemoteObject>& impl) in PrivacySceneSessionManagerLiteProxy() function45 virtual ~PrivacySceneSessionManagerLiteProxy() = default;52 static inline BrokerDelegator<PrivacySceneSessionManagerLiteProxy> delegator_;
28 int32_t PrivacySceneSessionManagerLiteProxy::RegisterWindowManagerAgent(WindowManagerAgentType type, in RegisterWindowManagerAgent()65 int32_t PrivacySceneSessionManagerLiteProxy::UnregisterWindowManagerAgent(WindowManagerAgentType ty… in UnregisterWindowManagerAgent()
200 sceneSessionManagerLiteProxy_ = new PrivacySceneSessionManagerLiteProxy(remoteObject); in InitSceneSessionManagerLiteProxy()