Home | History | Annotate | Download | only in dbus

Lines Matching refs:profile_path

30       const dbus::ObjectPath& profile_path,
32 GetHelper(profile_path)->AddPropertyChangedObserver(observer);
36 const dbus::ObjectPath& profile_path,
38 GetHelper(profile_path)->RemovePropertyChangedObserver(observer);
42 const dbus::ObjectPath& profile_path,
45 virtual void GetEntry(const dbus::ObjectPath& profile_path,
49 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
67 ShillClientHelper* GetHelper(const dbus::ObjectPath& profile_path);
82 const dbus::ObjectPath& profile_path) {
83 HelperMap::iterator it = helpers_.find(profile_path.value());
89 bus_->GetObjectProxy(shill::kFlimflamServiceName, profile_path);
92 helpers_.insert(HelperMap::value_type(profile_path.value(), helper));
97 const dbus::ObjectPath& profile_path,
102 GetHelper(profile_path)->CallDictionaryValueMethodWithErrorCallback(
107 const dbus::ObjectPath& profile_path,
115 GetHelper(profile_path)->CallDictionaryValueMethodWithErrorCallback(
120 const dbus::ObjectPath& profile_path,
128 GetHelper(profile_path)->CallVoidMethodWithErrorCallback(