Searched refs:acceptPermissionsAndRunCommandAsync (Results 1 – 7 of 7) sorted by relevance
99 await TestUtils.acceptPermissionsAndRunCommandAsync(() => {163 await TestUtils.acceptPermissionsAndRunCommandAsync(() => {209 await TestUtils.acceptPermissionsAndRunCommandAsync(() => {240 await TestUtils.acceptPermissionsAndRunCommandAsync(() => {
49 await TestUtils.acceptPermissionsAndRunCommandAsync(() => {52 await TestUtils.acceptPermissionsAndRunCommandAsync(() => {
32 await TestUtils.acceptPermissionsAndRunCommandAsync(() => {35 await TestUtils.acceptPermissionsAndRunCommandAsync(() => {
23 const { status } = await TestUtils.acceptPermissionsAndRunCommandAsync(() => {368 const { status } = await TestUtils.acceptPermissionsAndRunCommandAsync(() => {
48 await TestUtils.acceptPermissionsAndRunCommandAsync(() => {
65 await TestUtils.acceptPermissionsAndRunCommandAsync(() => {
7 export async function acceptPermissionsAndRunCommandAsync(fn) { function