Home
last modified time | relevance | path

Searched refs:sptr (Results 526 - 550 of 8320) sorted by relevance

1...<<21222324252627282930>>...333

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_installer_manager.h45 const sptr<IStatusReceiver> &statusReceiver);
54 const sptr<IStatusReceiver> &statusReceiver);
63 const sptr<IStatusReceiver> &statusReceiver);
72 const sptr<IStatusReceiver> &statusReceiver);
81 const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver);
91 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver);
98 void CreateUninstallTask(const UninstallParam &uninstallParam, const sptr<IStatusReceiver> &statusReceive);
101 const sptr<IStatusReceiver> &statusReceiver);
116 std::shared_ptr<BundleInstaller> CreateInstaller(const sptr<IStatusReceiver> &statusReceiver);
/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service_proxy.h27 explicit FileAccessServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IFileAccessServiceBase>(impl) {} in FileAccessServiceProxy()
29 static sptr<FileAccessServiceProxy> GetInstance();
32 int32_t RegisterNotify(Uri uri, bool notifyForDescendants, const sptr<IFileAccessObserver> &observer,
34 int32_t UnregisterNotify(Uri uri, const sptr<IFileAccessObserver> &observer,
37 sptr<IFileAccessExtBase> &extensionProxy) override;
39 const sptr<AAFwk::IAbilityConnection>& connection) override;
40 int32_t DisConnectFileExtAbility(const sptr<AAFwk::IAbilityConnection>& connection) override;
44 void OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) override;
71 static inline sptr<FileAccessServiceProxy> serviceProxy_;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/include/
H A Dimage_creator_context.h31 OHOS::sptr<OHOS::SurfaceBuffer> currentCreatorBuffer_;
33 void SetCreatorBufferConsumer(sptr<IConsumerSurface> &consumer) in SetCreatorBufferConsumer()
37 sptr<IConsumerSurface> GetCreatorBufferConsumer() in GetCreatorBufferConsumer()
41 void SetCreatorBufferProducer(sptr<Surface> &producer) in SetCreatorBufferProducer()
45 sptr<Surface> GetCreatorBufferProducer() in GetCreatorBufferProducer()
89 OHOS::sptr<OHOS::SurfaceBuffer> GetCurrentCreatorBuffer() const in GetCurrentCreatorBuffer()
93 void SetCurrentBuffer(OHOS::sptr<OHOS::SurfaceBuffer> currentCreatorBuffer) in SetCurrentBuffer()
98 OHOS::sptr<IConsumerSurface> creatorConsumerSurface_;
99 OHOS::sptr<Surface> creatorProducerSurface_;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhcapture_session_proxy.h27 explicit HCaptureSessionProxy(const sptr<IRemoteObject> &impl);
33 int32_t CanAddInput(sptr<ICameraDeviceService> cameraDevice, bool& result) override;
35 int32_t AddInput(sptr<ICameraDeviceService> cameraDevice) override;
37 int32_t AddOutput(StreamType streamType, sptr<IStreamCommon> stream) override;
39 int32_t RemoveInput(sptr<ICameraDeviceService> cameraDevice) override;
41 int32_t RemoveOutput(StreamType streamType, sptr<IStreamCommon> stream) override;
51 int32_t SetCallback(sptr<ICaptureSessionCallback> &callback) override;
68 int32_t CreateMediaLibrary(sptr<CameraPhotoProxy> &photoProxy,
71 int32_t CreateMediaLibrary(std::unique_ptr<Media::Picture> picture, sptr<CameraPhotoProxy> &photoProxy,
/foundation/multimedia/camera_framework/services/camera_service/include/moving_photo/
H A Dmoving_photo_surface_wrapper.h33 virtual void OnBufferArrival(sptr<SurfaceBuffer> buffer, int64_t timestamp, GraphicTransformType transform) = 0;
36 static sptr<MovingPhotoSurfaceWrapper> CreateMovingPhotoSurfaceWrapper(int32_t width, int32_t height);
37 sptr<OHOS::IBufferProducer> GetProducer() const;
39 void RecycleBuffer(sptr<SurfaceBuffer> buffer);
42 inline void SetSurfaceBufferListener(sptr<SurfaceBufferListener> listener) in SetSurfaceBufferListener()
48 inline sptr<SurfaceBufferListener> GetSurfaceBufferListener() in GetSurfaceBufferListener()
57 explicit BufferConsumerListener(sptr<MovingPhotoSurfaceWrapper> surfaceWrapper);
69 sptr<Surface> videoSurface_ = nullptr;
71 sptr<IBufferConsumerListener> bufferConsumerListener_ = nullptr;
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/
H A Dsession_info.cpp48 SessionInfo::SessionInfo(const int32_t userId, const sptr<IDeferredPhotoProcessingSessionCallback>& callback, in SessionInfo()
55 callbackDeathRecipient_ = sptr<CallbackDeathRecipient>::MakeSptr(this); in SessionInfo()
66 sptr<IDeferredPhotoProcessingSession> SessionInfo::CreateDeferredPhotoProcessingSession(const int32_t userId, in CreateDeferredPhotoProcessingSession()
68 sptr<IDeferredPhotoProcessingSessionCallback> callback) in CreateDeferredPhotoProcessingSession()
70 session_ = sptr<DeferredPhotoProcessingSession>::MakeSptr(userId, processor, taskManager, callback); in CreateDeferredPhotoProcessingSession()
75 sptr<IDeferredPhotoProcessingSession> SessionInfo::GetDeferredPhotoProcessingSession() in GetDeferredPhotoProcessingSession()
80 sptr<IDeferredPhotoProcessingSessionCallback> SessionInfo::GetRemoteCallback() in GetRemoteCallback()
94 void SessionInfo::SetCallback(const sptr<IDeferredPhotoProcessingSessionCallback>& callback) in SetCallback()
98 sptr<IRemoteObject> object = callback_->AsObject(); in SetCallback()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/include/
H A Dimage_receiver_context.h33 OHOS::sptr<OHOS::SurfaceBuffer> currentBuffer_;
35 void SetReceiverBufferConsumer(sptr<IConsumerSurface> &consumer) in SetReceiverBufferConsumer()
39 sptr<IConsumerSurface> GetReceiverBufferConsumer() in GetReceiverBufferConsumer()
43 void SetReceiverBufferProducer(sptr<Surface> &producer) in SetReceiverBufferProducer()
47 sptr<Surface> GetReceiverBufferProducer() in GetReceiverBufferProducer()
91 OHOS::sptr<OHOS::SurfaceBuffer> GetCurrentBuffer() const in GetCurrentBuffer()
95 void SetCurrentBuffer(OHOS::sptr<OHOS::SurfaceBuffer> currentBuffer) in SetCurrentBuffer()
101 OHOS::sptr<IConsumerSurface> receiverConsumerSurface_;
102 OHOS::sptr<Surface> receiverProducerSurface_;
/foundation/window/window_manager/dm_lite/include/
H A Ddisplay_manager_lite_proxy.h41 explicit DisplayManagerLiteProxy(const sptr<IRemoteObject>& impl) : remoteObject(impl) {} in DisplayManagerLiteProxy()
45 sptr<IRemoteObject> AsObject() { return remoteObject; }; in AsObject()
46 virtual DMError RegisterDisplayManagerAgent(const sptr<IDisplayManagerAgent>& displayManagerAgent,
48 virtual DMError UnregisterDisplayManagerAgent(const sptr<IDisplayManagerAgent>& displayManagerAgent,
55 virtual sptr<DisplayInfo> GetDefaultDisplayInfo();
56 virtual sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId);
57 virtual sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId);
77 sptr<IRemoteObject> Remote() { return remoteObject; }; in Remote()
78 sptr<IRemoteObject> remoteObject = nullptr;
/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H A Ddisplay_manager_lite.h76 DMError RegisterDisplayListener(sptr<IDisplayListener> listener);
84 DMError UnregisterDisplayListener(sptr<IDisplayListener> listener);
92 DMError RegisterFoldStatusListener(sptr<IFoldStatusListener> listener);
100 DMError UnregisterFoldStatusListener(sptr<IFoldStatusListener> listener);
108 DMError RegisterDisplayModeListener(sptr<IDisplayModeListener> listener);
116 DMError UnregisterDisplayModeListener(sptr<IDisplayModeListener> listener);
123 sptr<DisplayLite> GetDefaultDisplay();
159 sptr<DisplayLite> GetDisplayById(DisplayId displayId);
274 sptr<Impl> pImpl_;
/foundation/window/window_manager/previewer/mock/
H A Djs_window_register_manager.h42 WmErrorCode RegisterListener(sptr<Window> window, std::string type,
44 WmErrorCode UnregisterListener(sptr<Window> window, std::string type,
49 WmErrorCode ProcessSystemAvoidAreaChangeRegister(sptr<JsWindowListener> listener, sptr<Window> window,
51 WmErrorCode ProcessAvoidAreaChangeRegister(sptr<JsWindowListener> listener, sptr<Window> window, bool isRegister,
54 const sptr<JsWindowListener>& listener, const sptr<Window>& window, bool isRegister, napi_env env,
56 std::map<std::string, std::map<std::shared_ptr<NativeReference>, sptr<JsWindowListener>>> jsCbMap_;
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_test_utils.h65 static sptr<Window> CreateTestWindow(const TestWindowInfo& info);
66 static sptr<Window> CreateStatusBarWindow();
67 static sptr<Window> CreateNavigationBarWindow();
68 static sptr<Window> CreateDockWindow();
69 static sptr<WindowScene> CreateWindowScene();
70 static bool RectEqualTo(const sptr<Window>& window, const Rect& r);
72 static void UpdateSplitRects(const sptr<Window>& window);
74 static Rect GetDefaultFloatingRect(const sptr<Window>& window, bool avoid);
78 static void InitTileWindowRects(const sptr<Window>& window, bool avoid);
H A Dwindow_systemsubwindow_test.cpp81 static sptr<Window> CreateBaseWindow(WindowType type, struct Rect rect, uint32_t flags) in CreateBaseWindow()
83 sptr<WindowOption> baseOp = new WindowOption(); in CreateBaseWindow()
91 sptr<Window> window = Window::Create(baseWindowName, baseOp, nullptr); in CreateBaseWindow()
95 static sptr<Window> CreateAppSubWindow(sptr<Window> parentWindow, WindowType type, struct Rect rect, in CreateAppSubWindow()
98 sptr<WindowOption> subOp = new WindowOption(); in CreateAppSubWindow()
107 sptr<Window> window = Window::Create(subWinName, subOp); in CreateAppSubWindow()
111 static sptr<Window> CreateSystemSubWindow(sptr<Window> parentWindow, struct Rect rect, in CreateSystemSubWindow()
114 sptr<WindowOptio in CreateSystemSubWindow()
[all...]
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection_adapter.h35 int32_t Conv2NetHandleList(const std::list<sptr<NetHandle>> &netHandleObjList, NetConn_NetHandleList *netHandleList);
51 int32_t NetAvailable(sptr<NetHandle> &netHandle) override;
52 int32_t NetCapabilitiesChange(sptr<NetHandle> &netHandle, const sptr<NetAllCapabilities> &netAllCap) override;
53 int32_t NetConnectionPropertiesChange(sptr<NetHandle> &netHandle, const sptr<NetLinkInfo> &info) override;
54 int32_t NetLost(sptr<NetHandle> &netHandle) override;
56 int32_t NetBlockStatusChange(sptr<NetHandle> &netHandle, bool blocked) override;
72 std::map<uint32_t, sptr<INetConnCallback>> callbackMap_;
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/
H A Dnetworkshare_client.h32 void OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) override;
35 const sptr<IRemoteObject> &GetRemoteObject() const;
39 sptr<IRemoteObject> remoteObject_ = nullptr;
93 int32_t RegisterSharingEvent(sptr<ISharingEventCallback> callback);
104 int32_t UnregisterSharingEvent(sptr<ISharingEventCallback> callback);
188 sptr<INetworkShareService> GetProxy();
194 sptr<INetworkShareService> networkShareService_;
195 sptr<IRemoteObject::DeathRecipient> deathRecipient_;
196 sptr<ISharingEventCallback> callback_;
/foundation/window/window_manager/window_scene/screen_session_manager/include/fold_screen_controller/
H A Dsingle_display_pocket_fold_policy.h33 sptr<FoldCreaseRegion> GetCurrentFoldCreaseRegion() override;
41 void ChangeScreenDisplayModeToMain(sptr<ScreenSession> screenSession);
42 void ChangeScreenDisplayModeToFull(sptr<ScreenSession> screenSession);
44 void ChangeScreenDisplayModeProc(sptr<ScreenSession> screenSession, FoldDisplayMode displayMode);
45 void ChangeScreenDisplayModeToMainWhenFoldScreenOn(sptr<ScreenSession> screenSession);
46 void ChangeScreenDisplayModeToMainWhenFoldScreenOff(sptr<ScreenSession> screenSession);
47 void ChangeScreenDisplayModeToMainOnBootAnimation(sptr<ScreenSession> screenSession);
48 void ChangeScreenDisplayModeToFullOnBootAnimation(sptr<ScreenSession> screenSession);
54 void SendPropertyChangeResult(sptr<ScreenSession> screenSession, ScreenId screenId,
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h64 int AddForm(const int64_t formId, const Want &want, const sptr<IRemoteObject> &callerToken,
81 int DeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) override;
98 int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) override;
159 int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
169 int RequestForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const Want &want) override;
178 int NotifyWhetherVisibleForms(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
187 int CastTempForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) override;
230 int MessageEvent(const int64_t formId, const Want &want, const sptr<IRemoteObject> &callerToken) override;
239 int RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) override;
248 int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObjec
[all...]
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h55 virtual int AddForm(const int64_t formId, const Want &want, const sptr<IRemoteObject> &callerToken,
75 virtual int DeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) = 0;
95 virtual int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) = 0;
162 virtual int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
172 virtual int RequestForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const Want &want) = 0;
181 virtual int NotifyWhetherVisibleForms(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
197 virtual int CastTempForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) = 0;
233 virtual int MessageEvent(const int64_t formId, const Want &want, const sptr<IRemoteObject> &callerToken) = 0;
242 virtual int BackgroundEvent(const int64_t formId, Want &want, const sptr<IRemoteObject> &callerToken) = 0;
251 virtual int RouterEvent(const int64_t formId, Want &want, const sptr<IRemoteObjec
[all...]
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp39 GSError OnBufferRelease(sptr<SurfaceBuffer> &buffer) in OnBufferRelease()
57 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); in MetadataHelperFuzzTest()
86 void SurfaceFuzzTest4(sptr<OHOS::Surface> pSurface, sptr<OHOS::IConsumerSurface> cSurface) in SurfaceFuzzTest4()
119 void SurfaceFuzzTest3(sptr<OHOS::Surface> pSurface, sptr<OHOS::IConsumerSurface> cSurface) in SurfaceFuzzTest3()
121 std::vector<sptr<SurfaceBuffer>> buffers; in SurfaceFuzzTest3()
122 std::vector<sptr<SyncFence>> fences; in SurfaceFuzzTest3()
172 void SurfaceFuzzTest1(sptr<OHOS::Surface> pSurface, sptr<OHO
[all...]
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dsa_proxy_cache_test.cpp53 bool CheckCallGetDoubleFuncIpcTimes(sptr<ITestSaProxyCache>& proxy, int32_t input, int32_t expectIpcTimes) in CheckCallGetDoubleFuncIpcTimes()
82 sptr<ISystemAbilityManager> systemAbilityManager = in HWTEST_F()
84 sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(DISTRIBUTED_SCHED_TEST_TT_ID); in HWTEST_F()
85 sptr<ITestSaProxyCache> proxy = iface_cast<ITestSaProxyCache>(remoteObject); in HWTEST_F()
175 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) override
180 bool RemoveDeathRecipient(const sptr<DeathRecipient> &recipient) override
190 sptr<IRemoteBroker> AsInterface() override
218 sptr<MockIRemoteObject> iRemoteObject = sptr<MockIRemoteObject>(new (std::nothrow) MockIRemoteObject()); in HWTEST_F()
234 sptr<MockIRemoteObjec in HWTEST_F()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/client/
H A Dstorage_daemon_client.cpp39 sptr<IStorageDaemon> StorageDaemonClient::GetStorageDaemonProxy(void) in GetStorageDaemonProxy()
47 sptr<IRemoteObject> object = samgr->GetSystemAbility(OHOS::STORAGE_MANAGER_DAEMON_ID); in GetStorageDaemonProxy()
104 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in PrepareUserDirs()
119 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in DestroyUserDirs()
134 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in StartUser()
150 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in StopUser()
166 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in PrepareUserSpace()
182 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in DestroyUserSpace()
198 sptr<IStorageDaemon> client = GetStorageDaemonProxy(); in InitGlobalKey()
214 sptr<IStorageDaemo in InitGlobalUserKeys()
[all...]
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dmulti_screen_manager_test.cpp94 sptr<ScreenSession> session = new ScreenSession(); in HWTEST_F()
110 sptr<ScreenSession> session = new ScreenSession(); in HWTEST_F()
115 sptr<ScreenSessionGroup> sessiongroup = new ScreenSessionGroup(mainScreenId, rsId, name, combination); in HWTEST_F()
183 sptr<ScreenSession> session = new ScreenSession(); in HWTEST_F()
198 sptr<ScreenSession> session = new ScreenSession(); in HWTEST_F()
201 sptr<ScreenSession> session1 = new ScreenSession(); in HWTEST_F()
215 sptr<ScreenSession> session = new ScreenSession(); in HWTEST_F()
231 sptr<ScreenSession> session = new ScreenSession(); in HWTEST_F()
234 sptr<ScreenSession> session1 = new ScreenSession(); in HWTEST_F()
272 sptr<ScreenSessio in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dui_ability_test.cpp73 sptr<IRemoteObject> token = nullptr; in HWTEST_F()
74 sptr<IRemoteObject> abilityToken = sptr<IRemoteObject>(new AbilityRuntime::FAAbilityThread()); in HWTEST_F()
105 sptr<IRemoteObject> token = nullptr; in HWTEST_F()
108 sptr<IRemoteObject> abilityToken = sptr<IRemoteObject>(new AbilityRuntime::FAAbilityThread()); in HWTEST_F()
126 sptr<IRemoteObject> token = nullptr; in HWTEST_F()
129 sptr<IRemoteObject> abilityToken = sptr<IRemoteObject>(new AbilityRuntime::FAAbilityThread()); in HWTEST_F()
151 sptr<IRemoteObjec in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_service_extension_ability/
H A Djs_ui_service_extension.h45 virtual int32_t SendData(sptr<IRemoteObject> hostProxy, OHOS::AAFwk::WantParams &data) override;
78 const sptr<IRemoteObject> &token) override;
107 virtual sptr<IRemoteObject> OnConnect(const AAFwk::Want &want,
108 AppExecFwk::AbilityTransactionCallbackInfo<sptr<IRemoteObject>> *callbackInfo, bool &isAsyncCallback) override;
154 int32_t OnSendData(sptr<IRemoteObject> hostProxy, OHOS::AAFwk::WantParams &data);
162 void AbilityWindowConfigTransition(sptr<Rosen::WindowOption>& option, uint32_t windowId);
168 void HandleSendData(sptr<IRemoteObject> hostProxy, const OHOS::AAFwk::WantParams &data);
170 sptr<IRemoteObject> GetHostProxyFromWant(const AAFwk::Want &want);
184 sptr<UIServiceStubImpl> extensionStub_;
185 std::map<sptr<IRemoteObjec
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.h46 sptr<SurfaceBuffer> buffer = nullptr;
47 sptr<SurfaceBuffer> preBuffer = nullptr;
48 sptr<SyncFence> fence = SyncFence::InvalidFence();
64 sptr<OHOS::SurfaceBuffer> buffer;
65 sptr<SyncFence> acquireFence = SyncFence::InvalidFence();
123 static bool IsBufferValid(const sptr<SurfaceBuffer>& buffer);
130 const sptr<IConsumerSurface>& consumer, const sptr<SurfaceBuffer>& buffer);
133 static Drawing::Matrix GetGravityMatrix(Gravity gravity, const sptr<SurfaceBuffer>& buffer, const RectF& bounds);
138 static Drawing::BitmapFormat GenerateDrawingBitmapFormat(const sptr<OHO
[all...]
/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/mock/
H A Dmock_distributed_input_client.cpp119 const std::string &deviceId, sptr<IPrepareDInputCallback> callback) in PrepareRemoteInput()
125 const std::string &srcId, const std::string &sinkId, sptr<IPrepareDInputCallback> callback) in PrepareRemoteInput()
131 const std::string &deviceId, sptr<IUnprepareDInputCallback> callback) in UnprepareRemoteInput()
137 const std::string &srcId, const std::string &sinkId, sptr<IUnprepareDInputCallback> callback) in UnprepareRemoteInput()
143 const std::string &deviceId, const uint32_t &inputTypes, sptr<IStartDInputCallback> callback) in StartRemoteInput()
149 const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<IStartStopDInputsCallback> callback) in StartRemoteInput()
155 const std::string &deviceId, const uint32_t &inputTypes, sptr<IStopDInputCallback> callback) in StopRemoteInput()
161 const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<IStartStopDInputsCallback> callback) in StopRemoteInput()
167 const uint32_t &inputTypes, sptr<IStartDInputCallback> callback) in StartRemoteInput()
173 const uint32_t &inputTypes, sptr<IStopDInputCallbac in StopRemoteInput()
[all...]

Completed in 14 milliseconds

1...<<21222324252627282930>>...333