Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/src/
H A Dnapi_domain_account_manager.cpp116 napi_value napiAccountId = nullptr; in CreateNapiDomainAccountInfo() local
118 …i_create_string_utf8(env, domainAccountInfo.accountId_.c_str(), NAPI_AUTO_LENGTH, &napiAccountId)); in CreateNapiDomainAccountInfo()
119 NAPI_CALL(env, napi_set_named_property(env, napiInfo, "accountId", napiAccountId)); in CreateNapiDomainAccountInfo()