/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/ |
H A D | all_in_one_impl_test.cpp | 90 result = impl->GetProperty(templateIdList, propertyTypes, property); in HWTEST_F() 148 result = impl->GetProperty(templateIdList, propertyTypes, property); in HWTEST_F() 152 result = impl->GetProperty(templateIdList, propertyTypes, property); in HWTEST_F()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_device.h | 53 int32_t GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop);
|
H A D | drm_device.cpp | 92 return GetProperty(crtc.GetId(), DRM_MODE_OBJECT_CRTC, name, prop);
in GetCrtcProperty() 97 return GetProperty(connector.GetId(), DRM_MODE_OBJECT_CONNECTOR, name, prop);
in GetConnectorProperty() 102 return GetProperty(plane.GetId(), DRM_MODE_OBJECT_PLANE, name, prop);
in GetPlaneProperty() 105 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop)
in GetProperty() function in OHOS::HDI::DrmDevice
|
/drivers/peripheral/face_auth/hdi_service/include/ |
H A D | all_in_one_executor_impl.h | 53 int32_t GetProperty(const std::vector<uint64_t> &templateIdList, const std::vector<int32_t> &propertyTypes,
|
/drivers/peripheral/fingerprint_auth/hdi_service/include/ |
H A D | all_in_one_executor_impl.h | 53 int32_t GetProperty(const std::vector<uint64_t> &templateIdList, const std::vector<int32_t> &propertyTypes,
|
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_device.cpp | 92 return GetProperty(crtc.GetId(), DRM_MODE_OBJECT_CRTC, name, prop); in GetCrtcProperty() 97 return GetProperty(connector.GetId(), DRM_MODE_OBJECT_CONNECTOR, name, prop); in GetConnectorProperty() 102 return GetProperty(plane.GetId(), DRM_MODE_OBJECT_PLANE, name, prop); in GetPlaneProperty() 105 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop) in GetProperty() function in OHOS::HDI::DrmDevice
|
/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | drm_device.h | 71 int32_t GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop);
|
/drivers/peripheral/pin_auth/hdi_service/service/inc/ |
H A D | all_in_one_impl.h | 49 int32_t GetProperty(const std::vector<uint64_t> &templateIdList, const std::vector<int32_t> &propertyTypes,
|
/drivers/peripheral/face_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 191 int32_t AllInOneExecutorImpl::GetProperty( in GetProperty() function in OHOS::HDI::FaceAuth::AllInOneExecutorImpl
|
/drivers/peripheral/fingerprint_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 191 int32_t AllInOneExecutorImpl::GetProperty( in GetProperty() function in OHOS::HDI::FingerprintAuth::AllInOneExecutorImpl
|
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/ |
H A D | pin_auth_hdi_fuzzer.cpp | 200 g_executorImpl.GetProperty(templateIdList, propertyTypes, property);
in FuzzGetProperty()
|
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/ |
H A D | all_in_one_executor_fuzzer.cpp | 237 g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in FuzzGetProperty()
|
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/ |
H A D | all_in_one_executor_fuzzer.cpp | 238 g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in FuzzGetProperty()
|
/drivers/peripheral/pin_auth/hdi_service/service/src/ |
H A D | all_in_one_impl.cpp | 324 int32_t AllInOneImpl::GetProperty(
in GetProperty() function in OHOS::HDI::PinAuth::AllInOneImpl
|