/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/ |
H A D | rs_window_animation_proxy.cpp | 27 RSWindowAnimationProxy::RSWindowAnimationProxy(const sptr<IRemoteObject>& impl) in RSWindowAnimationProxy() 43 const sptr<RSWindowAnimationTarget>& windowTarget, in WriteTargetAndCallback() 44 const sptr<RSIWindowAnimationFinishedCallback>& finishedCallback) in WriteTargetAndCallback() 59 void RSWindowAnimationProxy::OnStartApp(StartingAppType type, const sptr<RSWindowAnimationTarget>& startingWindowTarget, in OnStartApp() 60 const sptr<RSIWindowAnimationFinishedCallback>& finishedCallback) in OnStartApp() 93 void RSWindowAnimationProxy::OnAppTransition(const sptr<RSWindowAnimationTarget>& fromWindowTarget, in OnAppTransition() 94 const sptr<RSWindowAnimationTarget>& toWindowTarget, in OnAppTransition() 95 const sptr<RSIWindowAnimationFinishedCallback>& finishedCallback) in OnAppTransition() 133 void RSWindowAnimationProxy::OnAppBackTransition(const sptr<RSWindowAnimationTarget>& fromWindowTarget, in OnAppBackTransition() 134 const sptr<RSWindowAnimationTarge in OnAppBackTransition() [all...] |
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/ |
H A D | trans_server_proxy.cpp | 34 sptr<TransServerProxy> g_serverProxy = nullptr; 44 static sptr<IRemoteObject> GetSystemAbility() in GetSystemAbility() 54 sptr<IRemoteObject> samgr = IPCSkeleton::GetContextObject(); in GetSystemAbility() 63 static sptr<TransServerProxy> GetProxy() in GetProxy() 70 sptr<IRemoteObject> object = GetSystemAbility(); in GetProxy() 79 static sptr<TransServerProxy> RetryGetProxy() in RetryGetProxy() 82 sptr<TransServerProxy> proxy = nullptr; in RetryGetProxy() 114 sptr<TransServerProxy> proxy = RetryGetProxy(); in ServerIpcCreateSessionServer() 128 sptr<TransServerProxy> proxy = GetProxy(); in ServerIpcRemoveSessionServer() 141 sptr<TransServerProx in ServerIpcOpenSession() [all...] |
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/ |
H A D | networkshare_client.cpp | 36 int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) in OnLoadSystemAbilitySuccess() 55 const sptr<IRemoteObject> &NetworkShareLoadCallback::GetRemoteObject() const in GetRemoteObject() 68 sptr<INetworkShareService> proxy = GetProxy(); in StartSharing() 79 sptr<INetworkShareService> proxy = GetProxy(); in StopSharing() 90 sptr<INetworkShareService> proxy = GetProxy(); in IsSharingSupported() 101 sptr<INetworkShareService> proxy = GetProxy(); in IsSharing() 109 int32_t NetworkShareClient::RegisterSharingEvent(sptr<ISharingEventCallback> callback) in RegisterSharingEvent() 112 sptr<INetworkShareService> proxy = GetProxy(); in RegisterSharingEvent() 126 int32_t NetworkShareClient::UnregisterSharingEvent(sptr<ISharingEventCallback> callback) in UnregisterSharingEvent() 129 sptr<INetworkShareServic in UnregisterSharingEvent() [all...] |
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/ |
H A D | netfirewall_service_proxy_test.cpp | 54 sptr<NetFirewallRule> GetNetFirewallRuleSptr()
in GetNetFirewallRuleSptr() 56 sptr<NetFirewallRule> rule = (std::make_unique<NetFirewallRule>()).release();
in GetNetFirewallRuleSptr() 103 sptr<NetFirewallPolicy> GetNetFirewallPolicySptr()
in GetNetFirewallPolicySptr() 105 sptr<NetFirewallPolicy> status = (std::make_unique<NetFirewallPolicy>()).release();
in GetNetFirewallPolicySptr() 112 sptr<InterceptRecord> GetInterceptRecordSptr()
in GetInterceptRecordSptr() 114 sptr<InterceptRecord> record = (std::make_unique<InterceptRecord>()).release();
in GetInterceptRecordSptr() 157 sptr<NetFirewallRule> rule = GetNetFirewallRuleSptr();
in static_cast() 177 sptr<InterceptRecord> record = GetInterceptRecordSptr();
in static_cast() 202 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) override
207 bool RemoveDeathRecipient(const sptr<DeathRecipien [all...] |
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test.cpp | 53 static void SetVisibleForAccessibility(sptr<SceneSession>& sceneSession); 54 int32_t GetTaskCount(sptr<SceneSession>& session); 55 static sptr<SceneSessionManager> ssm_; 60 sptr<SceneSessionManager> SceneSessionManagerTest::ssm_ = nullptr; 95 void SceneSessionManagerTest::SetVisibleForAccessibility(sptr<SceneSession>& sceneSession) in SetVisibleForAccessibility() 105 int32_t SceneSessionManagerTest::GetTaskCount(sptr<SceneSession>& session) in GetTaskCount() 129 sptr<SceneSession> sceneSession = new (std::nothrow) SceneSession(info, nullptr); in HWTEST_F() 147 sptr<SceneSession> sceneSessionFirst = ssm_->CreateSceneSession(sessionInfoFirst, nullptr); in HWTEST_F() 154 sptr<SceneSession> sceneSessionSecond = ssm_->CreateSceneSession(sessionInfoSecond, nullptr); in HWTEST_F() 189 sptr<WindowSessionPropert in HWTEST_F() [all...] |
H A D | scene_session_manager_supplement_test.cpp | 44 static sptr<SceneSessionManager> ssm_;
48 sptr<SceneSessionManager> SceneSessionManagerSupplementTest::ssm_ = nullptr;
86 sptr<SceneSession> sceneSession;
in HWTEST_F() 94 sptr<WindowSessionProperty> property = new WindowSessionProperty();
in HWTEST_F() 115 sptr<SceneSession> sceneSession = ssm_->CreateSceneSession(sessionInfo, nullptr);
in HWTEST_F() 116 sptr<WindowSessionProperty> property = new WindowSessionProperty();
in HWTEST_F() 146 sptr<SceneSession> sceneSession;
in HWTEST_F() 147 sptr<AAFwk::SessionInfo> scnSessionInfo;
in HWTEST_F() 167 sptr<WindowSessionProperty> property = new WindowSessionProperty();
in HWTEST_F() 191 sptr<SceneSessio in HWTEST_F() [all...] |
/foundation/window/window_manager/wmserver/src/ |
H A D | window_root.cpp | 55 sptr<WindowNode> WindowRoot::GetWindowForDumpAceHelpInfo() const in GetWindowForDumpAceHelpInfo() 82 sptr<WindowNodeContainer> WindowRoot::GetOrCreateWindowNodeContainer(DisplayId displayId) in GetOrCreateWindowNodeContainer() 91 sptr<DisplayInfo> displayInfo = DisplayManagerServiceInner::GetInstance().GetDisplayById(displayId); in GetOrCreateWindowNodeContainer() 96 sptr<WindowNodeContainer> WindowRoot::GetWindowNodeContainer(DisplayId displayId) in GetWindowNodeContainer() 104 sptr<DisplayInfo> displayInfo = DisplayManagerServiceInner::GetInstance().GetDisplayById(displayId); in GetWindowNodeContainer() 116 sptr<WindowNodeContainer> WindowRoot::CreateWindowNodeContainer(DisplayId defaultDisplayId, in CreateWindowNodeContainer() 117 sptr<DisplayInfo> displayInfo) in CreateWindowNodeContainer() 130 sptr<WindowNodeContainer> container = new WindowNodeContainer(displayInfo, displayGroupId); in CreateWindowNodeContainer() 142 bool WindowRoot::CheckDisplayInfo(const sptr<DisplayInfo>& display) in CheckDisplayInfo() 155 sptr<WindowNod [all...] |
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 33 void(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& preToken, 36 MOCK_METHOD2(TerminateAbility, void(const sptr<IRemoteObject>& token, bool isClearMissionFlag)); 37 MOCK_METHOD2(UpdateAbilityState, void(const sptr<IRemoteObject>& token, const AbilityState state)); 46 MOCK_METHOD4(StartUserTestProcess, int(const AAFwk::Want& want, const sptr<IRemoteObject>& observer, 52 MOCK_METHOD2(GetAbilityRecordsByProcessID, int(const int pid, std::vector<sptr<IRemoteObject>>& tokens)); 57 MOCK_METHOD1(AttachRenderProcess, void(const sptr<IRemoteObject>& renderScheduler)); 58 MOCK_METHOD1(SaveBrowserChannel, void(sptr<IRemoteObject> browser)); 62 MOCK_METHOD1(RegisterConfigurationObserver, int32_t(const sptr<IConfigurationObserver>& observer)); 63 MOCK_METHOD1(UnregisterConfigurationObserver, int32_t(const sptr<IConfigurationObserve [all...] |
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 71 virtual void AttachApplication(const sptr<IRemoteObject> &app) override; 120 virtual void AbilityCleaned(const sptr<IRemoteObject> &token) override; 298 * @return sptr<IAmsMgr>, return to AMS interface instance. 300 virtual sptr<IAmsMgr> GetAmsMgr() override; 321 virtual int StartUserTestProcess(const AAFwk::Want &want, const sptr<IRemoteObject> &observer, 362 virtual int GetAbilityRecordsByProcessID(const int pid, std::vector<sptr<IRemoteObject>> &tokens) override; 391 virtual void AttachRenderProcess(const sptr<IRemoteObject> &shceduler) override; 434 virtual int32_t RegisterConfigurationObserver(const sptr<IConfigurationObserver> &observer) override; 442 virtual int32_t UnregisterConfigurationObserver(const sptr<IConfigurationObserver> &observer) override; 449 virtual int32_t RegisterKiaInterceptor(const sptr<IKiaIntercepto [all...] |
H A D | app_state_observer_manager.h | 40 using AppStateObserverMap = std::map<sptr<IApplicationStateObserver>, std::vector<std::string>>; 41 using AppForegroundStateObserverSet = std::set<sptr<IAppForegroundStateObserver>>; 42 using AbilityforegroundObserverSet = std::set<sptr<IAbilityForegroundStateObserver>>; 53 int32_t RegisterApplicationStateObserver(const sptr<IApplicationStateObserver> &observer, 55 int32_t UnregisterApplicationStateObserver(const sptr<IApplicationStateObserver> &observer); 56 int32_t RegisterAppForegroundStateObserver(const sptr<IAppForegroundStateObserver> &observer); 57 int32_t UnregisterAppForegroundStateObserver(const sptr<IAppForegroundStateObserver> &observer); 58 int32_t RegisterAbilityForegroundStateObserver(const sptr<IAbilityForegroundStateObserver> &observer); 59 int32_t UnregisterAbilityForegroundStateObserver(const sptr<IAbilityForegroundStateObserver> &observer); 94 bool ObserverExist(const sptr<IRemoteBroke [all...] |
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/ |
H A D | image_processing_native.cpp | 121 sptr<SurfaceBuffer> srcBuffer = nullptr; in ConvertColorSpace() 126 sptr<SurfaceBuffer> dstBuffer = nullptr; in ConvertColorSpace() 148 sptr<SurfaceBuffer> srcBuffer = nullptr; in Compose() 153 sptr<SurfaceBuffer> srcGainmap = nullptr; in Compose() 158 sptr<SurfaceBuffer> dstBuffer = nullptr; in Compose() 180 sptr<SurfaceBuffer> srcBuffer = nullptr; in Decompose() 185 sptr<SurfaceBuffer> dstBuffer = nullptr; in Decompose() 191 sptr<SurfaceBuffer> dstGainmap = nullptr; in Decompose() 214 sptr<SurfaceBuffer> srcBuffer = nullptr; in GenerateMetadata() 230 sptr<SurfaceBuffe in EnhanceDetail() [all...] |
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_agent_controller_test.cpp | 65 sptr<IDisplayManagerAgent> idma_ = new DisplayManagerAgentDefault(); in HWTEST_F() 66 std::set<sptr<IDisplayManagerAgent>> setIDisplay; in HWTEST_F() 81 sptr<ScreenInfo> screenInfo = nullptr; in HWTEST_F() 89 sptr<IDisplayManagerAgent> idma_ = new DisplayManagerAgentDefault(); in HWTEST_F() 90 std::set<sptr<IDisplayManagerAgent>> setIDisplay; in HWTEST_F() 106 sptr<ScreenInfo> screenInfo = nullptr; in HWTEST_F() 115 sptr<IDisplayManagerAgent> idma_ = new DisplayManagerAgentDefault(); in HWTEST_F() 116 std::set<sptr<IDisplayManagerAgent>> setIDisplay; in HWTEST_F() 132 sptr<ScreenInfo> screenInfo = nullptr; in HWTEST_F() 138 std::vector<sptr<ScreenInf in HWTEST_F() [all...] |
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/ |
H A D | dbinder_service.h | 136 static sptr<DBinderService> GetInstance(); 164 sptr<DBinderServiceStub> MakeRemoteBinder(const std::u16string &serviceName, 174 bool RegisterRemoteProxy(std::u16string serviceName, sptr<IRemoteObject> binderObject); 215 bool DetachDeathRecipient(sptr<IRemoteObject> object); 224 bool AttachDeathRecipient(sptr<IRemoteObject> object, sptr<IRemoteObject::DeathRecipient> deathRecipient); 232 sptr<IRemoteObject::DeathRecipient> QueryDeathRecipient(sptr<IRemoteObject> object); 240 bool DetachCallbackProxy(sptr<IRemoteObject> object); 249 bool AttachCallbackProxy(sptr<IRemoteObjec [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_task_mgr_test/ |
H A D | fms_form_task_mgr_test.cpp | 61 sptr<IRemoteObject> remoteObject = nullptr; in HWTEST_F() 76 sptr<IRemoteObject> remoteObject = nullptr; in HWTEST_F() 93 sptr<IRemoteObject> remoteObject = nullptr; in HWTEST_F() 110 sptr<IRemoteObject> remoteObject = nullptr; in HWTEST_F() 128 sptr<IRemoteObject> remoteObject = nullptr; in HWTEST_F() 145 sptr<IRemoteObject> remoteObject = nullptr; in HWTEST_F() 162 sptr<IRemoteObject> remoteObject = nullptr; in HWTEST_F() 180 sptr<IRemoteObject> remoteObject = nullptr; in HWTEST_F() 195 sptr<IRemoteObject> remoteObject = nullptr; in HWTEST_F() 215 sptr<IRemoteObjec in HWTEST_F() [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_call_test.cpp | 51 const sptr<IRemoteObject>& remoteObject, int32_t resultCode) override;
58 explicit AbilityCallWrapperStubTest(sptr<IRemoteObject> connection) : distributedCall_(connection) {}
in AbilityCallWrapperStubTest() 62 const sptr<IRemoteObject>& remoteObject, int32_t resultCode) override;
67 sptr<IRemoteObject> distributedCall_;
77 void AddSession(const sptr<IRemoteObject>& connect, const std::string& localDeviceId,
79 void RemoveSession(const sptr<IRemoteObject>& connect) const;
81 void AddConnectInfo(const sptr<IRemoteObject>& connect, const std::string& localDeviceId,
83 void RemoveConnectInfo(const sptr<IRemoteObject>& connect) const;
90 const sptr<IRemoteObject>& remoteObject, int32_t resultCode)
in OnAbilityConnectDone() 102 const sptr<IRemoteObjec in OnAbilityConnectDone() [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/ |
H A D | fms_form_render_stub_test.cpp | 65 sptr<IRemoteObject> callerToken) override 71 const FormJsInfo &formJsInfo, const Want &want, const sptr<IRemoteObject> &callerToken) override 76 int32_t CleanFormHost(const sptr<IRemoteObject> &hostToken) override 131 sptr<IRemoteObject> AsObject() override 150 sptr<IRemoteObject> AsObject() override 189 sptr<IRemoteObject> AsObject() override 193 int AddForm(const int64_t formId, const Want &want, const sptr<IRemoteObject> &callerToken, 198 int DeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) override 202 int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) override 219 int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObjec [all...] |
/foundation/window/window_manager/wm/src/ |
H A D | window_manager_lite.cpp | 38 void NotifyFocused(uint32_t windowId, const sptr<IRemoteObject>& abilityToken, 40 void NotifyUnfocused(uint32_t windowId, const sptr<IRemoteObject>& abilityToken, 42 void NotifyFocused(const sptr<FocusChangeInfo>& focusChangeInfo); 43 void NotifyUnfocused(const sptr<FocusChangeInfo>& focusChangeInfo); 44 void NotifyWindowVisibilityInfoChanged(const std::vector<sptr<WindowVisibilityInfo>>& windowVisibilityInfos); 45 void NotifyWindowDrawingContentInfoChanged(const std::vector<sptr<WindowDrawingContentInfo>>& 53 void NotifyAccessibilityWindowInfo(const std::vector<sptr<AccessibilityWindowInfo>>& infos, 59 std::vector<sptr<IFocusChangedListener>> focusChangedListeners_; 60 sptr<WindowManagerAgentLite> focusChangedListenerAgent_; 61 std::vector<sptr<IWindowUpdateListene [all...] |
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_focus_test.cpp | 37 void OnFocused(const sptr<FocusChangeInfo>& focusChangeInfo) override;
38 void OnUnfocused(const sptr<FocusChangeInfo>& focusChangeInfo) override;
47 static sptr<TestFocusChangedListener> testFocusChangedListener_;
53 sptr<TestFocusChangedListener> WindowFocusTest::testFocusChangedListener_ =
56 void TestFocusChangedListener::OnFocused(const sptr<FocusChangeInfo>& focusChangeInfo)
in OnFocused() 62 void TestFocusChangedListener::OnUnfocused(const sptr<FocusChangeInfo>& focusChangeInfo)
in OnUnfocused() 132 const sptr<Window>& window1 = Utils::CreateTestWindow(fullScreenAppInfo_);
in HWTEST_F() 140 const sptr<Window>& window2 = Utils::CreateTestWindow(floatAppInfo_);
in HWTEST_F() 148 const sptr<Window>& window3 = Utils::CreateTestWindow(floatAppInfo_);
in HWTEST_F() 157 const sptr<Windo in HWTEST_F() [all...] |
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | producer_surface_delegator_test.cpp | 38 static inline sptr<IConsumerSurface> csurf = nullptr; 39 static inline sptr<ProducerSurfaceDelegator> qwe = nullptr; 40 static inline sptr<IBufferProducer> producer = nullptr; 41 static inline sptr<Surface> pSurface = nullptr; 42 static inline sptr<SurfaceBuffer> pBuffer = nullptr; 43 static inline sptr<SurfaceBuffer> cBuffer = nullptr; 67 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) in AddDeathRecipient() 72 bool RemoveDeathRecipient(const sptr<DeathRecipient> &recipient) in RemoveDeathRecipient() 77 sptr<IRemoteBroker> AsInterface() in AsInterface() 91 sptr<IBufferConsumerListene in SetUpTestCase() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_surface_handler.h | 73 sptr<SurfaceBuffer> buffer = nullptr;
74 sptr<SyncFence> acquireFence = SyncFence::InvalidFence();
75 sptr<SyncFence> releaseFence = SyncFence::InvalidFence();
100 void SetConsumer(sptr<IConsumerSurface> consumer);
102 sptr<IConsumerSurface> GetConsumer() const
in GetConsumer() 118 const sptr<SurfaceBuffer>& buffer,
in SetBuffer() 119 const sptr<SyncFence>& acquireFence,
in SetBuffer() 132 const sptr<SurfaceBuffer> GetBuffer() const
in GetBuffer() 147 const sptr<SyncFence> GetAcquireFence() const
in GetAcquireFence() 159 void SetCurrentReleaseFence(sptr<SyncFenc [all...] |
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hcamera_host_manager.h | 80 void AddCameraDevice(const std::string& cameraId, sptr<ICameraDeviceService> cameraDevice); 88 const sptr<ICameraDeviceCallback> &callback, 89 sptr<OHOS::HDI::Camera::V1_0::ICameraDevice> &pDevice, 97 void SaveRestoreParam(sptr<HCameraRestoreParam> cameraRestoreParam); 101 sptr<HCameraRestoreParam> GetRestoreParam(const std::string& clientName, const std::string& cameraId); 103 sptr<HCameraRestoreParam> GetTransitentParam(const std::string& clientName, const std::string& cameraId); 105 void UpdateRestoreParam(sptr<HCameraRestoreParam> &cameraRestoreParam); 109 bool CheckCameraId(sptr<HCameraRestoreParam> cameraRestoreParam, const std::string& cameraId); 115 ::OHOS::sptr<HDI::ServiceManager::V1_0::IServStatListener> GetRegisterServStatListener(); 129 sptr<CameraHostInf [all...] |
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | if_system_ability_manager.h | 65 virtual sptr<IRemoteObject> GetSystemAbility(int32_t systemAbilityId) = 0; 73 virtual sptr<IRemoteObject> CheckSystemAbility(int32_t systemAbilityId) = 0; 91 const sptr<ISystemAbilityStatusChange>& listener) = 0; 101 const sptr<ISystemAbilityStatusChange>& listener) = 0; 110 virtual sptr<IRemoteObject> GetSystemAbility(int32_t systemAbilityId, const std::string& deviceId) = 0; 119 virtual sptr<IRemoteObject> CheckSystemAbility(int32_t systemAbilityId, const std::string& deviceId) = 0; 138 virtual sptr<IRemoteObject> CheckSystemAbility(int32_t systemAbilityId, bool& isExist) = 0; 165 virtual int32_t AddSystemAbility(int32_t systemAbilityId, const sptr<IRemoteObject>& ability, 175 virtual int32_t AddSystemProcess(const std::u16string& procName, const sptr<IRemoteObject>& procObject) = 0; 184 virtual sptr<IRemoteObjec [all...] |
/foundation/window/window_manager/test/fuzztest/wms/windowmanager_fuzzer/ |
H A D | windowmanager_fuzzer.cpp | 42 virtual void OnFocused(const sptr<FocusChangeInfo>& focusChangeInfo) override 46 virtual void OnUnfocused(const sptr<FocusChangeInfo>& focusChangeInfo) override 60 virtual void OnWindowVisibilityChanged(const std::vector<sptr<WindowVisibilityInfo>>& windowVisibilityInfo) override 67 virtual void OnWindowUpdate(const std::vector<sptr<AccessibilityWindowInfo>>& infos, WindowUpdateType type) override 123 std::vector<sptr<AccessibilityWindowInfo>> windowInfos; in CheckAccessibilityWindowInfo() 140 std::vector<sptr<WindowVisibilityInfo>> visibilitynfos; in CheckVisibilityInfo() 161 sptr<FocusChangeInfo> focusChangeInfo = new FocusChangeInfo(); in DoSomethingInterestingWithMyAPI() 167 sptr<WindowVisibilityInfo> windowVisibilityInfo = new WindowVisibilityInfo(); in DoSomethingInterestingWithMyAPI() 173 sptr<AccessibilityWindowInfo> accessibilityWindowInfo = new AccessibilityWindowInfo(); in DoSomethingInterestingWithMyAPI() 176 sptr<IFocusChangedListene in DoSomethingInterestingWithMyAPI() [all...] |
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_conn_callback_proxy.cpp | 22 NetConnCallbackProxy::NetConnCallbackProxy(const sptr<IRemoteObject> &impl) in NetConnCallbackProxy() 28 int32_t NetConnCallbackProxy::NetAvailable(sptr<NetHandle> &netHandle) in NetAvailable() 45 sptr<IRemoteObject> remote = Remote(); in NetAvailable() 63 sptr<NetHandle> &netHandle, const sptr<NetAllCapabilities> &netAllCap) in NetCapabilitiesChange() 98 sptr<IRemoteObject> remote = Remote(); in NetCapabilitiesChange() 115 int32_t NetConnCallbackProxy::NetConnectionPropertiesChange(sptr<NetHandle> &netHandle, const sptr<NetLinkInfo> &info) in NetConnectionPropertiesChange() 137 sptr<IRemoteObject> remote = Remote(); in NetConnectionPropertiesChange() 155 int32_t NetConnCallbackProxy::NetLost(sptr<NetHandl [all...] |
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | extension_session.h | 47 explicit ChannelDeathRecipient(const sptr<WindowEventChannelListener>& listener): listener_(listener) {} in ChannelDeathRecipient() 51 sptr<WindowEventChannelListener> listener_ = nullptr; 79 WSError Connect(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, 81 sptr<WindowSessionProperty> property, sptr<IRemoteObject> token, 83 WSError ConnectInner(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, 85 sptr<WindowSessionProperty> property, sptr<IRemoteObjec [all...] |