Searched refs:QueryActivatedOsAccountIdsInner (Results 1 - 2 of 2) sorted by relevance
/base/account/os_account/interfaces/kits/napi/osaccount/include/ |
H A D | napi_os_account.h | 283 napi_value QueryActivatedOsAccountIdsInner(napi_env env, napi_callback_info cbInfo, bool throwErr);
|
/base/account/os_account/interfaces/kits/napi/osaccount/src/ |
H A D | napi_os_account.cpp | 686 return QueryActivatedOsAccountIdsInner(env, cbInfo, true); in GetActivatedOsAccountIds() 691 return QueryActivatedOsAccountIdsInner(env, cbInfo, false); in QueryActivatedOsAccountIds() 694 napi_value QueryActivatedOsAccountIdsInner(napi_env env, napi_callback_info cbInfo, bool throwErr) in QueryActivatedOsAccountIdsInner() function 712 napi_create_string_utf8(env, "QueryActivatedOsAccountIdsInner", NAPI_AUTO_LENGTH, &resource); in QueryActivatedOsAccountIdsInner()
|
Completed in 4 milliseconds