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