Home
last modified time | relevance | path

Searched refs:V2_0 (Results 1 - 25 of 128) sorted by relevance

123456

/drivers/peripheral/user_auth/hdi_service/interface/
H A Duser_auth_hdi.h26 using IUserAuthInterface = OHOS::HDI::UserAuth::V2_0::IUserAuthInterface;
27 using UserAuthInterfaceService = OHOS::HDI::UserAuth::V2_0::UserAuthInterfaceService;
29 using HdiAuthType = OHOS::HDI::UserAuth::V2_0::AuthType;
30 using HdiExecutorRole = OHOS::HDI::UserAuth::V2_0::ExecutorRole;
31 using HdiExecutorSecureLevel = OHOS::HDI::UserAuth::V2_0::ExecutorSecureLevel;
32 using HdiPinSubType = OHOS::HDI::UserAuth::V2_0::PinSubType;
33 using HdiScheduleMode = OHOS::HDI::UserAuth::V2_0::ScheduleMode;
34 using HdiExecutorRegisterInfo = OHOS::HDI::UserAuth::V2_0::ExecutorRegisterInfo;
35 using HdiExecutorInfo = OHOS::HDI::UserAuth::V2_0::ExecutorInfo;
36 using HdiScheduleInfo = OHOS::HDI::UserAuth::V2_0
[all...]
/drivers/peripheral/face_auth/hdi_service/include/
H A Dface_auth_hdi.h30 using IFaceAuthInterface = OHOS::HDI::FaceAuth::V2_0::IFaceAuthInterface;
31 using FaceAuthInterfaceStub = OHOS::HDI::FaceAuth::V2_0::FaceAuthInterfaceStub;
32 using AllInOneExecutorStub = OHOS::HDI::FaceAuth::V2_0::AllInOneExecutorStub;
34 using IExecutorCallback = OHOS::HDI::FaceAuth::V2_0::IExecutorCallback;
36 using IAllInOneExecutor = OHOS::HDI::FaceAuth::V2_0::IAllInOneExecutor;
38 using AuthType = OHOS::HDI::FaceAuth::V2_0::AuthType;
39 using ExecutorRole = OHOS::HDI::FaceAuth::V2_0::ExecutorRole;
40 using ExecutorSecureLevel = OHOS::HDI::FaceAuth::V2_0::ExecutorSecureLevel;
41 using DriverCommandId = OHOS::HDI::FaceAuth::V2_0::DriverCommandId;
42 using FaceTipsCode = OHOS::HDI::FaceAuth::V2_0
[all...]
/drivers/peripheral/fingerprint_auth/hdi_service/include/
H A Dfingerprint_auth_hdi.h30 using IFingerprintAuthInterface = OHOS::HDI::FingerprintAuth::V2_0::IFingerprintAuthInterface;
31 using FingerprintAuthInterfaceStub = OHOS::HDI::FingerprintAuth::V2_0::FingerprintAuthInterfaceStub;
32 using AllInOneExecutorStub = OHOS::HDI::FingerprintAuth::V2_0::AllInOneExecutorStub;
34 using IExecutorCallback = OHOS::HDI::FingerprintAuth::V2_0::IExecutorCallback;
36 using IAllInOneExecutor = OHOS::HDI::FingerprintAuth::V2_0::IAllInOneExecutor;
38 using AuthType = OHOS::HDI::FingerprintAuth::V2_0::AuthType;
39 using ExecutorRole = OHOS::HDI::FingerprintAuth::V2_0::ExecutorRole;
40 using ExecutorSecureLevel = OHOS::HDI::FingerprintAuth::V2_0::ExecutorSecureLevel;
41 using DriverCommandId = OHOS::HDI::FingerprintAuth::V2_0::DriverCommandId;
42 using FingerprintTipsCode = OHOS::HDI::FingerprintAuth::V2_0
[all...]
/drivers/peripheral/pin_auth/hdi_service/service/inc/
H A Dpin_auth_hdi.h29 using IPinAuthInterface = OHOS::HDI::PinAuth::V2_0::IPinAuthInterface;
30 using PinAuthInterfaceService = OHOS::HDI::PinAuth::V2_0::PinAuthInterfaceService;
32 using HdiIAllInOneExecutor = OHOS::HDI::PinAuth::V2_0::IAllInOneExecutor;
33 using HdiICollector = OHOS::HDI::PinAuth::V2_0::ICollector;
34 using HdiIVerifier = OHOS::HDI::PinAuth::V2_0::IVerifier;
35 using HdiIExecutorCallback = OHOS::HDI::PinAuth::V2_0::IExecutorCallback;
37 using HdiAuthType = OHOS::HDI::PinAuth::V2_0::AuthType;
38 using HdiExecutorRole = OHOS::HDI::PinAuth::V2_0::ExecutorRole;
39 using HdiExecutorSecureLevel = OHOS::HDI::PinAuth::V2_0::ExecutorSecureLevel;
40 using HdiExecutorInfo = OHOS::HDI::PinAuth::V2_0
[all...]
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H A Dencode_heif_helper.h42 bool FillImageItem(ImgType type, OHOS::HDI::Codec::Image::V2_0::ImageItem& item, uint8_t *data, size_t &size);
43 OHOS::HDI::Codec::Image::V2_0::ItemRef FillRefItem(OHOS::HDI::Codec::Image::V2_0::ItemRef item,
45 bool FillMetaItem(MetaType type, OHOS::HDI::Codec::Image::V2_0::MetaItem& item, uint8_t *data, size_t &size);
46 bool AllocOutputBuffer(OHOS::HDI::Codec::Image::V2_0::SharedBuffer& output);
48 std::vector<OHOS::HDI::Codec::Image::V2_0::ImageItem> inputImgs_;
49 std::vector<OHOS::HDI::Codec::Image::V2_0::MetaItem> inputMetas_;
50 std::vector<OHOS::HDI::Codec::Image::V2_0::ItemRef> refs_;
H A Dimage_auto_initer.h24 ImageAutoIniter(OHOS::sptr<OHOS::HDI::Codec::Image::V2_0::ICodecImage> imageClient, in ImageAutoIniter()
25 OHOS::HDI::Codec::Image::V2_0::CodecImageRole role) : client_(imageClient), role_(role) in ImageAutoIniter()
41 OHOS::sptr<OHOS::HDI::Codec::Image::V2_0::ICodecImage> client_;
42 OHOS::HDI::Codec::Image::V2_0::CodecImageRole role_;
/drivers/peripheral/codec/image/vdi/
H A Dcodec_heif_vdi.h30 int32_t (*DoHeifEncode)(const std::vector<OHOS::HDI::Codec::Image::V2_0::ImageItem>& inputImgs,
31 const std::vector<OHOS::HDI::Codec::Image::V2_0::MetaItem>& inputMetas,
32 const std::vector<OHOS::HDI::Codec::Image::V2_0::ItemRef>& refs,
33 OHOS::HDI::Codec::Image::V2_0::SharedBuffer& output);
/drivers/peripheral/codec/test/demo/jpeg/include/
H A Djpeg_decoder.h54 OHOS::sptr<OHOS::HDI::Codec::Image::V2_0::ICodecImage> hdiJpeg_;
56 OHOS::HDI::Codec::Image::V2_0::CodecJpegHelper *helper_ = nullptr;
57 OHOS::HDI::Codec::Image::V2_0::CodecImageBuffer inBuffer_;
58 OHOS::HDI::Codec::Image::V2_0::CodecImageBuffer outBuffer_;
65 OHOS::HDI::Codec::Image::V2_0::CodecJpegDecInfo decInfo_;
/drivers/peripheral/codec/test/demo/heif/include/
H A Dcodec_heif_helper.h48 bool FillImageItem(ImgType type, OHOS::HDI::Codec::Image::V2_0::ImageItem& item);
49 bool FillMetaItem(const std::string& metaFile, MetaType type, OHOS::HDI::Codec::Image::V2_0::MetaItem& item);
53 bool AllocOutputBuffer(OHOS::HDI::Codec::Image::V2_0::SharedBuffer& output);
56 std::vector<OHOS::HDI::Codec::Image::V2_0::ImageItem> inputImgs_;
57 std::vector<OHOS::HDI::Codec::Image::V2_0::MetaItem> inputMetas_;
58 std::vector<OHOS::HDI::Codec::Image::V2_0::ItemRef> refs_;
H A Dbuffer_helper.h36 OHOS::HDI::Codec::Image::V2_0::SharedBuffer CreateSharedBuffer(
37 std::map<OHOS::HDI::Codec::Image::V2_0::PropertyType, std::string>& metaInfo);
38 OHOS::HDI::Codec::Image::V2_0::SharedBuffer CreateSharedBuffer(const std::string& metaFile);
39 void DumpBuffer(const std::string& filePath, const OHOS::HDI::Codec::Image::V2_0::SharedBuffer& buffer);
63 bool AddData(OHOS::HDI::Codec::Image::V2_0::PropertyType key, T& value) in AddData()
87 bool AddDataFromFile(OHOS::HDI::Codec::Image::V2_0::PropertyType key, const std::string& filePath);
88 bool Finalize(OHOS::HDI::Codec::Image::V2_0::SharedBuffer& buffer);
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdistub_fuzzer/
H A Duser_auth_hdi_stub_fuzzer.cpp31 using namespace OHOS::HDI::UserAuth::V2_0;
48 sptr<OHOS::HDI::UserAuth::V2_0::IUserAuthInterface> serviceImpl = in UserAuthHdiStubFuzzTest()
49 OHOS::HDI::UserAuth::V2_0::IUserAuthInterface::Get(true); in UserAuthHdiStubFuzzTest()
54 sptr<OHOS::HDI::UserAuth::V2_0::UserAuthInterfaceStub> userAuthInterfaceStub = in UserAuthHdiStubFuzzTest()
55 new OHOS::HDI::UserAuth::V2_0::UserAuthInterfaceStub(serviceImpl); in UserAuthHdiStubFuzzTest()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/include/
H A Daudio_adapter_interface_impl_test.h36 using OHOS::HDI::DistributedAudio::Audioext::V2_0::DAudioEvent;
37 using OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioParameter;
38 using OHOS::HDI::DistributedAudio::Audioext::V2_0::IDAudioCallback;
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_capture_interface_impl_base.h29 using OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioData;
30 using OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioParameter;
31 using OHOS::HDI::DistributedAudio::Audioext::V2_0::IDAudioCallback;
H A Daudio_render_interface_impl_base.h32 using OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioData;
33 using OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioParameter;
34 using OHOS::HDI::DistributedAudio::Audioext::V2_0::IDAudioCallback;
H A Daudio_capture_ext_impl.h36 using OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioData;
37 using OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioParameter;
38 using OHOS::HDI::DistributedAudio::Audioext::V2_0::CurrentTime;
39 using OHOS::HDI::DistributedAudio::Audioext::V2_0::DAudioEvent;
40 using OHOS::HDI::DistributedAudio::Audioext::V2_0::IDAudioCallback;
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_extension/include/
H A Daudio_capture_ext_impl_test.h33 using OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioData;
34 using OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioParameter;
35 using OHOS::HDI::DistributedAudio::Audioext::V2_0::IDAudioCallback;
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_interface/include/
H A Daudio_capture_interface_impl_test.h34 using OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioData;
35 using OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioParameter;
36 using OHOS::HDI::DistributedAudio::Audioext::V2_0::IDAudioCallback;
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_extension/include/
H A Daudio_render_ext_impl_test.h33 using OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioData;
34 using OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioParameter;
35 using OHOS::HDI::DistributedAudio::Audioext::V2_0::IDAudioCallback;
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/include/
H A Daudio_render_interface_impl_test.h36 using OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioData;
37 using OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioParameter;
38 using OHOS::HDI::DistributedAudio::Audioext::V2_0::IDAudioCallback;
/drivers/peripheral/battery/interfaces/hdi_service/test/fuzztest/batteryhdistub_fuzzer/
H A Dbatteryhdistub_fuzz.cpp27 using namespace OHOS::HDI::Battery::V2_0;
34 namespace V2_0 { namespace
66 } // namespace V2_0
75 OHOS::HDI::Battery::V2_0::BatteryStubFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_manager_interface/include/
H A Daudio_manager_interface_impl_test.h37 using OHOS::HDI::DistributedAudio::Audioext::V2_0::DAudioEvent;
38 using OHOS::HDI::DistributedAudio::Audioext::V2_0::IDAudioCallback;
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/test/fuzztest/registeraudiodevice_fuzzer/
H A Dregisteraudiodevice_fuzzer.cpp29 namespace V2_0 { namespace
43 } // V2_0
53 OHOS::HDI::DistributedAudio::Audioext::V2_0::RegisterAudioDeviceFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/test/fuzztest/notifyevent_fuzzer/
H A Dnotifyevent_fuzzer.cpp29 namespace V2_0 { namespace
46 } // V2_0
56 OHOS::HDI::DistributedAudio::Audioext::V2_0::NotifyEventFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/test/fuzztest/unregisteraudiodevice_fuzzer/
H A Dunregisteraudiodevice_fuzzer.cpp29 namespace V2_0 { namespace
40 } // V2_0
50 OHOS::HDI::DistributedAudio::Audioext::V2_0::UnRegisterAudioDeviceFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/sensor/hdi_service/
H A Dsensor_callback_vdi.h30 namespace V2_0 { namespace
38 int32_t OnDataEvent(const V2_0::HdfSensorEvents& event) override;
48 } // V2_0

Completed in 5 milliseconds

123456