Home
last modified time | relevance | path

Searched refs:PrivacySceneSessionManagerLiteProxy (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_lite_proxy.h41 class PrivacySceneSessionManagerLiteProxy : public IRemoteProxy<ISceneSessionManagerLite> {
43 explicit PrivacySceneSessionManagerLiteProxy(const sptr<IRemoteObject>& impl) in PrivacySceneSessionManagerLiteProxy() function
45 virtual ~PrivacySceneSessionManagerLiteProxy() = default;
52 static inline BrokerDelegator<PrivacySceneSessionManagerLiteProxy> delegator_;
/ohos5.0/base/security/access_token/services/common/window_manager/src/
H A Dprivacy_scene_session_manager_lite_proxy.cpp28 int32_t PrivacySceneSessionManagerLiteProxy::RegisterWindowManagerAgent(WindowManagerAgentType type, in RegisterWindowManagerAgent()
65 int32_t PrivacySceneSessionManagerLiteProxy::UnregisterWindowManagerAgent(WindowManagerAgentType ty… in UnregisterWindowManagerAgent()
H A Dprivacy_window_manager_client.cpp200 sceneSessionManagerLiteProxy_ = new PrivacySceneSessionManagerLiteProxy(remoteObject); in InitSceneSessionManagerLiteProxy()