Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/common/window_manager/include/
H A Dprivacy_scene_session_manager_proxy.h41 class PrivacySceneSessionManagerProxy : public IRemoteProxy<ISceneSessionManager> {
43 explicit PrivacySceneSessionManagerProxy(const sptr<IRemoteObject>& impl) in PrivacySceneSessionManagerProxy() function
45 virtual ~PrivacySceneSessionManagerProxy() = default;
52 static inline BrokerDelegator<PrivacySceneSessionManagerProxy> delegator_;
/ohos5.0/base/security/access_token/services/common/window_manager/src/
H A Dprivacy_scene_session_manager_proxy.cpp28 int32_t PrivacySceneSessionManagerProxy::RegisterWindowManagerAgent(WindowManagerAgentType type, in RegisterWindowManagerAgent()
60 int32_t PrivacySceneSessionManagerProxy::UnregisterWindowManagerAgent(WindowManagerAgentType type, in UnregisterWindowManagerAgent()
H A Dprivacy_window_manager_client.cpp169 sceneSessionManagerProxy_ = new PrivacySceneSessionManagerProxy(remoteObject); in InitSceneSessionManagerProxy()