OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:activeconnection
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
HudFragment.java
165
String
activeConnection
= reportMap.get("googActiveConnection");
166
if (
activeConnection
!= null &&
activeConnection
.equals("true")) {
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDStatsBuilder.m
174
NSString *
activeConnection
= [values[@"googActiveConnection"] firstObject];
175
if (![
activeConnection
isEqualToString:@"true"]) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdosys.h
309
virtual HRESULT WINAPI SaveTo(BSTR SourceURL,IDispatch *
ActiveConnection
,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password) = 0;
310
virtual HRESULT WINAPI Open(BSTR SourceURL,IDispatch *
ActiveConnection
,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password) = 0;
312
virtual HRESULT WINAPI SaveToContainer(BSTR ContainerURL,IDispatch *
ActiveConnection
,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password) = 0;
332
HRESULT (WINAPI *SaveTo)(IDataSource *This,BSTR SourceURL,IDispatch *
ActiveConnection
,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password);
333
HRESULT (WINAPI *Open)(IDataSource *This,BSTR SourceURL,IDispatch *
ActiveConnection
,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password);
335
HRESULT (WINAPI *SaveToContainer)(IDataSource *This,BSTR ContainerURL,IDispatch *
ActiveConnection
,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password);
357
#define IDataSource_SaveTo(This,SourceURL,
ActiveConnection
,Mode,CreateOptions,Options,UserName,Password) (This)->lpVtbl->SaveTo(This,SourceURL,
ActiveConnection
,Mode,CreateOptions,Options,UserName,Password)
358
#define IDataSource_Open(This,SourceURL,
ActiveConnection
,Mode,CreateOptions,Options,UserName,Password) (This)->lpVtbl->Open(This,SourceURL,
ActiveConnection
,Mode,CreateOptions,Options,UserName,Password
[
all
...]
emostore.h
[
all
...]
cdoex.h
515
virtual HRESULT WINAPI SaveTo(BSTR SourceURL,IDispatch *
ActiveConnection
,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password) = 0;
516
virtual HRESULT WINAPI Open(BSTR SourceURL,IDispatch *
ActiveConnection
,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password) = 0;
518
virtual HRESULT WINAPI SaveToContainer(BSTR ContainerURL,IDispatch *
ActiveConnection
,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password) = 0;
538
HRESULT (WINAPI *SaveTo)(IDataSource *This,BSTR SourceURL,IDispatch *
ActiveConnection
,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password);
539
HRESULT (WINAPI *Open)(IDataSource *This,BSTR SourceURL,IDispatch *
ActiveConnection
,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password);
541
HRESULT (WINAPI *SaveToContainer)(IDataSource *This,BSTR ContainerURL,IDispatch *
ActiveConnection
,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password);
563
#define IDataSource_SaveTo(This,SourceURL,
ActiveConnection
,Mode,CreateOptions,Options,UserName,Password) (This)->lpVtbl->SaveTo(This,SourceURL,
ActiveConnection
,Mode,CreateOptions,Options,UserName,Password)
564
#define IDataSource_Open(This,SourceURL,
ActiveConnection
,Mode,CreateOptions,Options,UserName,Password) (This)->lpVtbl->Open(This,SourceURL,
ActiveConnection
,Mode,CreateOptions,Options,UserName,Password
[
all
...]
adomd.h
225
virtual HRESULT WINAPI Open(VARIANT DataSource,VARIANT
ActiveConnection
) = 0;
249
HRESULT (WINAPI *Open)(ICellset *This,VARIANT DataSource,VARIANT
ActiveConnection
);
275
#define ICellset_Open(This,DataSource,
ActiveConnection
) (This)->lpVtbl->Open(This,DataSource,
ActiveConnection
)
291
HRESULT WINAPI ICellset_Open_Proxy(ICellset *This,VARIANT DataSource,VARIANT
ActiveConnection
);
[
all
...]
adoint.h
[
all
...]
Completed in 177 milliseconds