Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_info.h40 struct ConstraintSourceTypeInfo : public Parcelable { struct
43 ConstraintSourceTypeInfo() = default; argument
44 ConstraintSourceTypeInfo(int32_t id, ConstraintSourceType type) : localId(id), typeInfo(type) {} in ConstraintSourceTypeInfo() argument