Lines Matching refs:SBPlatformConnectOptions
75 SBPlatformConnectOptions::SBPlatformConnectOptions(const char *url) in SBPlatformConnectOptions() function in SBPlatformConnectOptions
80 SBPlatformConnectOptions::SBPlatformConnectOptions( in SBPlatformConnectOptions() function in SBPlatformConnectOptions
81 const SBPlatformConnectOptions &rhs) in SBPlatformConnectOptions()
88 SBPlatformConnectOptions::~SBPlatformConnectOptions() { delete m_opaque_ptr; } in ~SBPlatformConnectOptions()
90 SBPlatformConnectOptions &
91 SBPlatformConnectOptions::operator=(const SBPlatformConnectOptions &rhs) { in operator =()
98 const char *SBPlatformConnectOptions::GetURL() { in GetURL()
106 void SBPlatformConnectOptions::SetURL(const char *url) { in SetURL()
115 bool SBPlatformConnectOptions::GetRsyncEnabled() { in GetRsyncEnabled()
121 void SBPlatformConnectOptions::EnableRsync( in EnableRsync()
141 void SBPlatformConnectOptions::DisableRsync() { in DisableRsync()
147 const char *SBPlatformConnectOptions::GetLocalCacheDirectory() { in GetLocalCacheDirectory()
153 void SBPlatformConnectOptions::SetLocalCacheDirectory(const char *path) { in SetLocalCacheDirectory()
375 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { in ConnectRemote()