Home
last modified time | relevance | path

Searched refs:sptr (Results 1926 - 1950 of 3901) sorted by relevance

1...<<71727374757677787980>>...157

/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codechdi_fuzzer/
H A Dcodec_fuzzer.cpp62 sptr<ICodecComponentManager> g_codecComponentManager = ICodecComponentManager::Get(true); in DoSomethingInterestingWithMyAPI()
67 sptr<CodecComponentManagerStub> codecComponentManager = new CodecComponentManagerStub(g_codecComponentManager); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/connected_nfc_tag/hdi_service/
H A Dconnected_nfc_tag_impl.cpp29 static sptr<OHOS::HDI::ConnectedNfcTag::V1_1::IConnectedNfcTagCallback> g_callbackV1_1 = nullptr;
46 const sptr<OHOS::HDI::ConnectedNfcTag::V1_1::IConnectedNfcTagCallback>& callbackObj) in RegisterCallBack()
/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_display.h33 HdiTestDisplay(uint32_t id, sptr<Composer::V1_2::IDisplayComposerInterface> device);
68 sptr<Composer::V1_2::IDisplayComposerInterface> device_;
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameracreatestreams_fuzzer/
H A Ddcameracreatestreams_fuzzer.cpp53 info.bufferQueue_ = sptr<BufferProducerSequenceable>(new BufferProducerSequenceable()); in DcameraCreateStreamsFuzzTest()
60 OHOS::sptr<DStreamOperator> dCameraStreamOperator(new (std::nothrow) DStreamOperator(dMetadataProcessor)); in DcameraCreateStreamsFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraisstreamssupported_fuzzer/
H A Ddcameraisstreamssupported_fuzzer.cpp61 info.bufferQueue_ = sptr<BufferProducerSequenceable>(new BufferProducerSequenceable()); in DcameraIsStreamsSupportedFuzzTest()
69 OHOS::sptr<DStreamOperator> dCameraStreamOperator(new (std::nothrow) DStreamOperator(dMetadataProcessor)); in DcameraIsStreamsSupportedFuzzTest()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthinterfacestub_fuzzer/
H A Dface_auth_interface_stub_fuzzer.cpp44 sptr<IFaceAuthInterface> serviceImpl = IFaceAuthInterface::Get(true); in FaceAuthInterfaceStubFuzzTest()
49 sptr<FaceAuthInterfaceStub> faceAuthInterfaceStub = new FaceAuthInterfaceStub(serviceImpl); in FaceAuthInterfaceStubFuzzTest()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthinterfacestub_fuzzer/
H A Dfingerprint_auth_interface_stub_fuzzer.cpp46 sptr<IFingerprintAuthInterface> serviceImpl = IFingerprintAuthInterface::Get(true); in FingerprintAuthInterfaceStubFuzzTest()
51 sptr<FingerprintAuthInterfaceStub> fingerprintAuthInterfaceStub = new FingerprintAuthInterfaceStub(serviceImpl); in FingerprintAuthInterfaceStubFuzzTest()
/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.h49 int32_t RegisterReportCallback(uint32_t devIndex, const sptr<IInputCallback> &eventPkgCallback) override;
51 int32_t RegisterHotPlugCallback(const sptr<IInputCallback> &hotPlugCallback) override;
/drivers/peripheral/input/test/fuzztest/hidddk_fuzzer/
H A Dhidddk_fuzzer.cpp67 sptr<IHidDdk> hidDdkInterface = IHidDdk::Get(false); in DoSomethingInterestingWithMyAPI()
72 sptr<HidDdkStub> hidDdk = new HidDdkStub(hidDdkInterface); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/light/test/fuzztest/light_fuzzer/
H A Dlight_fuzzer.cpp63 sptr<ILightInterface> g_lightInterface = ILightInterface::Get(false); in DoSomethingInterestingWithMyAPI()
68 sptr<LightInterfaceStub> lightInterface = new LightInterfaceStub(g_lightInterface); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_interface_vdi.h65 virtual int32_t Register(int32_t groupId, const sptr<ISensorCallbackVdi>& callbackObj) = 0;
66 virtual int32_t Unregister(int32_t groupId, const sptr<ISensorCallbackVdi>& callbackObj) = 0;
/drivers/peripheral/motion/test/fuzztest/motion_fuzzer/
H A Dmotion_fuzzer.cpp64 sptr<OHOS::HDI::Motion::V1_1::IMotionInterface> g_motionInterface = in DoSomethingInterestingWithMyAPI()
70 sptr<OHOS::HDI::Motion::V1_1::MotionInterfaceStub> motionInterface = in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/pin_auth/hdi_service/service/inc/
H A Dcollector_impl.h45 const sptr<HdiIExecutorCallback> &callbackObj) override;
55 sptr<HdiIExecutorCallback> callback_;
H A Dverifier_impl.h42 const std::vector<uint8_t> &extraInfo, const sptr<HdiIExecutorCallback> &callbackObj) override;
54 sptr<HdiIExecutorCallback> callback_;
/drivers/peripheral/sensor/test/fuzztest/sensor_fuzzer/
H A Dsensor_fuzzer.cpp63 sptr<ISensorInterface> g_sensorInterface = ISensorInterface::Get(false); in DoSomethingInterestingWithMyAPI()
68 sptr<SensorInterfaceStub> sensorInterface = new SensorInterfaceStub(g_sensorInterface); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/usb/test/fuzztest/usb_fuzzer/
H A Dusb_fuzzer.cpp66 sptr<IUsbInterface> usbInterface = IUsbInterface::Get(false); in DoSomethingInterestingWithMyAPI()
71 sptr<UsbInterfaceStub> interfaceStub = new UsbInterfaceStub(usbInterface); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/usb/test/fuzztest/usbddk_fuzzer/
H A Dusbddk_fuzzer.cpp67 sptr<IUsbDdk> usbDdkInterface = IUsbDdk::Get(false); in DoSomethingInterestingWithMyAPI()
72 sptr<UsbDdkStub> usbDdk = new UsbDdkStub(usbDdkInterface); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdistub_fuzzer/
H A Duser_auth_hdi_stub_fuzzer.cpp48 sptr<OHOS::HDI::UserAuth::V2_0::IUserAuthInterface> serviceImpl = in UserAuthHdiStubFuzzTest()
54 sptr<OHOS::HDI::UserAuth::V2_0::UserAuthInterfaceStub> userAuthInterfaceStub = in UserAuthHdiStubFuzzTest()
/drivers/peripheral/vibrator/test/fuzztest/vibrator_fuzzer/
H A Dvibrator_fuzzer.cpp63 sptr<IVibratorInterface> g_vibratorInterface = IVibratorInterface::Get(false); in DoSomethingInterestingWithMyAPI()
68 sptr<VibratorInterfaceStub> vibratorInterface = new VibratorInterfaceStub(g_vibratorInterface); in DoSomethingInterestingWithMyAPI()
/test/ostest/wukong/input_factory/src/
H A Drotate_input.cpp43 std::vector<sptr<Rosen::Screen>> screens; in OrderInput()
76 std::vector<sptr<Rosen::Screen>> screens; in RandomInput()
/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/
H A DHdfUsbdBenchmarkManagerInterfaceTest.cpp38 sptr<UsbSubscriberTest> HdfUsbdBenchmarkManagerInterfaceTest::subscriber_ = nullptr;
39 sptr<IUsbInterface> g_usbInterface = nullptr;
/test/xts/hats/hdf/display/composer/common/
H A Dhdi_test_display.h33 HdiTestDisplay(uint32_t id, sptr<Composer::V1_2::IDisplayComposerInterface> device);
68 sptr<Composer::V1_2::IDisplayComposerInterface> device_;
/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.cpp42 sptr<IPowerRunninglockCallback> g_runningLockCallback = nullptr;
247 const sptr<IRemoteObject>& remoteObj) in GetRunningLockInner()
279 std::shared_ptr<RunningLockInner> RunningLockMgr::CreateRunningLock(const sptr<IRemoteObject>& remoteObj, in CreateRunningLock()
299 bool RunningLockMgr::ReleaseLock(const sptr<IRemoteObject> remoteObj, const std::string& name) in ReleaseLock()
419 bool RunningLockMgr::UpdateWorkSource(const sptr<IRemoteObject>& remoteObj, in UpdateWorkSource()
436 bool RunningLockMgr::Lock(const sptr<IRemoteObject>& remoteObj) in Lock()
482 bool RunningLockMgr::UnLock(const sptr<IRemoteObject> remoteObj, const std::string& name) in UnLock()
528 void RunningLockMgr::RegisterRunningLockCallback(const sptr<IPowerRunninglockCallback>& callback) in RegisterRunningLockCallback()
537 void RunningLockMgr::UnRegisterRunningLockCallback(const sptr<IPowerRunninglockCallback>& callback) in UnRegisterRunningLockCallback()
552 bool RunningLockMgr::IsUsed(const sptr<IRemoteObjec
[all...]
/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_transfer_test.cpp55 sptr<UsbSubscriberTest> UsbdTransferTest::subscriber_ = nullptr;
57 sptr<OHOS::HDI::Usb::V1_1::IUsbInterface> g_usbInterface = nullptr;
59 int32_t InitAshmemOne(sptr<Ashmem> &asmptr, int32_t asmSize, uint8_t rflg) in InitAshmemOne()
2372 * @tc.desc: Test functions to int32_t BulkWrite(const UsbDev &dev, const UsbPipe &pipe, const sptr<Ashmem> &ashmem)
2378 sptr<Ashmem> ashmem; in HWTEST_F()
2396 * @tc.desc: Test functions to int32_t BulkWrite(const UsbDev &dev, const UsbPipe &pipe, const sptr<Ashmem> &ashmem)
2402 sptr<Ashmem> ashmem; in HWTEST_F()
2421 * @tc.desc: Test functions to int32_t BulkWrite(const UsbDev &dev, const UsbPipe &pipe, const sptr<Ashmem> &ashmem)
2427 sptr<Ashmem> ashmem; in HWTEST_F()
2446 * @tc.desc: Test functions to int32_t BulkWrite(const UsbDev &dev, const UsbPipe &pipe, const sptr<Ashme
[all...]
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_dumpers_test.cpp537 sptr<ISystemAbilityManager> sam = nullptr; in HWTEST_F()
538 sptr<IRemoteObject> sa = nullptr; in HWTEST_F()
585 sptr<ISystemAbilityManager> sam = nullptr; in HWTEST_F()
586 sptr<IRemoteObject> sa = nullptr; in HWTEST_F()
599 sptr<ISystemAbilityManager> sam = nullptr; in HWTEST_F()
600 sptr<IRemoteObject> sa = nullptr; in HWTEST_F()
644 sptr<IRemoteObject> sa = nullptr; in HWTEST_F()

Completed in 14 milliseconds

1...<<71727374757677787980>>...157