Home
last modified time | relevance | path

Searched refs:initAlgorithm (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_constant.cpp142 napi_value initAlgorithm = nullptr; in SetPropertyTypeConstructor() local
144 …nv, napi_create_int32(env, static_cast<int32_t>(SetPropertyType::INIT_ALGORITHM), &initAlgorithm)); in SetPropertyTypeConstructor()
145 NAPI_CALL(env, napi_set_named_property(env, setPropertyType, "INIT_ALGORITHM", initAlgorithm)); in SetPropertyTypeConstructor()