OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExecCommand
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
ExecCommand.java
3
public enum
ExecCommand
{Browser, GetCert, UseClientCertTLS, UploadMO}
OSUCommand.java
17
private final
ExecCommand
mExecCommand;
21
private static final Map<String,
ExecCommand
> sExecs = new HashMap<>();
29
sExecs.put("launchbrowsertouri",
ExecCommand
.Browser);
30
sExecs.put("getcertificate",
ExecCommand
.GetCert);
31
sExecs.put("useclientcerttls",
ExecCommand
.UseClientCertTLS);
32
sExecs.put("uploadmo",
ExecCommand
.UploadMO);
114
public
ExecCommand
getExecCommand() {
126
",
execCommand
=" + mExecCommand +
PostDevDataResponse.java
33
public
ExecCommand
getExecCommand() {
OSUClient.java
112
if (regResponse.getExecCommand() ==
ExecCommand
.UseClientCertTLS) {
135
if (regResponse.getExecCommand() !=
ExecCommand
.Browser) {
247
if (pddResponse.getExecCommand() ==
ExecCommand
.UploadMO) {
264
if (pddResponse.getExecCommand() ==
ExecCommand
.Browser) {
292
} else if (pddResponse.getExecCommand() ==
ExecCommand
.GetCert) {
344
// 2a. User remediation with upload:
ExecCommand
.UploadMO
345
// 2b. User remediation without upload:
ExecCommand
.Browser
459
response.getExecCommand() ==
ExecCommand
.GetCert) {
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMass.h
170
USB_MASS_EXEC_COMMAND
ExecCommand
; ///< Transport command to the device then get result
UsbMassBoot.c
55
Status = Transport->
ExecCommand
(
175
Status = Transport->
ExecCommand
(
193
// If
ExecCommand
() returns no error and CmdResult is success,
[
all
...]
/external/tpm2/
Android.mk
78
ExecCommand
.c \
Makefile
58
SOURCES +=
ExecCommand
.c
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhtmled.h
211
virtual HRESULT WINAPI
ExecCommand
(DHTMLEDITCMDID cmdID,OLECMDEXECOPT cmdexecopt,VARIANT *pInVar,VARIANT *pOutVar) = 0;
266
HRESULT (WINAPI *
ExecCommand
)(IDHTMLSafe *This,DHTMLEDITCMDID cmdID,OLECMDEXECOPT cmdexecopt,VARIANT *pInVar,VARIANT *pOutVar);
323
#define IDHTMLSafe_ExecCommand(This,cmdID,cmdexecopt,pInVar,pOutVar) (This)->lpVtbl->
ExecCommand
(This,cmdID,cmdexecopt,pInVar,pOutVar)
[
all
...]
Completed in 147 milliseconds