Lines Matching refs:SBPlatformConnectOptions
73 SBPlatformConnectOptions::SBPlatformConnectOptions(const char *url) in SBPlatformConnectOptions() function in SBPlatformConnectOptions
76 SBPlatformConnectOptions::SBPlatformConnectOptions( in SBPlatformConnectOptions() function in SBPlatformConnectOptions
77 const SBPlatformConnectOptions &rhs) in SBPlatformConnectOptions()
82 SBPlatformConnectOptions::~SBPlatformConnectOptions() { delete m_opaque_ptr; } in ~SBPlatformConnectOptions()
84 void SBPlatformConnectOptions::operator=(const SBPlatformConnectOptions &rhs) { in operator =()
88 const char *SBPlatformConnectOptions::GetURL() { in GetURL()
94 void SBPlatformConnectOptions::SetURL(const char *url) { in SetURL()
101 bool SBPlatformConnectOptions::GetRsyncEnabled() { in GetRsyncEnabled()
105 void SBPlatformConnectOptions::EnableRsync( in EnableRsync()
122 void SBPlatformConnectOptions::DisableRsync() { in DisableRsync()
126 const char *SBPlatformConnectOptions::GetLocalCacheDirectory() { in GetLocalCacheDirectory()
130 void SBPlatformConnectOptions::SetLocalCacheDirectory(const char *path) { in SetLocalCacheDirectory()
255 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { in ConnectRemote()