Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account.h105 …static napi_value GetAccountsByOwnerInternal(napi_env env, napi_callback_info cbinfo, bool isThrow…
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account.cpp840 return GetAccountsByOwnerInternal(env, cbInfo, false); in GetAllAccounts()
845 return GetAccountsByOwnerInternal(env, cbInfo, true); in GetAccountsByOwner()
848 napi_value NapiAppAccount::GetAccountsByOwnerInternal(napi_env env, napi_callback_info cbInfo, bool… in GetAccountsByOwnerInternal() function in OHOS::AccountJsKit::NapiAppAccount