Home
last modified time | relevance | path

Searched refs:sptr (Results 2851 - 2875 of 10964) sorted by relevance

1...<<111112113114115116117118119120>>...439

/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyinitsink_fuzzer/
H A Dsinkproxyinitsink_fuzzer.cpp37 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 Ddcamera_sink_callback_proxy_test.cpp67 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 Ddcamera_source_service_ipc.h33 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 Ddcamera_sink_service_ipc.h33 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 Dmock.h23 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 Dsinkproxyinitsink_fuzzer.cpp35 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 Dsourceproxyinitsource_fuzzer.cpp33 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 Ddistributed_input_sink_proxy.h33 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 Dunprepare_d_input_call_back_test.cpp46 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 Dinitsource_fuzzer.cpp37 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 Dasset_adapter_sa_client.h32 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 Dsvc_backup_connection_mock.h29 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 Dpublisher_item.h35 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 Dcloud_daemon_service_proxy.h26 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 Diimage_source_processor.h38 virtual sptr<Surface> GetImageSurface() = 0;
39 virtual sptr<Surface> GetConsumerSurface() = 0;
40 virtual int32_t ProcessFullImage(sptr<SurfaceBuffer> &surfaceBuffer) = 0;
H A Dimage_source_processor.h36 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 Dnfc_tag_session_proxy.h26 explicit NfcTagSessionProxy(const sptr<IRemoteObject> &impl);
37 ErrCode RegListener(const sptr<INfcTagCallback> &callback) override;
39 ErrCode UnregListener(const sptr<INfcTagCallback> &callback) override;
H A Dnfc_tag_impl.h40 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 Dnfc_tag_service_impl.h36 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 Drs_window_animation_utils.h32 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 Dextension_window_impl.h29 ExtensionWindowImpl(sptr<Window> sessionImpl);
32 sptr<Window> GetWindow() override;
39 sptr<Window> windowExtensionSessionImpl_;
/foundation/window/window_manager/wmserver/include/window_snapshot/
H A Dsnapshot_controller.h34 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 Dsession_manager_service_recover_proxy.h26 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 Dscreen_session_manager.cpp321 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 Dusb_bulkcallback_test.cpp49 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...]

Completed in 23 milliseconds

1...<<111112113114115116117118119120>>...439