Home
last modified time | relevance | path

Searched refs:CanShutdown (Results 1 – 25 of 72) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ServiceProcess.ServiceController/tests/
H A DSafeServiceControllerTests.cs32 Assert.False(service.CanShutdown, "KeyIso.CanShutdown"); in GetServices()
41 Assert.False(service.CanShutdown, "SamSs.CanShutdown"); in GetServices()
48 Assert.True(service.CanShutdown, "EventLog.CanShutdown"); in GetServices()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ServiceProcess.ServiceController/ref/
H A DSystem.ServiceProcess.ServiceController.cs34 public bool CanShutdown { get { throw null; } set { } } property in System.ServiceProcess.ServiceBase
64 public bool CanShutdown { get { throw null; } } property in System.ServiceProcess.ServiceController
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/win/src/remotesandboxbroker/
H A DRemoteSandboxBrokerProcessParent.h28 bool CanShutdown() override { return true; } in CanShutdown() function
/dports/www/firefox/firefox-99.0/security/sandbox/win/src/remotesandboxbroker/
H A DRemoteSandboxBrokerProcessParent.h28 bool CanShutdown() override { return true; } in CanShutdown() function
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/win/src/remotesandboxbroker/
H A DRemoteSandboxBrokerProcessParent.h28 bool CanShutdown() override { return true; } in CanShutdown() function
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/win/src/remotesandboxbroker/
H A DRemoteSandboxBrokerProcessParent.h28 bool CanShutdown() override { return true; } in CanShutdown() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceProcess/System.ServiceProcess/
H A DServiceControllerImpl.cs49 public abstract bool CanShutdown { property in System.ServiceProcess.ServiceControllerImpl
H A DServiceController.cs90 public bool CanShutdown { property in System.ServiceProcess.ServiceController
94 return _impl.CanShutdown;
H A DUnixServiceController.cs45 public override bool CanShutdown { property in System.ServiceProcess.UnixServiceController
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DPDFiumProcessParent.h41 bool CanShutdown() override { return true; } in CanShutdown() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/gmp/
H A DGMPProcessParent.h33 bool CanShutdown() override { return true; } in CanShutdown() function
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/gmp/
H A DGMPProcessParent.h34 bool CanShutdown() override { return true; } in CanShutdown() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceProcess/Test/System.ServiceProcess/
H A DServiceControllerTest.cs125 bool value = sc.CanShutdown; in Constructor1()
227 Assert.IsTrue (sc.CanShutdown, "#B1"); in Constructor2()
282 Assert.IsTrue (sc.CanShutdown, "#B1"); in Constructor2_Name_DisplayName()
312 Assert.IsTrue (sc.CanShutdown, "#B1"); in Constructor2_Name_ServiceName()
639 public void CanShutdown () in CanShutdown() method in MonoTests.System.ServiceProcess.ServiceControllerTest
652 bool value = sc.CanShutdown; in CanShutdown()
681 bool canShutdown = sc.CanShutdown; in CanShutdown_Machine_DoesNotExist()
708 Assert.IsFalse (sc1.CanShutdown); in CanShutdown_Service_Disabled()
719 bool value = sc.CanShutdown; in CanShutdown_Service_DoesNotExist()
746 Assert.IsFalse (sc1.CanShutdown); in CanShutdown_Service_OperationNotValid()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/gmp/
H A DGMPProcessParent.h32 bool CanShutdown() override { return true; } in CanShutdown() function
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/ipc/
H A DPluginProcessParent.h61 virtual bool CanShutdown() override in CanShutdown() function
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gmp/
H A DGMPProcessParent.h32 bool CanShutdown() override { return true; } in CanShutdown() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/vr/ipc/
H A DVRProcessParent.h49 bool CanShutdown() override { return true; } in CanShutdown() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.ServiceProcess.ServiceController/
H A DServiceController_mobile.cs48 public bool CanShutdown property in System.ServiceProcess.ServiceController
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/ipc/
H A DPluginProcessParent.h58 virtual bool CanShutdown() override { return true; } in CanShutdown() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/vr/ipc/
H A DVRProcessParent.h49 bool CanShutdown() override { return true; } in CanShutdown() function
/dports/www/firefox/firefox-99.0/dom/media/gmp/
H A DGMPProcessParent.h32 bool CanShutdown() override { return true; } in CanShutdown() function
/dports/www/firefox/firefox-99.0/gfx/vr/ipc/
H A DVRProcessParent.h49 bool CanShutdown() override { return true; } in CanShutdown() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/vr/ipc/
H A DVRProcessParent.h49 bool CanShutdown() override { return true; } in CanShutdown() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gmp/
H A DGMPProcessParent.h32 bool CanShutdown() override { return true; } in CanShutdown() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/ipc/
H A DPluginProcessParent.h62 virtual bool CanShutdown() override { return true; } in CanShutdown() function

123