Home
last modified time | relevance | path

Searched refs:ParseGetDomainAccountInfoOptions (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.cpp1473 static bool ParseGetDomainAccountInfoOptions(napi_env env, napi_value object, DomainAccountInfo &in… in ParseGetDomainAccountInfoOptions() function
1522 if (!ParseGetDomainAccountInfoOptions(env, argv[0], asyncContext->domainInfo)) { in ParseParamForGetAccountInfo()