Home
last modified time | relevance | path

Searched refs:sptr (Results 301 - 325 of 966) sorted by relevance

1...<<11121314151617181920>>...39

/drivers/peripheral/usb/test/fuzztest/usbunbindusbdsubscriber_fuzzer/
H A Dusbunbindusbdsubscriber_fuzzer.cpp31 sptr<IUsbInterface> usbInterface = IUsbInterface::Get(); in UsbUnbindUsbdSubscriberFuzzTest()
38 ret = usbInterface->UnbindUsbdSubscriber(reinterpret_cast<const sptr<IUsbdSubscriber> &>(data)); in UsbUnbindUsbdSubscriberFuzzTest()
/test/xts/dcts/distributedhardware/distributedcameratest/
H A Dstream_customer.cpp24 sptr<OHOS::IBufferProducer> StreamCustomer::CreateProducer(CaptureMode mode, in CreateProducer()
31 sptr<IBufferConsumerListener> listener = nullptr; in CreateProducer()
/test/xts/hats/hdf/bluetooth/a2dp/
H A Dbluetooth_audio_session_service.h34 int32_t StartSession(SessionType sessionType, const sptr<IBluetoothAudioCallback>& callbackObj,
42 sptr<IBluetoothAudioCallback> stack_iface_;
/test/xts/hats/hdf/usb/usbdBenchmarkTest/include/
H A DHdfUsbdBenchmarkDeviceTest.h34 void InitPara(const OHOS::sptr<OHOS::USB::UsbSubscriberTest> &subscriber);
35 void ReleasePara(const OHOS::sptr<OHOS::USB::UsbSubscriberTest> &subscriber);
/drivers/external_device_manager/frameworks/native/
H A Ddriver_ext_mgr_client.cpp43 sptr<ISystemAbilityManager> sam = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in Connect()
49 sptr<IRemoteObject> remote = sam->CheckSystemAbility(HDF_EXTERNAL_DEVICE_MANAGER_SA_ID); in Connect()
107 UsbErrCode DriverExtMgrClient::BindDevice(uint64_t deviceId, const sptr<IDriverExtMgrCallback> &connectCallback) in BindDevice()
/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/
H A Ddrv_bundle_state_callback.h85 virtual sptr<IRemoteObject> AsObject() override;
103 sptr<IBundleMgr> bundleMgr_ = nullptr;
104 sptr<IRemoteObject::DeathRecipient> bmsDeathRecipient_ = nullptr;
/drivers/peripheral/camera/test/demo_3A/
H A Dstream_customer.cpp46 OHOS::sptr<OHOS::SurfaceBuffer> buff = nullptr; in CamFrame()
74 sptr<OHOS::IBufferProducer> StreamCustomer::CreateProducer() in CreateProducer()
88 sptr<IBufferConsumerListener> listener = new(std::nothrow) TestBuffersConsumerListener(); in CreateProducer()
/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dcamera_device.cpp31 CamRetCode CameraDevice::GetStreamOperator(const OHOS::sptr<IStreamOperatorCallback>& callback, in GetStreamOperator()
32 OHOS::sptr<IStreamOperator>& streamOperator) in GetStreamOperator()
48 OHOS::sptr<StreamOperator> spSO = new StreamOperator; in GetStreamOperator()
/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dcamera_host_service_callback.cpp20 CameraHostServiceCallback::CameraHostServiceCallback(OHOS::sptr<ICameraHostCallback> cameraHostCallback, in CameraHostServiceCallback()
21 OHOS::sptr<ICameraHostVdi> cameraHostVdi, std::vector<CameraIdInfo> &cameraIdInfoList) in CameraHostServiceCallback()
102 const sptr<IRemoteObject> CameraHostServiceCallback::Remote() const in Remote()
/drivers/peripheral/camera/test/demo/
H A Dstream_customer.cpp46 OHOS::sptr<OHOS::SurfaceBuffer> buff = nullptr; in CamFrame()
74 sptr<OHOS::IBufferProducer> StreamCustomer::CreateProducer() in CreateProducer()
88 sptr<IBufferConsumerListener> listener = new(std::nothrow) TestBuffersConsumerListener(); in CreateProducer()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/standard/
H A Dbuffer_adapter.h64 static RetCode SurfaceBufferToCameraBuffer(const OHOS::sptr<OHOS::SurfaceBuffer>& surfaceBuffer,
70 const OHOS::sptr<OHOS::SurfaceBuffer>& surfaceBuffer);
72 const OHOS::sptr<OHOS::SurfaceBuffer>& surfaceBuffer);
/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dimedia_key_system.h102 virtual int32_t SetCallback(const sptr<OHOS::HDI::Drm::V1_0::IMediaKeySystemCallback>& systemCallback) = 0;
105 sptr<OHOS::HDI::Drm::V1_0::IMediaKeySession>& keySession) = 0;
114 virtual int32_t GetOemCertificate(sptr<OHOS::HDI::Drm::V1_0::IOemCertificate>& oemCert) = 0;
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcodec_handle_buffer.cpp36 sptr<ICodecBuffer> CodecHandleBuffer::Create(struct OmxCodecBuffer &codecBuffer) in Create()
48 sptr<ICodecBuffer> pBuffer = sptr<ICodecBuffer>(buffer); in Create()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerahost_fuzzer/
H A Ddcamerahost_fuzzer.cpp36 OHOS::sptr<DCameraDevice> dcameraDevice(new (std::nothrow) DCameraDevice(dhBase, sinkAbilityInfo, in DCameraGetCameraAbilityFromDevFuzzTest()
58 sptr<IDCameraProviderCallback> callback; in DCameraAddDeviceParamCheckFuzzTest()
81 OHOS::sptr<DCameraDevice> dcameraDevice(new (std::nothrow) DCameraDevice(dhBase, sinkAbilityInfo, in DCameraIsCameraIdInvalidFuzzTest()
/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_sta_iface.h47 int32_t RegisterChipIfaceCallBack(const sptr<IChipIfaceCallback>& chipIfaceCallback) override;
48 int32_t UnRegisterChipIfaceCallBack(const sptr<IChipIfaceCallback>& chipIfaceCallback) override;
64 std::set<sptr<IChipIfaceCallback>> GetEventCallbacks();
/drivers/peripheral/power/test/fuzztest/powerhdi_fuzzer/
H A Dpowerhdi_fuzz.cpp41 impl_ = sptr<PowerInterfaceImpl>::MakeSptr(); in PowerFuzzTest()
48 sptr<PowerInterfaceImpl> GetImpl() const in GetImpl()
54 sptr<PowerInterfaceImpl> impl_ = nullptr;
/drivers/peripheral/sensor/hdi_service/
H A Dsensor_clients_manager.h44 void ReportDataCbRegister(int groupId, int serviceId, const sptr<ISensorCallback> &callbackObj);
45 void ReportDataCbUnRegister(int groupId, int serviceId, const sptr<ISensorCallback> &callbackObj);
66 int GetServiceId(int groupId, const sptr<ISensorCallback> &callbackObj);
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd.h78 sptr<HDI::Usb::V1_1::IUsbdBulkCallback> cb;
174 sptr<IUsbdSubscriber> subscriber;
177 sptr<IRemoteObject> remote;
/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_device_test.cpp30 sptr<IUsbInterface> g_usbInterface = nullptr;
69 sptr<UsbSubscriberTest> subscriber = new UsbSubscriberTest(); in BENCHMARK_F()
96 sptr<UsbSubscriberTest> subscriber = new UsbSubscriberTest(); in BENCHMARK_F()
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dmock_idevice.h71 int32_t PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& preparedModel) override;
74 sptr<OHOS::HDI::Nnrt::V2_0::IPreparedModel>& preparedModel) override;
77 sptr<IPreparedModel>& preparedModel) override;
/test/xts/acts/ai/nncore/opstest/include/
H A Dmock_idevice.h71 int32_t PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& preparedModel) override;
74 sptr<OHOS::HDI::Nnrt::V2_1::IPreparedModel>& preparedModel) override;
77 sptr<IPreparedModel>& preparedModel) override;
/test/xts/acts/ai/nncore/common/
H A Dmock_idevice.h71 int32_t PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& preparedModel) override;
74 sptr<OHOS::HDI::Nnrt::V2_0::IPreparedModel>& preparedModel) override;
77 sptr<IPreparedModel>& preparedModel) override;
/third_party/vulkan-loader/openharmony/bundle_mgr_helper/
H A Dvk_bundle_mgr_helper.cpp88 sptr<AppExecFwk::IBundleMgr> VKBundleMgrHelper::Connect() in Connect()
93 sptr<ISystemAbilityManager> systemAbilityManager = in Connect()
99 sptr<IRemoteObject> remoteObject_ = systemAbilityManager->GetSystemAbility( in Connect()
/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_key_system_service.cpp34 sptr<OHOS::HDI::Drm::V1_0::MediaKeySessionService> keySession = mediaKeySessionMap_.begin()->first; in ~MediaKeySystemService()
162 sptr<OHOS::HDI::Drm::V1_0::IMediaKeySession> &keySession) in CreateMediaKeySession()
166 sptr<MediaKeySessionService> keySessionService = nullptr; in CreateMediaKeySession()
268 int32_t MediaKeySystemService::GetOemCertificate(sptr<OHOS::HDI::Drm::V1_0::IOemCertificate> &oemCert) in GetOemCertificate()
282 int32_t MediaKeySystemService::SetCallback(const sptr<OHOS::HDI::Drm::V1_0::IMediaKeySystemCallback> &systemCallback) in SetCallback()
303 int32_t MediaKeySystemService::CloseKeySessionService(sptr<MediaKeySessionService> mediaKeySession) in CloseKeySessionService()
318 int32_t MediaKeySystemService::SetKeySystemServiceCallback(sptr<MediaKeySystemServiceCallback> callback) in SetKeySystemServiceCallback()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddcamera_stream.cpp100 DCamRetCode DCameraStream::SetDCameraBufferQueue(const OHOS::sptr<BufferProducerSequenceable> &producer) in SetDCameraBufferQueue()
187 OHOS::sptr<OHOS::SurfaceBuffer> surfaceBuffer = nullptr; in GetNextRequest()
188 OHOS::sptr<OHOS::SyncFence> syncFence = nullptr; in GetNextRequest()
221 DCamRetCode DCameraStream::SurfaceBufferToDImageBuffer(OHOS::sptr<OHOS::SurfaceBuffer> &surfaceBuffer, in SurfaceBufferToDImageBuffer()
222 OHOS::sptr<OHOS::SyncFence> &syncFence) in SurfaceBufferToDImageBuffer()
331 OHOS::sptr<OHOS::SyncFence> autoFence(new(std::nothrow) OHOS::SyncFence(-1)); in FlushDCameraBuffer()
357 void DCameraStream::SetSurfaceBuffer(OHOS::sptr<OHOS::SurfaceBuffer>& surfaceBuffer, const DCameraBuffer &buffer) in SetSurfaceBuffer()

Completed in 11 milliseconds

1...<<11121314151617181920>>...39