Home
last modified time | relevance | path

Searched defs:Property (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_property.h25 struct Property { struct
34 struct SubProperty { argument
51 Property prop; argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dproperty.h100 struct Property { struct
103 PropertyTypeDecl type; argument
108 uint32_t flags; // PropertyFlags combination. (unused) argument
119 Property property; // property type for the elements in array or container argument
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/
H A Diam_executor_framework_types.h112 struct Property { struct
114 uint64_t authSubType;
116 int lockoutDuration;
118 int remainAttempts;
120 std::string enrollmentProgress;
122 std::string sensorInfo;
124 int32_t nextFailLockoutDuration;
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Djs_util_test.cpp27 struct Property { struct
28 std::string name;
29 std::string id;
30 std::string icon;
31 uint32_t iconId = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Darray_property_event_handler.h31 using Property = ArrayProperty<ValueType>; in META_BEGIN_NAMESPACE() local
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/pinauth/
H A D_property_pinauth_v11.md1 # Property chapter
H A D_property_v20.md1 # Property chapter
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/faceauth/
H A D_property_faceauth_v11.md1 # Property chapter
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/fingerauth/
H A D_property_fingerauth_v11.md1 # Property chapter
/ohos5.0/base/useriam/pin_auth/services/modules/common/inc/
H A Dpin_auth_hdi.h47 using Property = OHOS::HDI::PinAuth::V2_1::Property; variable
/ohos5.0/base/useriam/fingerprint_auth/services/inc/
H A Dfingerprint_auth_hdi.h42 using Property = OHOS::HDI::FingerprintAuth::V2_0::Property; variable
/ohos5.0/base/useriam/face_auth/services/inc/
H A Dface_auth_hdi.h42 using Property = OHOS::HDI::FaceAuth::V2_0::Property; variable
/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/include/
H A Dfingerprint_auth_hdi.h46 using Property = OHOS::HDI::FingerprintAuth::V2_0::Property; variable
/ohos5.0/drivers/peripheral/face_auth/hdi_service/include/
H A Dface_auth_hdi.h46 using Property = OHOS::HDI::FaceAuth::V2_0::Property; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp211 …const IEntityCollection& /*ec*/, const Property& /*property*/, uintptr_t offset, json::standalone_… in PropertyToJson()
219 …const IEntityCollection& /*ec*/, const json::value& jsonIn, const Property& /*property*/, uintptr_… in PropertyFromJson()
506 …[](const IEntityCollection& ec, const json::value& jsonIn, const Property& /*property*/, uintptr_t… in SetDefaultSerializers()
517 … [this](const IEntityCollection& ec, const json::value& jsonIn, const Property& /*property*/, in SetDefaultSerializers()
525 [this](const IEntityCollection& ec, const Property& /*property*/, uintptr_t offset, in SetDefaultSerializers()
530 … [this](const IEntityCollection& ec, const json::value& jsonIn, const Property& /*property*/, in SetDefaultSerializers()
531 uintptr_t offset) { in SetDefaultSerializers()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dproperty.cpp107 Property::Property() in Property() function in OHOS::Media::Property
116 Property::Property(uint16_t propCode, uint16_t propType, bool propWriteable, int value) in Property() function in OHOS::Media::Property
/ohos5.0/docs/en/application-dev/napi/
H A Dnapi-data-types-interfaces.md426 ### Property subsection