Home
last modified time | relevance | path

Searched refs:V1_1 (Results 1 – 25 of 118) sorted by relevance

12345

/drivers/peripheral/face_auth/hdi_service/include/
Dface_auth_hdi.h29 using IFaceAuthInterface = OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface;
31 using IExecutorCallback = OHOS::HDI::FaceAuth::V1_1::IExecutorCallback;
34 using IExecutor = OHOS::HDI::FaceAuth::V1_1::IExecutor;
39 using CommandId = OHOS::HDI::FaceAuth::V1_1::CommandId;
44 using GetPropertyType = OHOS::HDI::FaceAuth::V1_1::GetPropertyType;
45 using Property = OHOS::HDI::FaceAuth::V1_1::Property;
46 using SaCommandId = OHOS::HDI::FaceAuth::V1_1::SaCommandId;
47 using SaCommandParamNone = OHOS::HDI::FaceAuth::V1_1::SaCommandParamNone;
48 using SaCommandParam = OHOS::HDI::FaceAuth::V1_1::SaCommandParam;
49 using SaCommand = OHOS::HDI::FaceAuth::V1_1::SaCommand;
[all …]
/drivers/peripheral/fingerprint_auth/hdi_service/include/
Dfingerprint_auth_hdi.h29 using IFingerprintAuthInterface = OHOS::HDI::FingerprintAuth::V1_1::IFingerprintAuthInterface;
31 using IExecutorCallback = OHOS::HDI::FingerprintAuth::V1_1::IExecutorCallback;
34 using IExecutor = OHOS::HDI::FingerprintAuth::V1_1::IExecutor;
39 using CommandId = OHOS::HDI::FingerprintAuth::V1_1::CommandId;
45 using GetPropertyType = OHOS::HDI::FingerprintAuth::V1_1::GetPropertyType;
46 using Property = OHOS::HDI::FingerprintAuth::V1_1::Property;
47 using SaCommandId = OHOS::HDI::FingerprintAuth::V1_1::SaCommandId;
48 using SaCommandParamNone = OHOS::HDI::FingerprintAuth::V1_1::SaCommandParamNone;
49 using SaCommandParam = OHOS::HDI::FingerprintAuth::V1_1::SaCommandParam;
50 using SaCommand = OHOS::HDI::FingerprintAuth::V1_1::SaCommand;
[all …]
/drivers/peripheral/camera/test/hdi/v1_1/include/
Dhdi_common_v1_1.h61 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
63 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
65 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
67 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
69 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
71 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
78 OHOS::sptr<OHOS::HDI::Camera::V1_1::ICameraHost> serviceV1_1 = nullptr;
80 OHOS::sptr<OHOS::HDI::Camera::V1_1::ICameraDevice> cameraDeviceV1_1 = nullptr;
84 OHOS::sptr<OHOS::HDI::Camera::V1_1::IStreamOperator> streamOperator_V1_1 = nullptr;
86 std::vector<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfos;
[all …]
/drivers/peripheral/pin_auth/hdi_service/service/inc/
Dpin_auth_hdi.h29 using IPinAuthInterface = OHOS::HDI::PinAuth::V1_1::IPinAuthInterface;
30 using PinAuthInterfaceService = OHOS::HDI::PinAuth::V1_1::PinAuthInterfaceService;
33 using IExecutor = OHOS::HDI::PinAuth::V1_1::IExecutor;
36 using IExecutorCallbackV1_1 = OHOS::HDI::PinAuth::V1_1::IExecutorCallback;
45 using GetPropertyType = OHOS::HDI::PinAuth::V1_1::GetPropertyType;
46 using Property = OHOS::HDI::PinAuth::V1_1::Property;
/drivers/peripheral/motion/test/unittest/hdi/
Dhdf_motion_hdi_test.cpp27 using namespace OHOS::HDI::Motion::V1_1;
31 sptr<OHOS::HDI::Motion::V1_1::IMotionInterface> g_motionInterface = nullptr;
46 g_motionInterface = OHOS::HDI::Motion::V1_1::IMotionInterface::Get(); in SetUpTestCase()
132 vec.push_back(OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_PICKUP);
133 vec.push_back(OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_FLIP);
134 vec.push_back(OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_SHAKE);
135 vec.push_back(OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_ROTATION);
170 int32_t ret = g_motionInterface->EnableMotion(OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_MAX);
174 ret = g_motionInterface->DisableMotion(OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_MAX);
184 … int32_t ret = g_motionInterface->EnableMotion(OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_WRIST_UP);
[all …]
/drivers/peripheral/ril/
DREADME_zh.md64 #include "V1_1/iril.h"
67 class RilCallback : public HDI::Ril::V1_1::IRilCallback {
68 int32_t DialResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
69 int32_t HangupResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
70 int32_t RejectResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
71 int32_t AnswerResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
76 int32_t RilCallback::DialResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo)
85 sptr<OHOS::HDI::Ril::V1_1::IRil> g_rilInterface = OHOS::HDI::Ril::V1_1::IRil::Get();
90 sptr<HDI::Ril::V1_1::IRilCallback> g_cbObj = new RilCallback();
96 HDI::Ril::V1_1::DialInfo dialInfo = {};
DREADME.md64 #include "V1_1/iril.h"
67 class RilCallback : public HDI::Ril::V1_1::IRilCallback {
68 int32_t DialResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
69 int32_t HangupResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
70 int32_t RejectResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
71 int32_t AnswerResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
76 int32_t RilCallback::DialResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo)
85 sptr<OHOS::HDI::Ril::V1_1::IRil> g_rilInterface = OHOS::HDI::Ril::V1_1::IRil::Get();
90 sptr<HDI::Ril::V1_1::IRilCallback> g_cbObj = new RilCallback();
96 HDI::Ril::V1_1::DialInfo dialInfo = {};
/drivers/peripheral/motion/test/fuzztest/motion_fuzzer/
Dmotion_fuzzer.cpp22 using namespace OHOS::HDI::Motion::V1_1;
56 sptr<OHOS::HDI::Motion::V1_1::IMotionInterface> g_motionInterface = in DoSomethingInterestingWithMyAPI()
57 OHOS::HDI::Motion::V1_1::IMotionInterface::Get(false); in DoSomethingInterestingWithMyAPI()
62 sptr<OHOS::HDI::Motion::V1_1::MotionInterfaceStub> motionInterface = in DoSomethingInterestingWithMyAPI()
63 new OHOS::HDI::Motion::V1_1::MotionInterfaceStub(g_motionInterface); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdistub_fuzzer/
Duser_auth_hdi_stub_fuzzer.cpp30 using namespace OHOS::HDI::UserAuth::V1_1;
49 sptr<OHOS::HDI::UserAuth::V1_1::IUserAuthInterface> serviceImpl = in UserAuthHdiStubFuzzTest()
50 OHOS::HDI::UserAuth::V1_1::IUserAuthInterface::Get(true); in UserAuthHdiStubFuzzTest()
55 sptr<OHOS::HDI::UserAuth::V1_1::UserAuthInterfaceStub> userAuthInterfaceStub = in UserAuthHdiStubFuzzTest()
56 new OHOS::HDI::UserAuth::V1_1::UserAuthInterfaceStub(serviceImpl); in UserAuthHdiStubFuzzTest()
/drivers/peripheral/thermal/test/fuzztest/thermalhdistub_fuzzer/
Dthermalhdistub_fuzz.cpp28 using namespace OHOS::HDI::Thermal::V1_1;
34 namespace V1_1 { namespace
70 OHOS::HDI::Thermal::V1_1::ThermalStubFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthinterfacestub_fuzzer/
Dface_auth_interface_stub_fuzzer.cpp44 sptr<OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface> serviceImpl = in FaceAuthInterfaceStubFuzzTest()
45 OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface::Get(true); in FaceAuthInterfaceStubFuzzTest()
50 sptr<OHOS::HDI::FaceAuth::V1_1::FaceAuthInterfaceStub> faceAuthInterfaceStub = in FaceAuthInterfaceStubFuzzTest()
51 new OHOS::HDI::FaceAuth::V1_1::FaceAuthInterfaceStub(serviceImpl); in FaceAuthInterfaceStubFuzzTest()
/drivers/peripheral/power/test/fuzztest/powerhdistub_fuzzer/
Dpowerhdistub_fuzz.cpp27 using namespace OHOS::HDI::Power::V1_1;
33 namespace V1_1 { namespace
94 OHOS::HDI::Power::V1_1::PowerStubFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintinterfacestub_fuzzer/
Dfingerprint_auth_interface_stub_fuzzer.cpp42 sptr<OHOS::HDI::FingerprintAuth::V1_1::IFingerprintAuthInterface> fingerprintAuth = in FingerprintAuthInterfaceStubFuzzTest()
43 OHOS::HDI::FingerprintAuth::V1_1::IFingerprintAuthInterface::Get(true); in FingerprintAuthInterfaceStubFuzzTest()
44 …OHOS::HDI::FingerprintAuth::V1_1::FingerprintAuthInterfaceStub fingerprintAuthInterfaceStub(finger… in FingerprintAuthInterfaceStubFuzzTest()
/drivers/peripheral/user_auth/hdi_service/interface/
Duser_auth_hdi.h27 using IUserAuthInterface = OHOS::HDI::UserAuth::V1_1::IUserAuthInterface;
28 using UserAuthInterfaceService = OHOS::HDI::UserAuth::V1_1::UserAuthInterfaceService;
47 using ScheduleInfoV1_1 = OHOS::HDI::UserAuth::V1_1::ScheduleInfoV1_1;
/drivers/peripheral/sensor/test/fuzztest/sensorregisterandunregistercallback_fuzzer/
Dsensorregisterandunregistercallback_fuzzer.cpp21 using namespace OHOS::HDI::Sensor::V1_1;
26 namespace V1_1 { namespace
/drivers/peripheral/motion/hdi_service/
Dmotion_if_driver.cpp22 using namespace OHOS::HDI::Motion::V1_1;
71 auto serviceImpl = OHOS::HDI::Motion::V1_1::IMotionInterface::Get(true); in HdfMotionInterfaceDriverBind()
79 OHOS::HDI::Motion::V1_1::IMotionInterface::GetDescriptor()); in HdfMotionInterfaceDriverBind()
/drivers/peripheral/camera/test/hdi/v1_1/src/
Dcamera_hdi_uttest_v1_1.cpp51 cameraTest->prelaunchConfig = std::make_shared<OHOS::HDI::Camera::V1_1::PrelaunchConfig>();
76 cameraTest->prelaunchConfig = std::make_shared<OHOS::HDI::Camera::V1_1::PrelaunchConfig>();
101 cameraTest->prelaunchConfig = std::make_shared<OHOS::HDI::Camera::V1_1::PrelaunchConfig>();
126 cameraTest->prelaunchConfig = std::make_shared<OHOS::HDI::Camera::V1_1::PrelaunchConfig>();
206 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
211 OHOS::HDI::Camera::V1_1::ExtendedStreamInfo extendedStreamInfo;
212 extendedStreamInfo.type = OHOS::HDI::Camera::V1_1::EXTENDED_STREAM_INFO_QUICK_THUMBNAIL;
228 cameraTest->streamInfoCapture = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
269 cameraTest->streamInfoV1_1 = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>();
Dhdi_common_v1_1.cpp76 serviceV1_1 = OHOS::HDI::Camera::V1_1::ICameraHost::Get("camera_service", false); in Init()
145 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos) in DefaultPreview()
157 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos) in DefaultCapture()
169 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos) in DefaultInfosPreview()
181 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos) in DefaultInfosCapture()
193 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos) in DefaultInfosVideo()
212 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos) in DefaultInfosAnalyze()
266 streamInfoPre = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in StartStream()
267 streamInfoVideo = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in StartStream()
268 streamInfoCapture = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in StartStream()
[all …]
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintexecutorstub_fuzzer/
Dfingerprint_auth_executor_stub_fuzzer.cpp47 sptr<OHOS::HDI::FingerprintAuth::V1_1::ExecutorStub> executorStub = in FingerprintAuthExecutorStubFuzzTest()
48 new OHOS::HDI::FingerprintAuth::V1_1::ExecutorStub(impl); in FingerprintAuthExecutorStubFuzzTest()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthhdistub_fuzzer/
Dface_auth_hdi_stub_fuzzer.cpp48 sptr<OHOS::HDI::FaceAuth::V1_1::ExecutorStub> executorStub = in FaceAuthHdiStubFuzzTest()
49 new OHOS::HDI::FaceAuth::V1_1::ExecutorStub(serviceImpl); in FaceAuthHdiStubFuzzTest()
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dbase_info_config.cpp22 namespace V1_1 { namespace
/drivers/peripheral/power/interfaces/hdi_service/src/
Dsystem_operation.h24 namespace V1_1 {
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthexecutorstub_fuzzer/
Dpin_auth_executor_stub_fuzzer.cpp52 sptr<OHOS::HDI::PinAuth::V1_1::ExecutorStub> executorStub = in PinAuthExecutorStubFuzzTest()
53 new OHOS::HDI::PinAuth::V1_1::ExecutorStub(impl); in PinAuthExecutorStubFuzzTest()
/drivers/peripheral/sensor/test/common/include/
Dsensor_callback_impl.h25 namespace V1_1 {
/drivers/peripheral/power/test/unittest/mock/
Dmock_system_operation.cpp24 namespace V1_1 { namespace

12345