Home
last modified time | relevance | path

Searched refs:EventInstance (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Diagnostics/
H A DEventInstanceTest.cs47 EventInstance ei = null; in Constructor1()
54 ei = new EventInstance (0, 0); in Constructor1()
69 new EventInstance (-1, 10); in Constructor1_InstanceId_Invalid()
91 new EventInstance (5, -1); in Constructor1_CategoryId_Invalid()
112 EventInstance ei = null; in Constructor2()
186 EventInstance ei = new EventInstance (5, 10); in CategoryId()
201 EventInstance ei = new EventInstance (5, 10, EventLogEntryType.Error); in CategoryId_Invalid()
227 EventInstance ei = new EventInstance (5, 10); in InstanceId()
242 EventInstance ei = new EventInstance (5, 10, EventLogEntryType.Error); in InstanceId_Invalid()
270 EventInstance ei = new EventInstance (5, 10, EventLogEntryType.Error); in EntryType()
[all …]
H A DEventLogTest.cs6893 EventInstance instance = new EventInstance (5, 1, in WriteEvent1_Source_Empty()
6918 EventInstance instance = new EventInstance (5, 1, in WriteEvent1_Source_DoesNotExist()
7143 EventInstance instance = new EventInstance (5, 1, in WriteEvent2_Source_Empty()
7169 EventInstance instance = new EventInstance (5, 1, in WriteEvent2_Source_DoesNotExist()
7267 EventInstance instance = new EventInstance (5, 666, in WriteEvent3()
7340 EventInstance instance = new EventInstance (5, 1, in WriteEvent3_Source_Empty()
7357 EventInstance instance = new EventInstance (666, 1, in WriteEvent3_Source_DoesNotExist()
7413 EventInstance instance = new EventInstance (5, 666, in WriteEvent3_Values_Null()
7463 EventInstance instance = new EventInstance (5, 666, in WriteEvent4()
7536 EventInstance instance = new EventInstance (5, 444, in WriteEvent4_Data_Null()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/tests/
H A DEventInstanceTests.cs18 EventInstance eventInstance = new EventInstance(instanceId, categoryId); in EventInstanceCreation()
28 Assert.Throws<ArgumentOutOfRangeException>(() => new EventInstance(-1, 0)); in EventInstanceOutOfRangeException()
29 Assert.Throws<ArgumentOutOfRangeException>(() => new EventInstance(0, -1)); in EventInstanceOutOfRangeException()
30 Assert.Throws<ArgumentOutOfRangeException>(() => new EventInstance(-1, -1)); in EventInstanceOutOfRangeException()
31 Assert.Throws<ArgumentOutOfRangeException>(() => new EventInstance(0, int.MaxValue)); in EventInstanceOutOfRangeException()
32 Assert.Throws<ArgumentOutOfRangeException>(() => new EventInstance(long.MaxValue, 0)); in EventInstanceOutOfRangeException()
38EventInstance eventInstance = new EventInstance(instanceId, categoryId, EventLogEntryType.Warning); in EventInstanceCreationWithType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DEventLogTraceListener.cs140 EventInstance data = CreateEventInstance(severity, id); in TraceEvent()
168 EventInstance data = CreateEventInstance(severity, id); in TraceEvent()
178 EventInstance inst = CreateEventInstance(severity, id); in TraceData()
189 EventInstance inst = CreateEventInstance(severity, id); in TraceData()
205 private EventInstance CreateEventInstance(TraceEventType severity, int id) { in CreateEventInstance()
217 EventInstance data = new EventInstance(id, 0); in CreateEventInstance()
H A DEventData.cs7 public class EventInstance { class
12 public EventInstance(long instanceId, int categoryId) { in EventInstance() method in System.Diagnostics.EventInstance
17 …public EventInstance(long instanceId, int categoryId, EventLogEntryType entryType) : this (instan… in EventInstance() method in System.Diagnostics.EventInstance
H A DEventLog.cs1432 public void WriteEvent(EventInstance instance, params Object[] values) { in WriteEvent()
1437 public void WriteEvent(EventInstance instance, byte[] data, params Object[] values) { in WriteEvent()
1441 … public static void WriteEvent(string source, EventInstance instance, params Object[] values) { in WriteEvent()
1447 …public static void WriteEvent(string source, EventInstance instance, byte[] data, params Object[] … in WriteEvent()
H A DEventLogInternal.cs1642 public void WriteEvent(EventInstance instance, params Object[] values) { in WriteEvent()
1647 public void WriteEvent(EventInstance instance, byte[] data, params Object[] values) { in WriteEvent()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/ref/
H A DSystem.Diagnostics.EventLog.cs14 public partial class EventInstance class
16 public EventInstance(long instanceId, int categoryId) { } in EventInstance() method in System.Diagnostics.EventInstance
17 …public EventInstance(long instanceId, int categoryId, System.Diagnostics.EventLogEntryType entryTy… in EventInstance() method in System.Diagnostics.EventInstance
92 …public void WriteEvent(System.Diagnostics.EventInstance instance, byte[] data, params object[] val… in WriteEvent()
93 … public void WriteEvent(System.Diagnostics.EventInstance instance, params object[] values) { } in WriteEvent()
94 …public static void WriteEvent(string source, System.Diagnostics.EventInstance instance, byte[] dat… in WriteEvent()
95 …public static void WriteEvent(string source, System.Diagnostics.EventInstance instance, params obj… in WriteEvent()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DEventInstance.cs34 public class EventInstance class
40 public EventInstance (long instanceId, int categoryId) in EventInstance() method in System.Diagnostics.EventInstance
45 public EventInstance (long instanceId, int categoryId, EventLogEntryType entryType) in EventInstance() method in System.Diagnostics.EventInstance
H A DEventLog.cs468 public void WriteEvent (EventInstance instance, params object [] values) in WriteEvent()
474 public void WriteEvent (EventInstance instance, byte [] data, params object [] values) in WriteEvent()
497 public static void WriteEvent (string source, EventInstance instance, params object [] values) in WriteEvent()
502 …public static void WriteEvent (string source, EventInstance instance, byte [] data, params object … in WriteEvent()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/src/System/Diagnostics/
H A DEventData.cs9 public class EventInstance class
15 public EventInstance(long instanceId, int categoryId) in EventInstance() method in System.Diagnostics.EventInstance
21 …public EventInstance(long instanceId, int categoryId, EventLogEntryType entryType) : this(instance… in EventInstance() method in System.Diagnostics.EventInstance
H A DEventLog.cs1018 public void WriteEvent(EventInstance instance, params Object[] values) in WriteEvent()
1023 public void WriteEvent(EventInstance instance, byte[] data, params Object[] values) in WriteEvent()
1028 public static void WriteEvent(string source, EventInstance instance, params Object[] values) in WriteEvent()
1036 …public static void WriteEvent(string source, EventInstance instance, byte[] data, params Object[] … in WriteEvent()
H A DEventLogInternal.cs1364 public void WriteEvent(EventInstance instance, byte[] data, params Object[] values) in WriteEvent()
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/api/v2010/account/call/
H A Devent.py149 return EventInstance(
166 class EventInstance(InstanceResource): class
175 super(EventInstance, self).__init__(version)
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/models/event/
H A DSingleEventDef.ts2 import EventInstance from './EventInstance'
20 return new EventInstance(
H A DRecurringEventDef.ts4 import EventInstance from './EventInstance'
49 new EventInstance(
H A DEventInstance.ts2 export default class EventInstance { class
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/insights/v1/call/
H A Devent.py161 return EventInstance(self._version, payload, call_sid=self._solution['call_sid'], )
173 class EventInstance(InstanceResource): class
199 super(EventInstance, self).__init__(version)
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/monitor/v1/
H A Devent.py224 return EventInstance(self._version, payload, )
263 return EventInstance(self._version, payload, sid=self._solution['sid'], )
276 class EventInstance(InstanceResource): class
285 super(EventInstance, self).__init__(version)
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/taskrouter/v1/workspace/
H A Devent.py262 … return EventInstance(self._version, payload, workspace_sid=self._solution['workspace_sid'], )
302 return EventInstance(
320 class EventInstance(InstanceResource): class
329 super(EventInstance, self).__init__(version)
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/
H A Dexports.ts121 export { default as EventInstance } from './models/event/EventInstance'
H A DView.ts10 import EventInstance from './models/event/EventInstance'
31 selectedEventInstance: EventInstance
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/tests/EventLogTests/
H A DEventLogWriteEntryTests.cs15 private readonly EventInstance eventInstance = new EventInstance(0, 1);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/dist/
H A Dfullcalendar.d.ts580 import EventInstance from 'fullcalendar/EventInstance';
583 buildInstances(): EventInstance[];
584 buildInstance(): EventInstance;
1264 import EventInstance from 'fullcalendar/EventInstance';
1276 selectedEventInstance: EventInstance;
2489 export { default as EventInstance } from 'fullcalendar/EventInstance';
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/
H A Dnet_4_x_System.dll.sources100 System.Diagnostics/EventInstance.cs

12