Searched refs:getLastDeveloperCodeSigningIdAsync (Results 1 – 3 of 3) sorted by relevance
4 import { getLastDeveloperCodeSigningIdAsync, setLastDeveloperCodeSigningIdAsync } from './settings';17 const lastSelected = await getLastDeveloperCodeSigningIdAsync();
4 export async function getLastDeveloperCodeSigningIdAsync(): Promise<string | null> { function
22 getLastDeveloperCodeSigningIdAsync: jest.fn(),73 asMock(Settings.getLastDeveloperCodeSigningIdAsync).mockResolvedValue('YYY');