/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_scene.h | 54 sptr<IWindowLifeCycle>& listener, sptr<WindowOption> option = nullptr); 68 sptr<IWindowLifeCycle>& listener, sptr<WindowOption> option, const sptr<IRemoteObject>& iSession, 78 sptr<Window> CreateWindow(const std::string& windowName, sptr<WindowOption>& option) const; 86 sptr<Window> GetMainWindow() const; 93 std::vector<sptr<Window>> GetSubWindow(); 172 sptr<Windo [all...] |
/foundation/communication/netmanager_ext/services/mdnsmanager/include/ |
H A D | mdns_service.h | 47 int32_t RegisterService(const MDnsServiceInfo &serviceInfo, const sptr<IRegistrationCallback> &cb) override; 48 int32_t UnRegisterService(const sptr<IRegistrationCallback> &cb) override; 50 int32_t StartDiscoverService(const std::string &serviceType, const sptr<IDiscoveryCallback> &cb) override; 51 int32_t StopDiscoverService(const sptr<IDiscoveryCallback> &cb) override; 53 int32_t ResolveService(const MDnsServiceInfo &serviceInfo, const sptr<IResolveCallback> &cb) override; 67 sptr<INetInterfaceStateCallback> netStateCallback_; 83 void AddClientDeathRecipient(const sptr<IDiscoveryCallback> &cb); 84 void RemoveClientDeathRecipient(const sptr<IDiscoveryCallback> &cb); 88 sptr<IRemoteObject::DeathRecipient> deathRecipient_ = nullptr; 89 std::vector<sptr<IDiscoveryCallbac [all...] |
/foundation/distributedhardware/distributed_input/interfaces/ipc/include/ |
H A D | dinput_sa_manager.h | 45 bool SetDInputSourceProxy(const sptr<IRemoteObject> &remoteObject); 48 bool SetDInputSinkProxy(const sptr<IRemoteObject> &remoteObject); 51 void AddSimEventListenerToCache(sptr<ISimulationEventListener> listener); 52 void RemoveSimEventListenerFromCache(sptr<ISimulationEventListener> listener); 53 void AddSessionStateCbToCache(sptr<ISessionStateCallback> callback); 65 std::set<sptr<ISimulationEventListener>> simEventListenerCache_; 67 std::set<sptr<ISessionStateCallback>> sessionStateCbCache_; 82 sptr<IDistributedSourceInput> dInputSourceProxy_ = nullptr; 83 sptr<IDistributedSinkInput> dInputSinkProxy_ = nullptr; 84 sptr<SystemAbilityListene [all...] |
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | session_manager.h | 46 void RecoverSessionManagerService(const sptr<ISessionManagerService>& sessionManagerService); 48 int32_t userId, int32_t screenId, bool isConnected, const sptr<ISessionManagerService>& sessionManagerService); 54 sptr<ISceneSessionManager> GetSceneSessionManagerProxy(); 66 void OnUserSwitch(const sptr<ISessionManagerService>& sessionManagerService); 71 sptr<IMockSessionManagerInterface> mockSessionManagerServiceProxy_ = nullptr; 72 sptr<ISessionManagerService> sessionManagerServiceProxy_ = nullptr; 73 sptr<ISceneSessionManager> sceneSessionManagerProxy_ = nullptr; 75 sptr<IRemoteObject> smsRecoverListener_ = nullptr; 76 sptr<SSMDeathRecipient> ssmDeath_ = nullptr; 77 sptr<FoundationDeathRecipien [all...] |
H A D | extension_session_manager.h | 36 * @return sptr<ExtensionSession> return session if create extension session success;Otherwise, return nullptr 38 sptr<ExtensionSession> RequestExtensionSession(const SessionInfo& sessionInfo); 45 WSError RequestExtensionSessionActivation(const sptr<ExtensionSession>& extensionSession, uint32_t hostWindowId, 54 const sptr<ExtensionSession>& extensionSession, const std::function<void(WSError)>&& resultCallback); 62 const sptr<ExtensionSession>& extensionSession, const std::function<void(WSError)>&& resultCallback); 69 WSError RequestExtensionSessionDestructionDone(const sptr<ExtensionSession>& extensionSession); 75 sptr<AAFwk::SessionInfo> SetAbilitySessionInfo(const sptr<ExtensionSession>& extensionSession); 79 std::map<int32_t, sptr<ExtensionSession>> extensionSessionMap_;
|
/foundation/window/window_manager/wmserver/include/ |
H A D | display_zoom_controller.h | 29 explicit DisplayZoomController(sptr<WindowRoot>& root) : windowRoot_(root) {} in DisplayZoomController() 36 void ClearZoomTransform(std::vector<sptr<WindowNode>> nodes); 45 sptr<WindowRoot> windowRoot_; 46 void ClearZoomTransformInner(sptr<WindowNode> node); 47 bool UpdateZoomTranslateInfo(sptr<WindowNodeContainer> windowNodeContainer, DisplayId displayId, 49 Transform CalcuAnimateZoomTrans(sptr<WindowNode> node); 50 Transform CalcuZoomTransByZoomInfo(sptr<WindowNode> node); 51 Transform CalcuZoomTrans(sptr<WindowNode> node, const DisplayZoomInfo& zoomInfo); 52 void UpdateClientAndSurfaceZoomInfo(sptr<WindowNode> node, const Transform& zoomTrans); 53 void HandleUpdateWindowZoomInfo(sptr<WindowNod [all...] |
/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_connect_module_test/ |
H A D | ui_extension_connect_module_test.cpp | 88 void WaitUntilConnectDone(const sptr<UIExtensionConnectModuleTestConnection> &connection); 89 void WaitUntilDisConnectDone(const sptr<UIExtensionConnectModuleTestConnection> &connection); 90 void WaitUntilProcessCreated(const sptr<UIExtensionConnectModuleTestObserver> &observer); 91 void WaitUntilProcessDied(const sptr<UIExtensionConnectModuleTestObserver> &observer); 92 void CheckProcessNotDied(const sptr<UIExtensionConnectModuleTestObserver> &observer); 93 void WaitUntilAbilityForeground(const sptr<UIExtensionConnectModuleTestObserver> &observer); 94 void WaitUntilAbilityBackground(const sptr<UIExtensionConnectModuleTestObserver> &observer); 96 void RegisterApplicationStateObserver(const sptr<IApplicationStateObserver> &observer); 97 void UnregisterApplicationStateObserver(const sptr<IApplicationStateObserver> &observer); 98 static sptr<AppExecFw [all...] |
/foundation/multimedia/audio_framework/services/audio_policy/client/include/ |
H A D | audio_policy_base.h | 63 virtual std::vector<sptr<AudioDeviceDescriptor>> GetDevices(DeviceFlag deviceFlag) = 0; 65 virtual std::vector<sptr<AudioDeviceDescriptor>> GetDevicesInner(DeviceFlag deviceFlag) = 0; 67 virtual std::vector<sptr<AudioDeviceDescriptor>> GetOutputDevice( 68 sptr<AudioRendererFilter> audioRendererFilter) = 0; 70 virtual std::vector<sptr<AudioDeviceDescriptor>> GetInputDevice( 71 sptr<AudioCapturerFilter> audioCapturerFilter) = 0; 118 virtual int32_t SetAudioInterruptCallback(const uint32_t sessionID, const sptr<IRemoteObject> &object, 131 virtual int32_t SetAudioManagerInterruptCallback(const int32_t clientId, const sptr<IRemoteObject> &object) = 0; 135 virtual int32_t SetQueryClientTypeCallback(const sptr<IRemoteObject> &object) = 0; 163 AudioStreamChangeInfo &streamChangeInfo, const sptr<IRemoteObjec [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.h | 41 sptr<RSScreenManager> screenManager, 42 sptr<IRemoteObject> token, 43 sptr<VSyncDistributor> distributor); 48 sptr<IRemoteObject> GetToken() const in GetToken() 69 sptr<Surface> CreateNodeAndSurface(const RSSurfaceRenderNodeConfig& config) override; 71 sptr<IVSyncConnection> CreateVSyncConnection(const std::string& name, 72 const sptr<VSyncIConnectionToken>& token, 76 std::shared_ptr<Media::PixelMap> CreatePixelMapFromSurface(sptr<Surface> surface, const Rect &srcRect) override; 92 sptr<Surface> surface, 104 int32_t SetVirtualScreenSurface(ScreenId id, sptr<Surfac [all...] |
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_device_manager.cpp | 39 sptr<HCameraDeviceManager> HCameraDeviceManager::cameraDeviceManager_;
49 sptr<HCameraDeviceManager> &HCameraDeviceManager::GetInstance()
in GetInstance() 62 void HCameraDeviceManager::AddDevice(pid_t pid, sptr<HCameraDevice> device)
in AddDevice() 72 sptr<HCameraDeviceHolder> cameraHolder = new HCameraDeviceHolder(
in AddDevice() 87 auto it = std::find_if(activeCameras_.begin(), activeCameras_.end(), [&](const sptr<HCameraDeviceHolder> &x) {
in RemoveDevice() 100 sptr<HCameraDeviceHolder> HCameraDeviceManager::GetCameraHolderByPid(pid_t pidRequest)
in GetCameraHolderByPid() 104 sptr<HCameraDeviceHolder> cameraHolder = nullptr;
in GetCameraHolderByPid() 110 sptr<HCameraDevice> HCameraDeviceManager::GetCameraByPid(pid_t pidRequest)
in GetCameraByPid() 114 sptr<HCameraDeviceHolder> cameraHolder = nullptr;
in GetCameraByPid() 116 sptr<HCameraDevic in GetCameraByPid() [all...] |
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_native_service_proxy_test.cpp | 49 sptr<NetsysNative::INetsysService> ConnManagerGetProxy() in ConnManagerGetProxy() 91 OHOS::sptr<OHOS::NetsysNative::INetsysService> netsysNativeService = ConnManagerGetProxy(); in HWTEST_F() 119 OHOS::sptr<OHOS::NetsysNative::INetsysService> netsysNativeService = ConnManagerGetProxy(); in HWTEST_F() 134 OHOS::sptr<OHOS::NetsysNative::INetsysService> netsysNativeService = ConnManagerGetProxy(); in HWTEST_F() 147 OHOS::sptr<OHOS::NetsysNative::INetsysService> netsysNativeService = ConnManagerGetProxy(); in HWTEST_F() 160 OHOS::sptr<OHOS::NetsysNative::INetsysService> netsysNativeService = ConnManagerGetProxy(); in HWTEST_F() 174 OHOS::sptr<OHOS::NetsysNative::INetsysService> netsysNativeService = ConnManagerGetProxy(); in HWTEST_F() 189 OHOS::sptr<OHOS::NetsysNative::INetsysService> netsysNativeService = ConnManagerGetProxy(); in HWTEST_F() 197 OHOS::sptr<OHOS::NetsysNative::INetsysService> netsysNativeService = ConnManagerGetProxy(); in HWTEST_F() 210 OHOS::sptr<OHO in HWTEST_F() [all...] |
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/ |
H A D | net_stats_client.cpp | 36 int32_t NetStatsClient::RegisterNetStatsCallback(const sptr<INetStatsCallback> &callback) in RegisterNetStatsCallback() 39 sptr<INetStatsService> proxy = GetProxy(); in RegisterNetStatsCallback() 53 int32_t NetStatsClient::UnregisterNetStatsCallback(const sptr<INetStatsCallback> &callback) in UnregisterNetStatsCallback() 55 sptr<INetStatsService> proxy = GetProxy(); in UnregisterNetStatsCallback() 69 sptr<INetStatsService> NetStatsClient::GetProxy() in GetProxy() 79 sptr<ISystemAbilityManager> sam = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetProxy() 85 sptr<IRemoteObject> remote = sam->CheckSystemAbility(COMM_NET_STATS_MANAGER_SYS_ABILITY_ID); in GetProxy() 139 sptr<IRemoteObject> local = netStatsService_->AsObject(); in OnRemoteDied() 162 sptr<INetStatsService> proxy = GetProxy(); in GetIfaceRxBytes() 172 sptr<INetStatsServic in GetIfaceTxBytes() [all...] |
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_connection_manager_test.cpp | 46 const sptr<IRemoteObject> &remoteObject, int resultCode) {} in OnAbilityConnectDone() 70 sptr<IRemoteObject> connectCaller = new (std::nothrow) AbilityConnection(); in HWTEST_F() 71 sptr<AbilityConnectCallback> connectCallback = new (std::nothrow) MockAbilityConnectCallback(); in HWTEST_F() 88 sptr<IRemoteObject> connectCaller = new (std::nothrow) AbilityConnection(); in HWTEST_F() 89 sptr<AbilityConnectCallback> connectCallback = new (std::nothrow) MockAbilityConnectCallback(); in HWTEST_F() 107 sptr<AbilityConnectCallback> connectCallback = new (std::nothrow) MockAbilityConnectCallback(); in HWTEST_F() 123 sptr<IRemoteObject> connectCaller = new (std::nothrow) AbilityConnection(); in HWTEST_F() 159 sptr<IRemoteObject> connectCaller = new (std::nothrow) AbilityConnection(); in HWTEST_F() 162 sptr<AbilityConnectCallback> connectCallback = new (std::nothrow) MockAbilityConnectCallback(); in HWTEST_F() 178 sptr<IRemoteObjec in HWTEST_F() [all...] |
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_service.h | 155 sptr<IRemoteObject> CreateSessionInner(const std::string& tag, int32_t type, 159 sptr<IRemoteObject>& object) override; 172 int32_t CreateControllerInner(const std::string& sessionId, sptr<IRemoteObject>& object) override; 177 int32_t GetAVCastControllerInner(const std::string& sessionId, sptr<IRemoteObject>& object) override; 180 int32_t RegisterSessionListener(const sptr<ISessionListener>& listener) override; 182 int32_t RegisterSessionListenerForAllUsers(const sptr<ISessionListener>& listener) override; 188 int32_t RegisterClientDeathObserver(const sptr<IClientDeath>& observer) override; 197 __attribute__((no_sanitize("cfi"))) int32_t MirrorToStreamCast(sptr<AVSessionItem>& session); 273 sptr<AVControllerItem> GetPresentController(pid_t pid, const std::string& sessionId); 282 void AddClientDeathObserver(pid_t pid, const sptr<IClientDeat [all...] |
/foundation/resourceschedule/background_task_mgr/services/test/unittest/ |
H A D | bgtask_manager_unit_test.cpp | 67 sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetUidByBundleName() 72 sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetUidByBundleName() 77 sptr<OHOS::AppExecFwk::IBundleMgr> bundleMgrProxy = iface_cast<OHOS::AppExecFwk::IBundleMgr>(remoteObject); in GetUidByBundleName() 135 sptr<ExpiredCallbackProxy> proxy1 = sptr<ExpiredCallbackProxy>(new ExpiredCallbackProxy(nullptr)); in HWTEST_F() 137 sptr<TestExpiredCallbackStub> expiredCallbackStub = sptr<TestExpiredCallbackStub>(new TestExpiredCallbackStub()); in HWTEST_F() 138 sptr<ExpiredCallbackProxy> proxy2 = sptr<ExpiredCallbackProxy>( in HWTEST_F() 157 sptr<TestExpiredCallbackStu in HWTEST_F() [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_continuation.h | 37 bool PushAbilityToken(int32_t sessionId, const sptr<IRemoteObject>& abilityToken);
38 sptr<IRemoteObject> PopAbilityToken(int32_t sessionId);
43 bool PushCallback(int32_t missionId, const sptr<IRemoteObject>& callback,
45 bool PushCallback(const sptr<IRemoteObject>& callback);
46 bool CleanupCallback(const sptr<IRemoteObject>& callback);
47 std::vector<sptr<IRemoteObject>> GetCallback();
48 sptr<IRemoteObject> PopCallback(int32_t missionId);
59 int32_t NotifyDSchedEventForOneCB(const sptr<IRemoteObject> &cb, int32_t resultCode);
79 std::map<int32_t, sptr<IRemoteObject>> continuationMap_;
80 std::vector<sptr<IRemoteObjec [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_installer_interface.h | 40 const sptr<IStatusReceiver> &statusReceiver) = 0; 49 const sptr<IStatusReceiver> &statusReceiver) = 0; 61 const sptr<IStatusReceiver> &statusReceiver) = 0; 71 const sptr<IStatusReceiver> &statusReceiver) = 0; 74 const sptr<IStatusReceiver> &statusReceiver) = 0; 84 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) = 0; 93 const sptr<IStatusReceiver> &statusReceiver) in InstallByBundleName() 118 virtual sptr<IBundleStreamInstaller> CreateStreamInstaller(const InstallParam &installParam, 119 const sptr<IStatusReceiver> &statusReceiver) = 0; 122 const sptr<IStatusReceive [all...] |
/foundation/bundlemanager/bundle_framework/test/benchmarktest/installer_proxy_test/ |
H A D | installer_proxy_test.cpp | 51 sptr<IBundleMgr> GetBundleMgrProxy() in GetBundleMgrProxy() 53 sptr<ISystemAbilityManager> systemAbilityManager = in GetBundleMgrProxy() 59 sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgrProxy() 67 sptr<IBundleInstaller> GetInstallerProxy() in GetInstallerProxy() 69 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy() 74 sptr<IBundleInstaller> installerProxy = bundleMgrProxy->GetBundleInstaller(); in GetInstallerProxy() 91 sptr<IBundleInstaller> installerProxy = GetInstallerProxy(); in BenchmarkTestInstallerProxyInfo() 95 sptr<InstallerProxyTest> statusReceiver(new (std::nothrow) InstallerProxyTest()); in BenchmarkTestInstallerProxyInfo() 111 sptr<IBundleInstaller> installerProxy = GetInstallerProxy(); in BenchmarkTestMultipleInstallerProxyInfo() 117 sptr<InstallerProxyTes in BenchmarkTestMultipleInstallerProxyInfo() [all...] |
/foundation/multimodalinput/input/frameworks/napi/input_device/include/ |
H A D | js_event_target.h | 36 static void EmitJsIds(sptr<JsUtil::CallbackInfo> cb, std::vector<int32_t> &ids); 37 static void EmitJsDev(sptr<JsUtil::CallbackInfo> cb, std::shared_ptr<InputDevice> device); 38 static void EmitSupportKeys(sptr<JsUtil::CallbackInfo> cb, std::vector<bool> &keystrokeAbility); 39 static void EmitJsKeyboardType(sptr<JsUtil::CallbackInfo> cb, int32_t keyboardType); 40 static void EmitJsKeyboardRepeatDelay(sptr<JsUtil::CallbackInfo> cb, int32_t delay); 41 static void EmitJsKeyboardRepeatRate(sptr<JsUtil::CallbackInfo> cb, int32_t rate); 42 static void EmitJsSetKeyboardRepeatDelay(sptr<JsUtil::CallbackInfo> cb, int32_t errCode); 43 static void EmitJsSetKeyboardRepeatRate(sptr<JsUtil::CallbackInfo> cb, int32_t errCode); 44 static void EmitJsGetIntervalSinceLastInput(sptr<JsUtil::CallbackInfo> cb, int64_t timeInterval); 47 napi_value CreateCallbackInfo(napi_env, napi_value handle, sptr<JsUti [all...] |
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/ |
H A D | networkvpn_client.h | 85 int32_t SetUpVpn(sptr<VpnConfig> config, int32_t &tunFd, bool isVpnExtCall = false); 105 int32_t SetUpVpn(const sptr<SysVpnConfig> &config); 115 int32_t AddSysVpnConfig(sptr<SysVpnConfig> &config); 146 int32_t GetSysVpnConfig(sptr<SysVpnConfig> &config, const std::string &vpnId); 156 int32_t GetConnectedSysVpnConfig(sptr<SysVpnConfig> &config); 187 int32_t RegisterVpnEvent(sptr<IVpnEventCallback> callback); 197 int32_t UnregisterVpnEvent(sptr<IVpnEventCallback> callback); 230 sptr<INetworkVpnService> GetProxy(); 237 sptr<IVpnEventCallback> vpnEventCallback_ = nullptr; 238 sptr<INetworkVpnServic [all...] |
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | avoid_area_controller_test.cpp | 46 static sptr<WindowNode> statusbarWindowNode; 47 static sptr<WindowNode> navigationBarWindowNode; 48 static sptr<WindowNode> keyboardWindowNode; 53 sptr<WindowNode> AvoidAreaControllerTest::statusbarWindowNode = nullptr; 54 sptr<WindowNode> AvoidAreaControllerTest::navigationBarWindowNode = nullptr; 55 sptr<WindowNode> AvoidAreaControllerTest::keyboardWindowNode = nullptr; 73 WMError UpdateAvoidArea(const sptr<AvoidArea>& avoidArea, AvoidAreaType type) override 99 WMError UpdateOccupiedAreaChangeInfo(const sptr<OccupiedAreaChangeInfo>& info, 104 WMError UpdateOccupiedAreaAndRect(const sptr<OccupiedAreaChangeInfo>& info, const Rect& rect, 113 sptr<WindowPropert [all...] |
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/ |
H A D | ability_connection.h | 58 const AppExecFwk::ElementName &element, const sptr<IRemoteObject> &remoteObject, int resultCode) override; 73 void AddConnectCallback(const sptr<AbilityConnectCallback> &abilityConnectCallback); 75 void RemoveConnectCallback(const sptr<AbilityConnectCallback> &abilityConnectCallback); 77 void SetRemoteObject(const sptr<IRemoteObject> &remoteObject); 83 sptr<IRemoteObject> GetRemoteObject() const; 89 std::vector<sptr<AbilityConnectCallback>> GetCallbackList(); 91 std::vector<sptr<AbilityConnectCallback>> abilityConnectCallbackList_; 92 sptr<IRemoteObject> remoteObject_ = nullptr;
|
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/ |
H A D | update_caller_info_util.h | 29 void UpdateAsCallerSourceInfo(Want& want, sptr<IRemoteObject> asCallerSourceToken, sptr<IRemoteObject> callerToken); 30 void UpdateCallerInfo(Want& want, const sptr<IRemoteObject> &callerToken); 31 void UpdateBackToCallerFlag(const sptr<IRemoteObject> &callerToken, Want &want, int32_t requestCode, bool backFlag); 32 void UpdateCallerInfoFromToken(Want& want, const sptr<IRemoteObject> &token); 33 void UpdateDmsCallerInfo(Want& want, const sptr<IRemoteObject> &callerToken); 38 void UpdateAsCallerInfoFromToken(Want& want, sptr<IRemoteObject> asCallerSourceToken); 39 void UpdateAsCallerInfoFromCallerRecord(Want& want, sptr<IRemoteObject> callerToken);
|
/foundation/multimedia/camera_framework/services/camera_service/include/window_manager_utils/ |
H A D | camera_window_manager_client.h | 33 static sptr<CameraWindowManagerClient>& GetInstance();
37 sptr<IWindowManagerAgent> GetWindowManagerAgent();
46 sptr<IMockSessionManagerInterface> mockSessionManagerServiceProxy_ = nullptr;
47 sptr<ISessionManagerService> sessionManagerServiceProxy_ = nullptr;
48 sptr<ISceneSessionManager> sceneSessionManagerProxy_ = nullptr;
49 sptr<IWindowManagerAgent> windowManagerAgent_ = nullptr;
50 sptr<WMSSaStatusChangeCallback> saStatusChangeCallback_;
52 static sptr<CameraWindowManagerClient> cameraWindowManagerClient_;
|
/foundation/window/window_manager/utils/include/ |
H A D | surface_reader.h | 35 sptr<Surface> GetSurface() const;
36 void SetHandler(sptr<SurfaceReaderHandler> handler);
55 bool ProcessBuffer(const sptr<SurfaceBuffer>& buf);
57 sptr<IBufferConsumerListener> listener_ = nullptr;
58 sptr<IConsumerSurface> csurface_ = nullptr; // cosumer surface
59 sptr<Surface> psurface_ = nullptr; // producer surface
60 sptr<SurfaceBuffer> prevBuffer_ = nullptr;
61 sptr<SurfaceReaderHandler> handler_ = nullptr;
|