Searched refs:SpringBoard (Results 1 – 5 of 5) sorted by relevance
30 SpringBoard = 3 enumerator
38 case SpringBoard: { in AsString()
4 SBSLaunchApplication macro from the SpringBoard.framework, use the actual551 currently uses SpringBoard.575 * DNBError.h (FlavorType): Added SpringBoard error type for arm builds.576 * DNBError.cpp (DNBError::AsString): Now returns SpringBoard error strings577 if the error type is SpringBoard.579 RNBContext as either a POSIX error or a SpringBoard error.585 any error string descriptions, including SpringBoard errors.666 (DNBProcessSBLaunch): Removed function as launching with SpringBoard can 669 (DNBProcessSBAttach): Removed function (SpringBoard processes are now auto676 for SpringBoard flags and we now detect if a process belongs to SpringBoard[all …]
2990 // Tell SpringBoard to halt the next launch of this application on startup.3211 DNBLog("[LaunchAttach] START (%d) requesting SpringBoard launch of app "3224 attach_err.SetError(sbs_error, DNBError::SpringBoard);3320 // Tell SpringBoard to cancel the debug on next launch of this application3332 err_str.SetError(sbs_error, DNBError::SpringBoard);3406 DNBLog("Failed to launch '%s' with SpringBoard", app_bundle_path.c_str());3903 // Variable=value but SpringBoard wants a CF dictionary. So we have to3973 // Find SpringBoard3983 launch_err.SetError(sbs_error, DNBError::SpringBoard);
752 // Request a renewal for every 60 seconds if we attached using SpringBoard