Lines Matching refs:SBPlatformConnectOptions
79 SBPlatformConnectOptions::SBPlatformConnectOptions(const char *url) in SBPlatformConnectOptions() function in SBPlatformConnectOptions
84 SBPlatformConnectOptions::SBPlatformConnectOptions( in SBPlatformConnectOptions() function in SBPlatformConnectOptions
85 const SBPlatformConnectOptions &rhs) in SBPlatformConnectOptions()
92 SBPlatformConnectOptions::~SBPlatformConnectOptions() { delete m_opaque_ptr; } in ~SBPlatformConnectOptions()
94 SBPlatformConnectOptions &
95 SBPlatformConnectOptions::operator=(const SBPlatformConnectOptions &rhs) { in operator =()
102 const char *SBPlatformConnectOptions::GetURL() { in GetURL()
110 void SBPlatformConnectOptions::SetURL(const char *url) { in SetURL()
119 bool SBPlatformConnectOptions::GetRsyncEnabled() { in GetRsyncEnabled()
125 void SBPlatformConnectOptions::EnableRsync( in EnableRsync()
145 void SBPlatformConnectOptions::DisableRsync() { in DisableRsync()
151 const char *SBPlatformConnectOptions::GetLocalCacheDirectory() { in GetLocalCacheDirectory()
157 void SBPlatformConnectOptions::SetLocalCacheDirectory(const char *path) { in SetLocalCacheDirectory()
379 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { in ConnectRemote()