/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_installer_manager.h | 45 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 D | file_access_service_proxy.h | 27 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 D | image_creator_context.h | 31 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 D | hcapture_session_proxy.h | 27 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 D | moving_photo_surface_wrapper.h | 33 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 D | session_info.cpp | 48 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 D | image_receiver_context.h | 33 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 D | display_manager_lite_proxy.h | 41 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 D | display_manager_lite.h | 76 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 D | js_window_register_manager.h | 42 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 D | window_test_utils.h | 65 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 D | window_systemsubwindow_test.cpp | 81 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 D | net_connection_adapter.h | 35 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 D | networkshare_client.h | 32 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 D | single_display_pocket_fold_policy.h | 33 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 D | form_mgr_service.h | 64 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 D | form_mgr_interface.h | 55 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 D | surface_fuzzer.cpp | 39 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 D | sa_proxy_cache_test.cpp | 53 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 D | storage_daemon_client.cpp | 39 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 D | multi_screen_manager_test.cpp | 94 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 D | ui_ability_test.cpp | 73 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 D | js_ui_service_extension.h | 45 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 D | rs_base_render_util.h | 46 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 D | mock_distributed_input_client.cpp | 119 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...] |