Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp124 napi_value constraintSourceType = nullptr; in OsAccountInit() local
125 napi_create_object(env, &constraintSourceType); in OsAccountInit()
126 SetEnumProperty(env, constraintSourceType, CONSTRAINT_NOT_EXIST, "CONSTRAINT_NOT_EXIST"); in OsAccountInit()
127 SetEnumProperty(env, constraintSourceType, CONSTRAINT_TYPE_BASE, "CONSTRAINT_TYPE_BASE"); in OsAccountInit()
128 SetEnumProperty(env, constraintSourceType, CONSTRAINT_TYPE_DEVICE_OWNER, "CONSTRAINT_TYPE_DEVICE_OWNER"); in OsAccountInit()
129 SetEnumProperty(env, constraintSourceType, CONSTRAINT_TYPE_PROFILE_OWNER, "CONSTRAINT_TYPE_PROFILE_OWNER"); in OsAccountInit()
139 DECLARE_NAPI_PROPERTY("ConstraintSourceType", constraintSourceType), in OsAccountInit()

Completed in 3 milliseconds