Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_common.cpp388 napi_value nLabelId = nullptr; in GetAuthenticatorInfoForResult() local
389 napi_create_int32(env, info.labelId, &nLabelId); in GetAuthenticatorInfoForResult()
390 napi_set_named_property(env, result, "labelId", nLabelId); in GetAuthenticatorInfoForResult()