Home
last modified time | relevance | path

Searched refs:scm (Results 1 – 25 of 40) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/
Dmain_winsvc.c256 SC_HANDLE svc, scm; in register_service() local
261 scm = OpenSCManager(0, 0, SC_MANAGER_CREATE_SERVICE); in register_service()
262 if (!scm) { in register_service()
267 svc = CreateService(scm, WPASVC_NAME, WPASVC_DISPLAY_NAME, in register_service()
274 CloseServiceHandle(scm); in register_service()
287 CloseServiceHandle(scm); in register_service()
297 SC_HANDLE svc, scm; in unregister_service() local
302 scm = OpenSCManager(0, 0, SC_MANAGER_CREATE_SERVICE); in unregister_service()
303 if (!scm) { in unregister_service()
308 svc = OpenService(scm, WPASVC_NAME, SERVICE_ALL_ACCESS | DELETE); in unregister_service()
[all …]
/external/mdnsresponder/mDNSWindows/
DVPCDetect.cpp38 SC_HANDLE scm = NULL; in IsVPCRunning() local
50 scm = OpenSCManager( 0, 0, SC_MANAGER_CONNECT ); in IsVPCRunning()
51 err = translate_errno( scm, (OSStatus) GetLastError(), kOpenErr ); in IsVPCRunning()
54 service = OpenService( scm, TEXT( "winmgmt" ), SERVICE_QUERY_STATUS ); in IsVPCRunning()
154 if ( scm ) in IsVPCRunning()
156 CloseServiceHandle( scm ); in IsVPCRunning()
/external/droiddriver/
Dmaven.gradle29 scm {
30 connection "scm:git:${ddGit}"
31 developerConnection "scm:git:${ddGit}"
/external/testng/gradle/
Dpublishing-maven.gradle58 scm {
59 connection 'scm:git:https://github.com/cbeust/testng.git'
60 developerConnection 'scm:git:git@github.com:cbeust/testng.git'
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp1791 SC_HANDLE svc, scm; in startService() local
1793 scm = OpenSCManager(0, 0, SC_MANAGER_CONNECT); in startService()
1794 if (!scm) { in startService()
1799 svc = OpenService(scm, WPASVC_NAME, SERVICE_START); in startService()
1802 CloseServiceHandle(scm); in startService()
1812 CloseServiceHandle(scm); in startService()
1818 SC_HANDLE svc, scm; in stopService() local
1821 scm = OpenSCManager(0, 0, SC_MANAGER_CONNECT); in stopService()
1822 if (!scm) { in stopService()
1827 svc = OpenService(scm, WPASVC_NAME, SERVICE_STOP); in stopService()
[all …]
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c390 SC_HANDLE scm; in InstallService() local
397 scm = NULL; in InstallService()
408 scm = OpenSCManager( NULL, NULL, SC_MANAGER_ALL_ACCESS ); in InstallService()
409 err = translate_errno( scm, (OSStatus) GetLastError(), kOpenErr ); in InstallService()
412 …service = CreateService( scm, inName, inDisplayName, SERVICE_ALL_ACCESS, SERVICE_WIN32_SHARE_PROCE… in InstallService()
423 err = SetServiceInfo( scm, inName, inDescription ); in InstallService()
439 if( scm ) in InstallService()
441 CloseServiceHandle( scm ); in InstallService()
453 SC_HANDLE scm; in RemoveService() local
458 scm = NULL; in RemoveService()
[all …]
/external/conscrypt/android/
Dbuild.gradle170 scm {
171 connection 'scm:git:https://github.com/google/conscrypt.git'
172 developerConnection 'scm:git:git@github.com:google/conscrypt.git'
/external/kmod/
DREADME19 git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
20 http://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
21 https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
/external/ltp/
D.gitmodules3 url = git://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git
/external/conscrypt/
Dbuild.gradle199 scm {
200 connection 'scm:git:https://github.com/google/conscrypt.git'
201 developerConnection 'scm:git:git@github.com:google/conscrypt.git'
/external/smali/
Dbuild.gradle170 scm {
171 connection 'scm:git:git://github.com/JesusFreke/smali.git'
172 developerConnection 'scm:git:git@github.com:JesusFreke/smali.git'
/external/autotest/client/tests/cyclictest/
Dcontrol4 URL http://www.kernel.org/pub/scm/linux/kernel/git/tglx/rt-tests.git
/external/dtc/scripts/
Dkup-dtc3 REMOTE_GIT=/pub/scm/utils/dtc/dtc.git
/external/libcap/
DCHANGELOG11 git clone git://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git
/external/iproute2/
DREADME.devel8 git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
DREADME10 git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101019_1345/META-INF/
DMANIFEST.MF12 Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/META-INF/
DMANIFEST.MF12 Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/rt:
/external/clang/
D.gitignore3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
/external/libpng/scripts/
Dmakefile.amiga22 LDLIBS= libpng.lib libgz.lib LIB:scm.lib LIB:sc.lib Lib:amiga.lib
/external/llvm/
D.gitignore3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
/external/hamcrest/
Dbuild.gradle86 scm {
/external/smali/util/
Dbuild.gradle43 scm {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-starteam.jar ... apache/tools/ant/taskdefs/optional/scm/ org/apache/tools/ant/taskdefs ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/META-INF/
DMANIFEST.MF5 Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/ecl

12