HomeSort by relevance Sort by last modified time
    Searched full:providerid (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vsadmin.h 29 STDMETHOD_(HRESULT,UnregisterProvider)(THIS_ VSS_ID ProviderId) PURE;
40 #define IVssAdmin_UnregisterProvider(This,ProviderId) (This)->lpVtbl->UnregisterProvider(This,ProviderId)
vsbackup.h 88 VSS_ID ProviderId,
95 VSS_ID ProviderId,
98 ){return GetProviderMgmtInterfaceInternal(ProviderId,InterfaceId,ppItf);}
154 STDMETHOD_(HRESULT,AddToSnapshotSet)(THIS_ VSS_PWSZ pwszVolumeName,VSS_ID ProviderId,VSS_ID *pidSnapshot) PURE;
161 STDMETHOD_(HRESULT,IsVolumeSupported)(THIS_ VSS_ID ProviderId,VSS_PWSZ pwszVolumeName,BOOLEAN *pbSupportedByThisProvider) PURE;
208 #define IVssBackupComponents_AddToSnapshotSet(This,pwszVolumeName,ProviderId,pidSnapshot) (This)->lpVtbl->AddToSnapshotSet(This,pwszVolumeName,ProviderId,pidSnapshot)
215 #define IVssBackupComponents_IsVolumeSupported(This,ProviderId,pwszVolumeName,pbSupportedByThisProvider) (This)->lpVtbl->IsVolumeSupported(This,ProviderId,pwszVolumeName,pbSupportedByThisProvider)
275 STDMETHOD_(HRESULT,AddToSnapshotSet)(THIS_ VSS_PWSZ pwszVolumeName,VSS_ID ProviderId,VSS_ID *pidSnapshot) PURE
    [all...]
evntcons.h 58 GUID ProviderId;
vsmgmt.h 299 STDMETHOD_(HRESULT,GetProviderMgmtInterface)(THIS_ VSS_ID ProviderId,REFIID InterfaceId,IUnknown **ppItf) PURE;
309 #define IVssSnapshotMgmt_GetProviderMgmtInterface(This,ProviderId,InterfaceId,ppItf) (This)->lpVtbl->GetProviderMgmtInterface(This,ProviderId,InterfaceId,ppItf)
evntprov.h 107 LPCGUID ProviderId,
wmistr.h 11 ULONG ProviderId;
evntrace.h 694 LPCGUID ProviderId,
719 LPCGUID ProviderId,
winsock2.h 424 GUID ProviderId;
447 GUID ProviderId;
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/internet/
OAuthAuthenticator.java 81 public AuthenticationResult requestAccess(final Context context, final String providerId,
83 final OAuthProvider provider = AccountSettingsUtils.findOAuthProvider(context, providerId);
85 LogUtils.e(TAG, "invalid provider %s", providerId);
88 throw new AuthenticationFailedException("Invalid provider" + providerId);
111 public AuthenticationResult requestRefresh(final Context context, final String providerId,
113 final OAuthProvider provider = AccountSettingsUtils.findOAuthProvider(context, providerId);
115 LogUtils.e(TAG, "invalid provider %s", providerId);
118 throw new AuthenticationFailedException("Invalid provider" + providerId);
AuthenticationCache.java 30 CacheEntry(long accountId, String providerId, String accessToken, String refreshToken,
33 mProviderId = providerId;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/auth/
test_stsanon.py 46 'ProviderId': '2012-06-01',
67 '&ProviderId=2012-06-01&RoleSessionName=web-identity-federation' + \
77 '&ProviderId=2012-06-01&RoleSessionName=web-identity-federation' + \
  /external/libxml2/test/valid/
index.xml 14 <ProviderId>afp.com</ProviderId>
  /packages/apps/Email/src/com/android/email/activity/setup/
OAuthAuthenticationActivity.java 143 public OAuthTokenLoader(Context context, String providerId, String code) {
145 mProviderId = providerId;
174 final String providerId = data.getString(EXTRA_PROVIDER_ID);
176 return new OAuthTokenLoader(this, providerId, code);
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java 323 HashSet<ProviderId> removedProviders = new HashSet<>();
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Credential.java 67 public Credential(long id, String providerId, String accessToken, String refreshToken,
71 mProviderId = providerId;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sts/
test_connection.py 161 'ProviderId': 'www.amazon.com',
  /packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSettingsUtils.java 206 String providerId = getXmlAttribute(context, xml, "id");
208 if (TextUtils.equals(id, providerId)) {
  /external/libxml2/test/valid/dtds/
NewsMLv1.0.dtd     [all...]
  /external/libxml2/result/valid/
index.xml 711 <ProviderId>afp.com</ProviderId>
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_windows.go 1058 ProviderId GUID
  /prebuilts/go/linux-x86/src/syscall/
ztypes_windows.go 1058 ProviderId GUID
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sts/
connection.py 589 params['ProviderId'] = provider_id
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
wdm.h     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 

Completed in 449 milliseconds

1 2