Lines Matching refs:withCString

840     gIOPMSettingAutoWakeCalendarKey = OSSymbol::withCString(kIOPMSettingAutoWakeCalendarKey);
841 gIOPMSettingAutoWakeSecondsKey = OSSymbol::withCString(kIOPMSettingAutoWakeSecondsKey);
842 gIOPMSettingDebugWakeRelativeKey = OSSymbol::withCString(kIOPMSettingDebugWakeRelativeKey);
843 gIOPMSettingMaintenanceWakeCalendarKey = OSSymbol::withCString(kIOPMSettingMaintenanceWakeCalendarKey);
844 gIOPMSettingSleepServiceWakeCalendarKey = OSSymbol::withCString(kIOPMSettingSleepServiceWakeCalendarKey);
847 gIOPMStatsApplicationResponseTimedOut = OSSymbol::withCString(kIOPMStatsResponseTimedOut);
848 gIOPMStatsApplicationResponseCancel = OSSymbol::withCString(kIOPMStatsResponseCancel);
849 gIOPMStatsApplicationResponseSlow = OSSymbol::withCString(kIOPMStatsResponseSlow);
851 sleepSupportedPEFunction = OSSymbol::withCString("IOPMSetSleepSupported");
852 sleepMessagePEFunction = OSSymbol::withCString("IOPMSystemSleepMessage");
856 OSSymbol::withCString(kIOPMSettingSleepOnPowerButtonKey),
858 OSSymbol::withCString(kIOPMSettingAutoPowerSecondsKey),
860 OSSymbol::withCString(kIOPMSettingAutoPowerCalendarKey),
862 OSSymbol::withCString(kIOPMSettingDebugPowerRelativeKey),
863 OSSymbol::withCString(kIOPMSettingWakeOnRingKey),
864 OSSymbol::withCString(kIOPMSettingRestartOnPowerLossKey),
865 OSSymbol::withCString(kIOPMSettingWakeOnClamshellKey),
866 OSSymbol::withCString(kIOPMSettingWakeOnACChangeKey),
867 OSSymbol::withCString(kIOPMSettingTimeZoneOffsetKey),
868 OSSymbol::withCString(kIOPMSettingDisplaySleepUsesDimKey),
869 OSSymbol::withCString(kIOPMSettingMobileMotionModuleKey),
870 OSSymbol::withCString(kIOPMSettingGraphicsSwitchKey),
871 OSSymbol::withCString(kIOPMStateConsoleShutdown),
926 _statsNameKey = OSSymbol::withCString(kIOPMStatsNameKey);
927 _statsPIDKey = OSSymbol::withCString(kIOPMStatsPIDKey);
928 _statsTimeMSKey = OSSymbol::withCString(kIOPMStatsTimeMSKey);
929 _statsResponseTypeKey = OSSymbol::withCString(kIOPMStatsApplicationResponseTypeKey);
930 _statsMessageTypeKey = OSSymbol::withCString(kIOPMStatsMessageTypeKey);
1187 const OSSymbol *publish_simulated_battery_string = OSSymbol::withCString("SoftwareSimulatedBatteries");
1188 const OSSymbol *boot_complete_string = OSSymbol::withCString("System Boot Complete");
1189 const OSSymbol *sys_shutdown_string = OSSymbol::withCString("System Shutdown");
1190 const OSSymbol *stall_halt_string = OSSymbol::withCString("StallSystemAtHalt");
1191 const OSSymbol *battery_warning_disabled_string = OSSymbol::withCString("BatteryWarningsDisabled");
1192 const OSSymbol *idle_seconds_string = OSSymbol::withCString("System Idle Seconds");
1193 const OSSymbol *sleepdisabled_string = OSSymbol::withCString("SleepDisabled");
1194 const OSSymbol *ondeck_sleepwake_uuid_string = OSSymbol::withCString(kIOPMSleepWakeUUIDKey);
1195 const OSSymbol *loginwindow_tracepoint_string = OSSymbol::withCString(kIOPMLoginWindowSecurityDebugKey);
1196 const OSSymbol *pmTimelineLogging_string = OSSymbol::withCString(kIOPMTimelineDictionaryKey);
1198 const OSSymbol *hibernatemode_string = OSSymbol::withCString(kIOHibernateModeKey);
1199 const OSSymbol *hibernatefile_string = OSSymbol::withCString(kIOHibernateFileKey);
1200 const OSSymbol *hibernatefilemin_string = OSSymbol::withCString(kIOHibernateFileMinSizeKey);
1201 const OSSymbol *hibernatefilemax_string = OSSymbol::withCString(kIOHibernateFileMaxSizeKey);
1202 const OSSymbol *hibernatefreeratio_string = OSSymbol::withCString(kIOHibernateFreeRatioKey);
1203 const OSSymbol *hibernatefreetime_string = OSSymbol::withCString(kIOHibernateFreeTimeKey);
1206 const OSSymbol *suspendPMClient_string = OSSymbol::withCString(kPMSuspendedNotificationClients);
4211 const OSSymbol * setting = OSSymbol::withCString(kIOPMSettingRestartOnPowerLossKey);
6004 OSString *pbs = OSString::withCString("DisablePowerButtonSleep");
6565 appname = OSSymbol::withCString(name);
8100 track.ownerString = whoItIs ? OSSymbol::withCString(whoItIs) : 0;