Home | History | Annotate | Download | only in dbus

Lines Matching defs:helper_

33     helper_->AddPropertyChangedObserver(observer);
38 helper_->RemovePropertyChangedObserver(observer);
44 helper_->CallDictionaryValueMethod(&method_call, callback);
51 helper_->CallDictionaryValueMethod(&method_call, callback);
63 helper_->CallVoidMethodWithErrorCallback(&method_call,
75 helper_->CallVoidMethodWithErrorCallback(&method_call,
88 helper_->CallVoidMethodWithErrorCallback(&method_call,
101 helper_->CallVoidMethodWithErrorCallback(&method_call,
114 helper_->CallObjectPathMethodWithErrorCallback(&method_call,
129 helper_->CallObjectPathMethodWithErrorCallback(&method_call,
142 helper_->CallObjectPathMethodWithErrorCallback(&method_call,
160 helper_->CallBooleanMethodWithErrorCallback(
180 helper_->CallStringMethodWithErrorCallback(
200 helper_->CallStringMethodWithErrorCallback(
209 helper_->CallVoidMethodWithErrorCallback(&method_call,
226 helper_->CallVoidMethodWithErrorCallback(&method_call,
243 helper_->CallVoidMethodWithErrorCallback(&method_call,
254 helper_->CallVoidMethodWithErrorCallback(&method_call,
267 helper_.reset(new ShillClientHelper(proxy_));
268 helper_->MonitorPropertyChanged(shill::kFlimflamManagerInterface);
273 scoped_ptr<ShillClientHelper> helper_;