Searched refs:authResults (Results 1 - 3 of 3) sorted by relevance
/base/security/access_token/interfaces/kits/cj/accesstoken/src/ |
H A D | at_manager_impl.cpp | 359 static void fillRequestResult(CArrString& permissions, CArrI32& authResults, std::vector<std::string> permissionList, in fillRequestResult() argument 367 authResults.size = (int64_t)permissionsState.size(); in fillRequestResult() 368 authResults.head = VectorToCArrInt32(permissionsState); in fillRequestResult() 387 .data = { .permissions = {.head = nullptr, .size = 0}, .authResults = {.head = nullptr, .size = 0} }}; in GrantResultsCallback() 388 fillRequestResult(ret.data.permissions, ret.data.authResults, permissions, grantResults); in GrantResultsCallback() 502 .data = { .permissions = {.head = nullptr, .size = 0}, .authResults = {.head = nullptr, .size = 0} }}; in GrantResultsCallbackUI() 503 fillRequestResult(ret.data.permissions, ret.data.authResults, permissionList, newGrantResults); in GrantResultsCallbackUI() 638 .permissions = {.head = nullptr, .size = 0}, .authResults = {.head = nullptr, .size = 0} } }; in RequestPermissionsFromUser() 658 fillRequestResult(ret.data.permissions, ret.data.authResults, asyncContext->permissionList, in RequestPermissionsFromUser()
|
/base/security/access_token/interfaces/kits/cj/accesstoken/include/ |
H A D | at_manager_impl.h | 37 CArrI32 authResults; member
|
/base/web/webview/interfaces/kits/napi/js/ |
H A D | webview_export.js | 316 if (PermissionRequestResult.authResults[0] === 0) {
|
Completed in 4 milliseconds