Searched refs:GetAllAuthTokens (Results 1 – 2 of 2) sorted by relevance
84 static napi_value GetAllAuthTokens(napi_env env, napi_callback_info cbinfo);
106 DECLARE_NAPI_FUNCTION("getAllAuthTokens", GetAllAuthTokens), in Init()1514 napi_value NapiAppAccount::GetAllAuthTokens(napi_env env, napi_callback_info cbInfo) in GetAllAuthTokens() function in OHOS::AccountJsKit::NapiAppAccount