/drivers/peripheral/face_auth/hdi_service/include/ |
D | face_auth_hdi.h | 29 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/ |
D | fingerprint_auth_hdi.h | 29 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/ |
D | hdi_common_v1_1.h | 61 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/ |
D | pin_auth_hdi.h | 29 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/ |
D | hdf_motion_hdi_test.cpp | 27 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/ |
D | README_zh.md | 64 #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 = {};
|
D | README.md | 64 #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/ |
D | motion_fuzzer.cpp | 22 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/ |
D | user_auth_hdi_stub_fuzzer.cpp | 30 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/ |
D | thermalhdistub_fuzz.cpp | 28 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/ |
D | face_auth_interface_stub_fuzzer.cpp | 44 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/ |
D | powerhdistub_fuzz.cpp | 27 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/ |
D | fingerprint_auth_interface_stub_fuzzer.cpp | 42 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/ |
D | user_auth_hdi.h | 27 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/ |
D | sensorregisterandunregistercallback_fuzzer.cpp | 21 using namespace OHOS::HDI::Sensor::V1_1; 26 namespace V1_1 { namespace
|
/drivers/peripheral/motion/hdi_service/ |
D | motion_if_driver.cpp | 22 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/ |
D | camera_hdi_uttest_v1_1.cpp | 51 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>();
|
D | hdi_common_v1_1.cpp | 76 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/ |
D | fingerprint_auth_executor_stub_fuzzer.cpp | 47 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/ |
D | face_auth_hdi_stub_fuzzer.cpp | 48 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/ |
D | base_info_config.cpp | 22 namespace V1_1 { namespace
|
/drivers/peripheral/power/interfaces/hdi_service/src/ |
D | system_operation.h | 24 namespace V1_1 {
|
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthexecutorstub_fuzzer/ |
D | pin_auth_executor_stub_fuzzer.cpp | 52 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/ |
D | sensor_callback_impl.h | 25 namespace V1_1 {
|
/drivers/peripheral/power/test/unittest/mock/ |
D | mock_system_operation.cpp | 24 namespace V1_1 { namespace
|