Home
last modified time | relevance | path

Searched refs:sptr (Results 226 - 250 of 8998) sorted by relevance

12345678910>>...360

/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_manager.h39 int32_t RegisterService(const MDnsServiceInfo &serviceInfo, const sptr<IRegistrationCallback> &cb);
40 int32_t UnRegisterService(const sptr<IRegistrationCallback> &cb);
42 int32_t StartDiscoverService(const std::string &serviceType, const sptr<IDiscoveryCallback> &cb);
43 int32_t StopDiscoverService(const sptr<IDiscoveryCallback> &cb);
45 int32_t ResolveService(const MDnsServiceInfo &serviceInfo, const sptr<IResolveCallback> &cb);
48 bool IsAvailableCallback(const sptr<IDiscoveryCallback> &cb);
49 bool IsAvailableCallback(const sptr<IResolveCallback> &cb);
57 bool operator()(const sptr<IRemoteBroker> &lhs, const sptr<IRemoteBroker> &rhs) const in operator ()()
65 std::map<sptr<IRegistrationCallbac
[all...]
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_provider_client.h47 const sptr<IRemoteObject> &callerToken) override;
57 int NotifyFormDelete(const int64_t formId, const Want &want, const sptr<IRemoteObject> &callerToken) override;
68 const sptr<IRemoteObject> &callerToken) override;
78 int NotifyFormUpdate(const int64_t formId, const Want &want, const sptr<IRemoteObject> &callerToken) override;
90 const sptr<IRemoteObject> &callerToken) override;
100 int NotifyFormCastTempForm(const int64_t formId, const Want &want, const sptr<IRemoteObject> &callerToken) override;
111 const sptr<IRemoteObject> &callerToken) override;
122 const sptr<IRemoteObject> &callerToken) override;
133 const sptr<IRemoteObject> &formSupplyCallback, int64_t requestCode) override;
142 int32_t AcquireFormData(int64_t formId, const sptr<IRemoteObjec
[all...]
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_system_ability_manager.h32 MOCK_METHOD1(GetSystemAbility, sptr<IRemoteObject>(int32_t));
33 MOCK_METHOD2(GetSystemAbility, sptr<IRemoteObject>(int32_t, const std::string &));
34 MOCK_METHOD1(CheckSystemAbility, sptr<IRemoteObject>(int32_t));
35 MOCK_METHOD2(CheckSystemAbility, sptr<IRemoteObject>(int32_t, const std::string &));
36 MOCK_METHOD2(CheckSystemAbility, sptr<IRemoteObject>(int32_t, bool &));
38 MOCK_METHOD2(SubscribeSystemAbility, int32_t(int32_t, const sptr<ISystemAbilityStatusChange> &));
39 MOCK_METHOD2(UnSubscribeSystemAbility, int32_t(int32_t, const sptr<ISystemAbilityStatusChange> &));
41 MOCK_METHOD3(AddSystemAbility, int32_t(int32_t, const sptr<IRemoteObject> &, const SAExtraProp &));
42 MOCK_METHOD2(AddSystemProcess, int32_t(const std::u16string &, const sptr<IRemoteObject> &));
43 MOCK_METHOD2(LoadSystemAbility, sptr<IRemoteObjec
[all...]
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Darray_wrapper.h36 sptr<IInterface> &value) override; /* [out] */
49 static sptr<IArray> Parse(const std::string &arrayStr); /* [in] */
78 std::function<sptr<IInterface>(std::string &)> func, /* [in] */
82 std::vector<sptr<IInterface>> values_;
86 static sptr<IArray> ParseString(const std::string &values, long size);
87 static sptr<IArray> ParseBoolean(const std::string &values, long size);
88 static sptr<IArray> ParseByte(const std::string &values, long size);
89 static sptr<IArray> ParseShort(const std::string &values, long size);
90 static sptr<IArray> ParseInteger(const std::string &values, long size);
91 static sptr<IArra
[all...]
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_queue_consumer.h28 BufferQueueConsumer(sptr<BufferQueue>& bufferQueue);
31 GSError AcquireBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
35 GSError ReleaseBuffer(sptr<SurfaceBuffer>& buffer, const sptr<SyncFence>& fence);
37 GSError AttachBuffer(sptr<SurfaceBuffer>& buffer);
38 GSError AttachBuffer(sptr<SurfaceBuffer>& buffer, int32_t timeOut);
40 GSError DetachBuffer(sptr<SurfaceBuffer>& buffer);
41 GSError RegisterSurfaceDelegator(sptr<IRemoteObject> client, sptr<Surfac
[all...]
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_power_controller_test.cpp37 sptr<DisplayPowerController> dpc_ = nullptr;
65 dpc_ = new DisplayPowerController(mutex_, [](DisplayId, sptr<DisplayInfo>, in HWTEST_F()
66 const std::map<DisplayId, sptr<DisplayInfo>>&, DisplayStateChangeType) {}); in HWTEST_F()
80 dpc_ = new DisplayPowerController(mutex_, [](DisplayId, sptr<DisplayInfo>, in HWTEST_F()
81 const std::map<DisplayId, sptr<DisplayInfo>>&, DisplayStateChangeType) {}); in HWTEST_F()
95 dpc_ = new DisplayPowerController(mutex_, [](DisplayId, sptr<DisplayInfo>, in HWTEST_F()
96 const std::map<DisplayId, sptr<DisplayInfo>>&, DisplayStateChangeType) {}); in HWTEST_F()
110 dpc_ = new DisplayPowerController(mutex_, [](DisplayId, sptr<DisplayInfo>, in HWTEST_F()
111 const std::map<DisplayId, sptr<DisplayInfo>>&, DisplayStateChangeType) {}); in HWTEST_F()
125 dpc_ = new DisplayPowerController(mutex_, [](DisplayId, sptr<DisplayInf in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_input/interfaces/inner_kits/include/
H A Ddistributed_input_kit.h41 static int32_t PrepareRemoteInput(const std::string &sinkId, sptr<IPrepareDInputCallback> callback);
42 static int32_t UnprepareRemoteInput(const std::string &sinkId, sptr<IUnprepareDInputCallback> callback);
45 sptr<IPrepareDInputCallback> callback);
47 sptr<IUnprepareDInputCallback> callback);
50 const std::string &sinkId, const uint32_t &inputTypes, sptr<IStartDInputCallback> callback);
52 const std::string &sinkId, const uint32_t &inputTypes, sptr<IStopDInputCallback> callback);
55 sptr<IStartStopDInputsCallback> callback);
57 sptr<IStartStopDInputsCallback> callback);
60 sptr<IStartDInputCallback> callback);
62 sptr<IStopDInputCallbac
[all...]
/foundation/window/window_manager/wmserver/test/unittest/
H A Daccessibility_connection_test.cpp33 sptr<AccessibilityConnection> accessibilityConnection_;
46 sptr<WindowRoot> windowRoot_ = new WindowRoot([](Event event, const sptr<IRemoteObject>& remoteObject) {}); in SetUp()
63 sptr<WindowProperty> windowProperty1 = new WindowProperty(); in HWTEST_F()
66 sptr<WindowNode> windowNode1 = new WindowNode(windowProperty1); in HWTEST_F()
68 sptr<WindowNode> windowNode3 = nullptr; in HWTEST_F()
69 std::vector<sptr<WindowNode>> nodes; in HWTEST_F()
71 std::vector<sptr<AccessibilityWindowInfo>> infos; in HWTEST_F()
85 std::vector<sptr<AccessibilityWindowInfo>> infos; in HWTEST_F()
97 sptr<DisplayInf in HWTEST_F()
[all...]
H A Dwindow_snapshot_test.cpp59 sptr<WindowRoot> root = nullptr; in HWTEST_F()
61 sptr<SnapshotController> snapshotController_ = new SnapshotController(root, handler); in HWTEST_F()
73 sptr<WindowRoot> root = nullptr; in HWTEST_F()
75 sptr<IRemoteObject> iRemoteObjectMocker = new IRemoteObjectMocker(); in HWTEST_F()
77 sptr<SnapshotController> snapshotController_ = new SnapshotController(root, handler); in HWTEST_F()
92 sptr<WindowRoot> root = nullptr; in HWTEST_F()
93 sptr<IRemoteObject> iRemoteObjectMocker = new IRemoteObjectMocker(); in HWTEST_F()
95 sptr<SnapshotController> snapshotController_ = new SnapshotController(root, handler); in HWTEST_F()
111 sptr<WindowRoot> root = new WindowRoot([](Event event, const sptr<IRemoteObjec in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h36 std::function<sptr<SceneSession>(const SessionInfo& info, sptr<WindowSessionProperty> property)>;
39 using GetSceneSessionVectorByTypeCallback = std::function<std::vector<sptr<SceneSession>>(
49 using NotifyBindDialogSessionFunc = std::function<void(const sptr<SceneSession>& session)>;
71 using HandleSecureSessionShouldHideCallback = std::function<WSError(const sptr<SceneSession>& sceneSession)>;
77 using SessionChangeByActionNotifyManagerFunc = std::function<void(const sptr<SceneSession>& sceneSession,
78 const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action)>;
145 SceneSession(const SessionInfo& info, const sptr<SpecificSessionCallback>& specificCallback);
148 WSError Connect(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChanne
[all...]
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_option_test.cpp68 sptr<WindowOption> option = new WindowOption(); in HWTEST_F()
85 sptr<WindowOption> option = new WindowOption(); in HWTEST_F()
97 sptr<WindowOption> option = new WindowOption(); in HWTEST_F()
109 sptr<WindowOption> option = new WindowOption(); in HWTEST_F()
122 sptr<WindowOption> option = new WindowOption(); in HWTEST_F()
134 sptr<WindowOption> option = new WindowOption(); in HWTEST_F()
146 sptr<WindowOption> option = new WindowOption(); in HWTEST_F()
158 sptr<WindowOption> option = new WindowOption(); in HWTEST_F()
169 sptr<WindowOption> option = new WindowOption(); in HWTEST_F()
181 sptr<WindowOptio in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_installer_proxy.h29 explicit BundleInstallerProxy(const sptr<IRemoteObject> &object);
41 const sptr<IStatusReceiver> &statusReceiver) override;
50 const sptr<IStatusReceiver> &statusReceiver) override;
61 const sptr<IStatusReceiver> &statusReceiver) override;
70 const sptr<IStatusReceiver> &statusReceiver) override;
80 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) override;
87 virtual bool Uninstall(const UninstallParam &uninstallParam, const sptr<IStatusReceiver> &statusReceiver) override;
106 virtual sptr<IBundleStreamInstaller> CreateStreamInstaller(const InstallParam &installParam,
107 const sptr<IStatusReceiver> &statusReceiver) override;
111 const sptr<IStatusReceive
[all...]
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_window_manager.h40 static AccessibilityWindowInfo CreateAccessibilityWindowInfo(const sptr<Rosen::AccessibilityWindowInfo> windowInfo);
42 const sptr<Rosen::AccessibilityWindowInfo> windowInfo);
57 int32_t GetRealWindowId(const sptr<Rosen::AccessibilityWindowInfo> windowInfo);
58 bool IsSceneBoard(const sptr<Rosen::AccessibilityWindowInfo> windowInfo);
69 void OnWindowUpdate(const std::vector<sptr<Rosen::AccessibilityWindowInfo>>& infos, Rosen::WindowUpdateType type);
101 virtual void OnWindowUpdate(const std::vector<sptr<Rosen::AccessibilityWindowInfo>>& infos,
113 const sptr<Rosen::AccessibilityWindowInfo> &windowInfo);
115 const sptr<Rosen::AccessibilityWindowInfo> &windowInfo);
117 const sptr<Rosen::AccessibilityWindowInfo> &windowInfo);
118 void WindowUpdateAdded(const std::vector<sptr<Rose
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_sched_client.h29 #include "refbase.h" // for sptr, wptr
98 void RegisterSystemloadNotifier(const sptr<ResSchedSystemloadNotifierClient>& callbackObj);
105 void UnRegisterSystemloadNotifier(const sptr<ResSchedSystemloadNotifierClient>& callbackObj);
113 void RegisterEventListener(const sptr<ResSchedEventListener>& eventListener, uint32_t eventType,
122 void UnRegisterEventListener(const sptr<ResSchedEventListener>& eventListener, uint32_t eventType,
153 void RegisterSystemloadLevelCb(const sptr<ResSchedSystemloadNotifierClient>& callbackObj);
154 void UnRegisterSystemloadLevelCb(const sptr<ResSchedSystemloadNotifierClient>& callbackObj);
159 std::list<sptr<ResSchedSystemloadNotifierClient>> systemloadLevelCbs_;
165 void RegisterEventListener(const sptr<ResSchedEventListener>& eventListener, uint32_t eventType,
167 void UnRegisterEventListener(const sptr<ResSchedEventListene
[all...]
/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h38 AbstractScreen(sptr<AbstractScreenController>, const std::string& name, ScreenId dmsId, ScreenId rsId);
42 sptr<SupportedScreenModes> GetActiveScreenMode() const;
43 std::vector<sptr<SupportedScreenModes>> GetAbstractScreenModes() const;
44 sptr<AbstractScreenGroup> GetGroup() const;
45 sptr<ScreenInfo> ConvertToScreenInfo() const;
85 std::vector<sptr<SupportedScreenModes>> modes_ = {};
96 void FillScreenInfo(sptr<ScreenInfo>) const;
97 const sptr<AbstractScreenController> screenController_;
110 AbstractScreenGroup(sptr<AbstractScreenController>, ScreenId dmsId, ScreenId rsId, std::string name,
116 bool AddChild(sptr<AbstractScree
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_proxy_lifecycle_test.cpp41 sptr<IRemoteObject> iRemoteObjectMocker = new IRemoteObjectMocker(); in HWTEST_F()
43 sptr<WindowSessionProperty> property; in HWTEST_F()
57 sptr<IRemoteObject> iRemoteObjectMocker = new IRemoteObjectMocker(); in HWTEST_F()
59 sptr<WindowSessionProperty> property = new WindowSessionProperty(); in HWTEST_F()
74 sptr<IRemoteObject> iRemoteObjectMocker = new IRemoteObjectMocker(); in HWTEST_F()
89 sptr<IRemoteObject> iRemoteObjectMocker = new IRemoteObjectMocker(); in HWTEST_F()
104 sptr<IRemoteObject> iRemoteObjectMocker = new IRemoteObjectMocker(); in HWTEST_F()
106 sptr<SessionProxy> sProxy = new (std::nothrow) SessionProxy(iRemoteObjectMocker); in HWTEST_F()
121 sptr<IRemoteObject> iRemoteObjectMocker = new IRemoteObjectMocker(); in HWTEST_F()
123 sptr<AAFw in HWTEST_F()
[all...]
H A Dscene_session_manager_lifecycle_test.cpp52 static void SetVisibleForAccessibility(sptr<SceneSession>& sceneSession);
53 int32_t GetTaskCount(sptr<SceneSession>& session);
54 static sptr<SceneSessionManager> ssm_;
59 sptr<SceneSessionManager> SceneSessionManagerLifecycleTest::ssm_ = nullptr;
94 void SceneSessionManagerLifecycleTest::SetVisibleForAccessibility(sptr<SceneSession>& sceneSession) in SetVisibleForAccessibility()
103 int32_t SceneSessionManagerLifecycleTest::GetTaskCount(sptr<SceneSession>& session) in GetTaskCount()
124 sptr<SceneSession> scensession = nullptr; in HWTEST_F()
141 sptr<SceneSession> scensession = nullptr; in HWTEST_F()
178 sptr<WindowSessionProperty> property = new WindowSessionProperty(); in HWTEST_F()
196 sptr<SceneSessio in HWTEST_F()
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp78 explicit MockBundleMgrProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBundleMgr>(impl) in MockBundleMgrProxy()
84 const sptr<IRemoteObject> &callBack));
156 sptr<IBundleInstaller> GetBundleInstaller() override
167 bool RegisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) override
172 bool UnregisterBundleEventCallback(const sptr<IBundleEventCallback> &bundleEventCallback) override
191 const sptr<IRemoteObject> impl; in HWTEST_F()
192 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); in HWTEST_F()
207 const sptr<IRemoteObject> impl; in HWTEST_F()
208 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); in HWTEST_F()
226 const sptr<IRemoteObjec in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/common/interface/test/unittest/
H A Daccessible_ability_manager_state_observer_proxy_test.cpp72 sptr<AccessibleAbilityManagerStateObserverProxy> accountData = new AccessibleAbilityManagerStateObserverProxy(accountId); in HWTEST_F()
96 sptr<AccessibleAbilityConnection> connection = in HWTEST_F()
98 sptr<AccessibleAbilityManagerStateObserverProxy> accountData = new AccessibleAbilityManagerStateObserverProxy(accountId); in HWTEST_F()
126 sptr<AccessibleAbilityManagerStateObserverProxy> accountData = new AccessibleAbilityManagerStateObserverProxy(accountId); in HWTEST_F()
127 sptr<AccessibleAbilityConnection> connection = in HWTEST_F()
156 sptr<AccessibleAbilityManagerStateObserverProxy> accountData = new AccessibleAbilityManagerStateObserverProxy(accountId); in HWTEST_F()
157 sptr<AccessibleAbilityConnection> connection = in HWTEST_F()
186 sptr<AccessibleAbilityManagerStateObserverProxy> accountData = new AccessibleAbilityManagerStateObserverProxy(accountId); in HWTEST_F()
187 sptr<AccessibleAbilityConnection> connection = in HWTEST_F()
208 sptr<AccessibleAbilityConnectio in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_account_data_test/
H A Daams_accessibility_account_data_test.cpp91 sptr<AccessibilityAccountData> accountData = new AccessibilityAccountData(accountId); in HWTEST_F()
115 sptr<AccessibleAbilityConnection> connection = in HWTEST_F()
117 sptr<AccessibilityAccountData> accountData = new AccessibilityAccountData(accountId); in HWTEST_F()
145 sptr<AccessibilityAccountData> accountData = new AccessibilityAccountData(accountId); in HWTEST_F()
146 sptr<AccessibleAbilityConnection> connection = in HWTEST_F()
175 sptr<AccessibilityAccountData> accountData = new AccessibilityAccountData(accountId); in HWTEST_F()
176 sptr<AccessibleAbilityConnection> connection = in HWTEST_F()
205 sptr<AccessibilityAccountData> accountData = new AccessibilityAccountData(accountId); in HWTEST_F()
206 sptr<AccessibleAbilityConnection> connection = in HWTEST_F()
227 sptr<AccessibleAbilityConnectio in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_account_data_test.cpp91 sptr<AccessibilityAccountData> accountData = new AccessibilityAccountData(accountId); in HWTEST_F()
115 sptr<AccessibleAbilityConnection> connection = in HWTEST_F()
117 sptr<AccessibilityAccountData> accountData = new AccessibilityAccountData(accountId); in HWTEST_F()
145 sptr<AccessibilityAccountData> accountData = new AccessibilityAccountData(accountId); in HWTEST_F()
146 sptr<AccessibleAbilityConnection> connection = in HWTEST_F()
175 sptr<AccessibilityAccountData> accountData = new AccessibilityAccountData(accountId); in HWTEST_F()
176 sptr<AccessibleAbilityConnection> connection = in HWTEST_F()
205 sptr<AccessibilityAccountData> accountData = new AccessibilityAccountData(accountId); in HWTEST_F()
206 sptr<AccessibleAbilityConnection> connection = in HWTEST_F()
227 sptr<AccessibleAbilityConnectio in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp59 sptr<ScreenSession> screenSession = new ScreenSession(config, ScreenSessionReason::CREATE_SESSION_FOR_CLIENT); in HWTEST_F()
75 sptr<ScreenSession> screenSession = new ScreenSession(config, ScreenSessionReason::CREATE_SESSION_FOR_VIRTUAL); in HWTEST_F()
91 sptr<ScreenSession> screenSession = new ScreenSession(config, ScreenSessionReason::CREATE_SESSION_FOR_MIRROR); in HWTEST_F()
107 sptr<ScreenSession> screenSession = new ScreenSession(config, ScreenSessionReason::CREATE_SESSION_FOR_REAL); in HWTEST_F()
123 sptr<ScreenSession> screenSession = new ScreenSession(config, ScreenSessionReason::INVALID); in HWTEST_F()
143 sptr<ScreenSession> screenSession = new ScreenSession(config, ScreenSessionReason::CREATE_SESSION_FOR_VIRTUAL); in HWTEST_F()
165 sptr<ScreenSession> screenSession = new ScreenSession(config, ScreenSessionReason::CREATE_SESSION_FOR_VIRTUAL); in HWTEST_F()
185 sptr<ScreenSession> screenSession = new ScreenSession(config, ScreenSessionReason::CREATE_SESSION_FOR_VIRTUAL); in HWTEST_F()
207 sptr<ScreenSession> screenSession = new ScreenSession(config, ScreenSessionReason::CREATE_SESSION_FOR_VIRTUAL); in HWTEST_F()
227 sptr<ScreenSessio in HWTEST_F()
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_state_manager.h34 void SetPreferredMediaRenderDevice(const sptr<AudioDeviceDescriptor> &deviceDescriptor);
37 void SetPreferredCallRenderDevice(const sptr<AudioDeviceDescriptor> &deviceDescriptor);
40 void SetPreferredCallCaptureDevice(const sptr<AudioDeviceDescriptor> &deviceDescriptor);
43 void SetPreferredRingRenderDevice(const sptr<AudioDeviceDescriptor> &deviceDescriptor);
46 void SetPreferredRecordCaptureDevice(const sptr<AudioDeviceDescriptor> &deviceDescriptor);
49 void SetPreferredToneRenderDevice(const sptr<AudioDeviceDescriptor> &deviceDescriptor);
77 sptr<AudioDeviceDescriptor> preferredMediaRenderDevice_ = new(std::nothrow) AudioDeviceDescriptor();
78 sptr<AudioDeviceDescriptor> preferredCallRenderDevice_ = new(std::nothrow) AudioDeviceDescriptor();
79 sptr<AudioDeviceDescriptor> preferredCallCaptureDevice_ = new(std::nothrow) AudioDeviceDescriptor();
80 sptr<AudioDeviceDescripto
[all...]
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dphoto_output_napi.h112 explicit PhotoBufferProcessor(sptr<Surface> photoSurface) : photoSurface_(photoSurface) {} in PhotoBufferProcessor()
117 void BufferRelease(sptr<SurfaceBuffer>& buffer) override
125 sptr<Surface> photoSurface_ = nullptr;
137 explicit PhotoListener(napi_env env, const sptr<Surface> photoSurface, wptr<PhotoOutput> photoOutput);
144 sptr<Surface> photoSurface_;
147 void UpdateJSCallback(sptr<Surface> photoSurface) const;
148 void UpdateJSCallbackAsync(sptr<Surface> photoSurface) const;
150 void UpdateMainPictureStageOneJSCallback(sptr<SurfaceBuffer> surfaceBuffer, int64_t timestamp) const;
151 void ExecutePhoto(sptr<SurfaceBuffer> surfaceBfuffer, int64_t timestamp) const;
152 void ExecuteDeferredPhoto(sptr<SurfaceBuffe
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/include/scene_board/
H A Dui_ability_lifecycle_manager.h69 int StartUIAbility(AbilityRequest &abilityRequest, sptr<SessionInfo> sessionInfo, uint32_t sceneFlag,
80 int AbilityTransactionDone(const sptr<IRemoteObject> &token, int state, const AppExecFwk::PacMap &saveData);
90 const sptr<IRemoteObject> &token, const AppExecFwk::WindowConfig &windowConfig);
99 int AttachAbilityThread(const sptr<IAbilityScheduler> &scheduler, const sptr<IRemoteObject> &token);
107 void OnAbilityRequestDone(const sptr<IRemoteObject> &token, int32_t state) const;
115 bool IsContainsAbility(const sptr<IRemoteObject> &token) const;
124 const sptr<IRemoteObject> token);
141 std::shared_ptr<AbilityRecord> GetUIAbilityRecordBySessionInfo(const sptr<SessionInfo> &sessionInfo);
163 void SetRootSceneSession(const sptr<IRemoteObjec
[all...]

Completed in 20 milliseconds

12345678910>>...360