/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyinitsink_fuzzer/ |
H A D | sinkproxyinitsink_fuzzer.cpp | 37 sptr<ISystemAbilityManager> samgr = in SinkProxyInitSinkFuzzTest() 39 sptr<IRemoteObject> remoteObject = samgr->GetSystemAbility(DISTRIBUTED_HARDWARE_CAMERA_SINK_SA_ID); in SinkProxyInitSinkFuzzTest() 42 sptr<IDCameraSinkCallback> sinkCallback(new DCameraSinkCallback()); in SinkProxyInitSinkFuzzTest()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/ |
H A D | dcamera_sink_callback_proxy_test.cpp | 67 sptr<ISystemAbilityManager> samgr = in HWTEST_F() 69 sptr<IRemoteObject> remoteObject = samgr->GetSystemAbility(DISTRIBUTED_HARDWARE_CAMERA_SINK_SA_ID); in HWTEST_F() 70 sptr<DCameraSinkCallbackProxy> callbackProxy(new DCameraSinkCallbackProxy(remoteObject)); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/ |
H A D | dcamera_source_service_ipc.h | 33 sptr<IDistributedCameraSink> GetSinkRemoteCamSrv(const std::string& deviceId); 46 sptr<SinkRemoteRecipient> sinkRemoteRecipient_; 47 std::map<std::string, sptr<IDistributedCameraSink>> remoteSinks_;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/ |
H A D | dcamera_sink_service_ipc.h | 33 sptr<IDistributedCameraSource> GetSourceRemoteCamSrv(const std::string& deviceId); 46 sptr<SourceRemoteRecipient> sourceRemoteRecipient_; 47 std::map<std::string, sptr<IDistributedCameraSource>> remoteSources_;
|
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | mock.h | 23 class sptr { class 27 sptr(T* p) : ptr(p) {} in sptr() function in OHOS::sptr 28 ~sptr() in ~sptr()
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkproxyinitsink_fuzzer/ |
H A D | sinkproxyinitsink_fuzzer.cpp | 35 sptr<ISystemAbilityManager> samgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in SinkProxyInitSinkFuzzTest() 39 sptr<IRemoteObject> remoteObject = samgr->GetSystemAbility(DISTRIBUTED_HARDWARE_AUDIO_SINK_SA_ID); in SinkProxyInitSinkFuzzTest() 44 sptr<DAudioSinkIpcCallback> dAudioSinkIpcCallback(new DAudioSinkIpcCallback()); in SinkProxyInitSinkFuzzTest()
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyinitsource_fuzzer/ |
H A D | sourceproxyinitsource_fuzzer.cpp | 33 sptr<ISystemAbilityManager> samgr = in SourceProxyInitSourceFuzzTest() 35 sptr<IRemoteObject> remoteObject = samgr->GetSystemAbility(DISTRIBUTED_HARDWARE_CAMERA_SOURCE_SA_ID); in SourceProxyInitSourceFuzzTest() 38 sptr<IDCameraSourceCallback> callback(new DCameraSourceCallback()); in SourceProxyInitSourceFuzzTest()
|
/foundation/distributedhardware/distributed_input/interfaces/ipc/include/ |
H A D | distributed_input_sink_proxy.h | 33 explicit DistributedInputSinkProxy(const sptr<IRemoteObject> &object); 40 int32_t RegisterGetSinkScreenInfosCallback(sptr<IGetSinkScreenInfosCallback> callback) override; 45 int32_t RegisterSharingDhIdListener(sptr<ISharingDhIdListener> sharingDhIdListener) override;
|
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/unpreparedinputcallbackunittest/ |
H A D | unprepare_d_input_call_back_test.cpp | 46 sptr<IRemoteObject> callBackStubPtr(new TestUnprepareDInputCallbackStub());
in HWTEST_F() 52 EXPECT_STREQ(deviceId.c_str(), ((sptr<TestUnprepareDInputCallbackStub> &)callBackStubPtr)->deviceId_.c_str());
in HWTEST_F() 53 EXPECT_EQ(status, ((sptr<TestUnprepareDInputCallbackStub> &)callBackStubPtr)->status_);
in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_proxy/proxyinitsource_fuzzer/ |
H A D | initsource_fuzzer.cpp | 37 sptr<IDScreenSourceCallback> callback(new DScreenSourceCallback()); in InitSourceFuzzTest() 42 sptr<ISystemAbilityManager> samgr = in InitSourceFuzzTest() 48 sptr<IRemoteObject> remoteObject = samgr->GetSystemAbility(DISTRIBUTED_HARDWARE_SCREEN_SOURCE_SA_ID); in InitSourceFuzzTest()
|
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/asset/ |
H A D | asset_adapter_sa_client.h | 32 int32_t AddListener(const sptr<IAssetRecvCallback> &listener); 33 int32_t RemoveListener(const sptr<IAssetRecvCallback> &listener); 38 std::vector<sptr<IAssetRecvCallback>> listeners_;
|
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/include/ |
H A D | svc_backup_connection_mock.h | 29 virtual sptr<IExtension> GetBackupExtProxy() = 0; 35 static inline sptr<BSvcBackupConnection> connect = nullptr; 43 MOCK_METHOD((sptr<IExtension>), GetBackupExtProxy, ());
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/publisher/ |
H A D | publisher_item.h | 35 void AddListener(const sptr<IPublisherListener> listener); 36 void RemoveListener(const sptr<IPublisherListener> listener); 41 std::set<sptr<IPublisherListener>> listeners_;
|
/foundation/filemanagement/dfs_service/frameworks/native/cloud_daemon_kit_inner/include/ |
H A D | cloud_daemon_service_proxy.h | 26 explicit CloudDaemonServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<ICloudDaemon>(impl) {} in CloudDaemonServiceProxy() 29 static sptr<ICloudDaemon> GetInstance(); 36 static inline sptr<ICloudDaemon> serviceProxy_;
|
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/include/ |
H A D | iimage_source_processor.h | 38 virtual sptr<Surface> GetImageSurface() = 0; 39 virtual sptr<Surface> GetConsumerSurface() = 0; 40 virtual int32_t ProcessFullImage(sptr<SurfaceBuffer> &surfaceBuffer) = 0;
|
H A D | image_source_processor.h | 36 sptr<Surface> GetImageSurface() override; 37 sptr<Surface> GetConsumerSurface() override; 38 int32_t ProcessFullImage(sptr<SurfaceBuffer> &surfaceBuffer) override;
|
/foundation/communication/connected_nfc_tag/interfaces/inner_api/include/ |
H A D | nfc_tag_session_proxy.h | 26 explicit NfcTagSessionProxy(const sptr<IRemoteObject> &impl); 37 ErrCode RegListener(const sptr<INfcTagCallback> &callback) override; 39 ErrCode UnregListener(const sptr<INfcTagCallback> &callback) override;
|
H A D | nfc_tag_impl.h | 40 ErrCode RegListener(const sptr<INfcTagCallback> &callback) override; 42 ErrCode UnregListener(const sptr<INfcTagCallback> &callback) override; 44 sptr<INfcTagSession> tagSessionProxy_;
|
/foundation/communication/connected_nfc_tag/services/include/ |
H A D | nfc_tag_service_impl.h | 36 static sptr<NfcTagServiceImpl> GetInstance();
49 ErrCode RegListener(const sptr<INfcTagCallback> &callback) override;
51 ErrCode UnregListener(const sptr<INfcTagCallback> &callback) override;
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/ |
H A D | rs_window_animation_utils.h | 32 const sptr<RSWindowAnimationTarget>& target); 35 const std::vector<sptr<RSWindowAnimationTarget>>& targets); 38 napi_env env, const sptr<RSIWindowAnimationFinishedCallback>& finishedCallback);
|
/foundation/window/window_manager/wm/include/ |
H A D | extension_window_impl.h | 29 ExtensionWindowImpl(sptr<Window> sessionImpl);
32 sptr<Window> GetWindow() override;
39 sptr<Window> windowExtensionSessionImpl_;
|
/foundation/window/window_manager/wmserver/include/window_snapshot/ |
H A D | snapshot_controller.h | 34 SnapshotController(sptr<WindowRoot>& root, std::shared_ptr<AppExecFwk::EventHandler>& handler) in SnapshotController() 38 int32_t GetSnapshot(const sptr<IRemoteObject>& token, AAFwk::Snapshot& snapshot) override; 41 sptr<WindowRoot> windowRoot_;
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | session_manager_service_recover_proxy.h | 26 explicit SessionManagerServiceRecoverProxy(const sptr<IRemoteObject>& impl) in SessionManagerServiceRecoverProxy() 29 void OnSessionManagerServiceRecover(const sptr<IRemoteObject>& sessionManagerService) override; 31 int32_t userId, int32_t screenId, bool isConnected, const sptr<IRemoteObject>& sessionManagerService) override;
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 321 sptr<ScreenSessionManager> dms(this); in OnStart() 332 const sptr<IDisplayManagerAgent>& displayManagerAgent, DisplayManagerAgentType type) in CheckDisplayMangerAgentTypeAndPermission() 350 const sptr<IDisplayManagerAgent>& displayManagerAgent, DisplayManagerAgentType type) in RegisterDisplayManagerAgent() 371 const sptr<IDisplayManagerAgent>& displayManagerAgent, DisplayManagerAgentType type) in UnregisterDisplayManagerAgent() 568 void ScreenSessionManager::FreeDisplayMirrorNodeInner(const sptr<ScreenSession> mirrorSession) in FreeDisplayMirrorNodeInner() 669 bool ScreenSessionManager::IsScreenRestored(sptr<ScreenSession> screenSession) in IsScreenRestored() 754 void ScreenSessionManager::RecoverMultiScreenInfoFromData(sptr<ScreenSession> screenSession) in RecoverMultiScreenInfoFromData() 781 void ScreenSessionManager::HandleScreenConnectEvent(sptr<ScreenSession> screenSession, in HandleScreenConnectEvent() 813 void ScreenSessionManager::HandleScreenDisconnectEvent(sptr<ScreenSession> screenSession, in HandleScreenDisconnectEvent() 828 sptr<ScreenSessio in HandleScreenDisconnectEvent() [all...] |
/base/usb/usb_manager/test/native/service_unittest/src/ |
H A D | usb_bulkcallback_test.cpp | 49 static int32_t InitAshmemOne(sptr<Ashmem> &asmptr, int32_t asmSize, uint8_t rflg)
in InitAshmemOne() 112 * sptr<IRemoteObject> &cb)
119 sptr<UsbCallbackTest> cb = new UsbCallbackTest();
in HWTEST_F() 159 * sptr<IRemoteObject> &cb)
167 sptr<UsbCallbackTest> cb = new UsbCallbackTest();
in HWTEST_F() 207 * sptr<IRemoteObject> &cb)
215 sptr<UsbCallbackTest> cb = new UsbCallbackTest();
in HWTEST_F() 257 * sptr<IRemoteObject> &cb)
265 sptr<UsbCallbackTest> cb = new UsbCallbackTest();
in HWTEST_F() 307 * sptr<IRemoteObjec [all...] |