Home
last modified time | relevance | path

Searched refs:GetProperty (Results 1 - 14 of 14) sorted by relevance

/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/
H A Dall_in_one_impl_test.cpp90 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 Ddrm_device.h53 int32_t GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop);
H A Ddrm_device.cpp92 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 Dall_in_one_executor_impl.h53 int32_t GetProperty(const std::vector<uint64_t> &templateIdList, const std::vector<int32_t> &propertyTypes,
/drivers/peripheral/fingerprint_auth/hdi_service/include/
H A Dall_in_one_executor_impl.h53 int32_t GetProperty(const std::vector<uint64_t> &templateIdList, const std::vector<int32_t> &propertyTypes,
/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_device.cpp92 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 Ddrm_device.h71 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 Dall_in_one_impl.h49 int32_t GetProperty(const std::vector<uint64_t> &templateIdList, const std::vector<int32_t> &propertyTypes,
/drivers/peripheral/face_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp191 int32_t AllInOneExecutorImpl::GetProperty( in GetProperty() function in OHOS::HDI::FaceAuth::AllInOneExecutorImpl
/drivers/peripheral/fingerprint_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp191 int32_t AllInOneExecutorImpl::GetProperty( in GetProperty() function in OHOS::HDI::FingerprintAuth::AllInOneExecutorImpl
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H A Dpin_auth_hdi_fuzzer.cpp200 g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in FuzzGetProperty()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp237 g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in FuzzGetProperty()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp238 g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in FuzzGetProperty()
/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dall_in_one_impl.cpp324 int32_t AllInOneImpl::GetProperty( in GetProperty() function in OHOS::HDI::PinAuth::AllInOneImpl

Completed in 7 milliseconds