Searched refs:DateTime (Results 1 – 13 of 13) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/nn/ec/ |
| D | ec_DateTime.h | 26 class DateTime : public RootObject 52 DateTime(); 60 DateTime(const char* pFormatted); 78 DateTime(u16 year, u8 month, u8 day, u8 hour = 0, u8 minute = 0, u8 second = 0); 148 bool operator==(const DateTime& dateTime) const; 157 bool operator!=(const DateTime& dateTime) const; 166 bool operator>(const DateTime& dateTime) const; 175 bool operator<(const DateTime& dateTime) const; 184 bool operator>=(const DateTime& dateTime) const; 193 bool operator<=(const DateTime& dateTime) const; [all …]
|
| D | ec_Item.h | 131 DateTime GetReleaseDate() const;
|
| D | ec_Api.h | 247 nn::Result GetServerTime(DateTime* pServerTime);
|
| /CafeSDK-2.12.13-1/system/src/tool/CatLog/ |
| D | CatLog.cs | 46 DateTime time = Date.ToLocalTime(); 53 public DateTime Date { get; set; } 191 DateTime now = DateTime.Now; in Save()
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | CafeEvtLog.cs | 109 public void WriteToEventLog(Int32 id, DateTime time, string strErrDetail) in WriteToEventLog() 114 …public void WriteToEventLog(Int32 id, DateTime time, string status, string process, string strErrD… in WriteToEventLog()
|
| D | MionUDP.cs | 263 DateTime current_time = DateTime.Now; in ScanLocalSubnetForMIONs() 264 DateTime target_time = current_time.AddMilliseconds(10); in ScanLocalSubnetForMIONs() 270 while (DateTime.Now < target_time) in ScanLocalSubnetForMIONs()
|
| D | Character stream dumper.cs | 58 protected DateTime startTime = DateTime.Now; 523 if (this.startTime.AddSeconds(DK_READY_TIMEOUT).CompareTo(DateTime.Now) < 0) in BufferOrDiscardDKInput() 627 this.startTime = DateTime.Now; in input_thread_proc() 649 … if (startTime.AddSeconds(DK_READY_TIMEOUT).CompareTo(DateTime.Now) < 0) in input_thread_proc() 719 this.startTime = DateTime.Now; in input_thread_proc() 1072 DateTime now = DateTime.Now; in RelaySerialCharacters() 1073 DateTime give_up = now.AddSeconds(DEBUG_PORT_CONNECTION_TIMEOUT); in RelaySerialCharacters() 1083 if (DateTime.Now > give_up) in RelaySerialCharacters() 1236 private static DateTime evtProfile; 1301 CatToucan.evtProfile = DateTime.Now; //Log the current PC Time in HandleCafeEvents() [all …]
|
| D | Program.cs | 434 …CafeXEventtLog.Instance.WriteToEventLog(500, DateTime.Now, EventStatus.BEGIN, EventProcess.CAFEX, … in Main() 692 DateTime.Now.ToString("yyyyMMddHHmm") + ".log"; in Main() 693 string errorLog = "CafeX error log\nDate:" + DateTime.Now + "\nError message:" + in Main() 737 …CafeXEventtLog.Instance.WriteToEventLog(501, DateTime.Now, EventStatus.END, EventProcess.CAFEX, "E… in Main() 1040 … DateTime buildDate = new DateTime(2000, 1, 1); // Start at 1/1/2000 in DoCommand()
|
| D | ExecutableClasses.cs | 544 DateTime maxTime = DateTime.Now.AddMilliseconds((double)timeout); in help() 560 while (maxTime.CompareTo(DateTime.Now) > 0); in help() 832 long start = DateTime.Now.Ticks; in launch_retry_thread() 842 …ormat("cosdebug.launch_retry_thread: waited {0}mS.", TimeSpan.FromTicks(DateTime.Now.Ticks - start… in launch_retry_thread() 851 …ormat("cosdebug.launch_retry_thread: waited {0}mS.", TimeSpan.FromTicks(DateTime.Now.Ticks - start… in launch_retry_thread() 973 …2, string.Format("[{0}] [BEGIN] [CafeX] System is doing FAST RELAUNCH", DateTime.Now.ToString("HH:… in try_launch() 1263 string args = Convert.ToString((int)DateTime.Now.Ticks); in SendKillRestartAndResponse() 1512 CafeXEventtLog.Instance.WriteToEventLog(900, DateTime.Now, ProfComment); in start()
|
| D | Tools.cs | 1064 private static DateTime entryAssemblyTs; 1201 DateTime tempExeTs; in ExpandExecutable() 1540 …- DEBUG: {1} ] {2}", System.Diagnostics.Process.GetCurrentProcess().Id, DateTime.Now.ToString("yyy… in WriteLine()
|
| D | CafeFunctions.cs | 1495 … sw.WriteLine("----- MION telnet debug log @ " + DateTime.Now.ToLocalTime().ToString() + " -----"); in hoststop() 1736 PCFS_SYNC_DATE.value = DateTime.Now.ToString("yyyy-MM-dd-HH-mm-ss-ffff"); in startBootRun() 3522 PCFS_LOG_TIMESTAMP.value = DateTime.Now.ToString("HHmmss"); in run() 3633 …CafeXEventtLog.Instance.WriteToEventLog(562, DateTime.Now, EventStatus.BEGIN, EventProcess.CAFEX, … in run() 3697 … PCFS_SYNC_DATE.value = DateTime.Now.ToString("yyyy-MM-dd-HH-mm-ss-ffff"); in run() 3948 …CafeXEventtLog.Instance.WriteToEventLog(562, "[" + DateTime.Now.ToString("HH:mm:ss:fff") + "] [BEG… in run() 3969 …CafeXEventtLog.Instance.WriteToEventLog(552, DateTime.Now, EventStatus.BEGIN, EventProcess.CAFEX, … in run() 4752 …CafeXEventtLog.Instance.WriteToEventLog(572, DateTime.Now, EventStatus.DISCRETE, EventProcess.CAFE… in hostrun() 6168 SCRIPT_EXE_TIMESTAMP.value = DateTime.Now.ToString("MMMdd_yyyy_HHmmss"); in recover() 6580 SCRIPT_EXE_TIMESTAMP.value = DateTime.Now.ToString("MMMdd_yyyy_HHmmss"); in cleardata() [all …]
|
| /CafeSDK-2.12.13-1/system/include/nn/fp/ |
| D | fp_Api.h | 351 nn::Result GetFriendApprovalTime(DateTime* pTimeList, const PrincipalId* pPidList, size_t size); 367 nn::Result GetFriendSortTime(DateTime* pTimeList, const PrincipalId* pPidList, size_t size); 446 nn::Result GetBlackListAdditionalTime(DateTime* pTimeList, const PrincipalId* pPidList, size_t size…
|
| D | fp_Types.h | 246 struct DateTime struct
|