OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShillClientHelper
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/chromeos/dbus/
shill_client_helper.cc
17
// Class to hold onto a reference to a
ShillClientHelper
. This calss
22
class
ShillClientHelper
::RefHolder {
24
explicit RefHolder(base::WeakPtr<
ShillClientHelper
> helper)
34
base::WeakPtr<
ShillClientHelper
> helper_;
46
ShillClientHelper
::RefHolder* ref_holder,
47
const
ShillClientHelper
::BooleanCallback& callback,
48
const
ShillClientHelper
::ErrorCallback& error_callback,
64
ShillClientHelper
::RefHolder* ref_holder,
65
const
ShillClientHelper
::StringCallback& callback,
66
const
ShillClientHelper
::ErrorCallback& error_callback
[
all
...]
shill_client_helper.h
42
class
ShillClientHelper
{
74
typedef base::Callback<void(
ShillClientHelper
* helper)> ReleasedCallback;
76
explicit
ShillClientHelper
(dbus::ObjectProxy* proxy);
78
virtual ~
ShillClientHelper
();
183
base::WeakPtrFactory<
ShillClientHelper
> weak_ptr_factory_;
185
DISALLOW_COPY_AND_ASSIGN(
ShillClientHelper
);
shill_ipconfig_client.h
38
typedef
ShillClientHelper
::PropertyChangedHandler PropertyChangedHandler;
39
typedef
ShillClientHelper
::DictionaryValueCallback DictionaryValueCallback;
shill_profile_client.h
38
typedef
ShillClientHelper
::PropertyChangedHandler PropertyChangedHandler;
39
typedef
ShillClientHelper
::DictionaryValueCallbackWithoutStatus
41
typedef
ShillClientHelper
::ErrorCallback ErrorCallback;
shill_manager_client.h
31
typedef
ShillClientHelper
::PropertyChangedHandler PropertyChangedHandler;
32
typedef
ShillClientHelper
::DictionaryValueCallback DictionaryValueCallback;
33
typedef
ShillClientHelper
::ErrorCallback ErrorCallback;
34
typedef
ShillClientHelper
::StringCallback StringCallback;
35
typedef
ShillClientHelper
::BooleanCallback BooleanCallback;
shill_service_client.h
37
typedef
ShillClientHelper
::PropertyChangedHandler PropertyChangedHandler;
38
typedef
ShillClientHelper
::DictionaryValueCallback DictionaryValueCallback;
39
typedef
ShillClientHelper
::ListValueCallback ListValueCallback;
40
typedef
ShillClientHelper
::ErrorCallback ErrorCallback;
shill_profile_client.cc
62
typedef std::map<std::string,
ShillClientHelper
*> HelperMap;
64
// Returns the corresponding
ShillClientHelper
for the profile.
65
ShillClientHelper
* GetHelper(const dbus::ObjectPath& profile_path);
79
ShillClientHelper
* ShillProfileClientImpl::GetHelper(
88
ShillClientHelper
* helper = new
ShillClientHelper
(object_proxy);
shill_device_client.h
38
typedef
ShillClientHelper
::PropertyChangedHandler PropertyChangedHandler;
39
typedef
ShillClientHelper
::DictionaryValueCallback DictionaryValueCallback;
40
typedef
ShillClientHelper
::ErrorCallback ErrorCallback;
shill_service_client.cc
64
ShillClientHelper
* helper = iter->second;
104
ShillClientHelper
::AppendValueDataAsVariant(&writer, value);
117
ShillClientHelper
::AppendServicePropertiesDictionary(&writer, properties);
228
typedef std::map<std::string,
ShillClientHelper
*> HelperMap;
230
// Returns the corresponding
ShillClientHelper
for the profile.
231
ShillClientHelper
* GetHelper(const dbus::ObjectPath& service_path) {
240
ShillClientHelper
* helper = new
ShillClientHelper
(object_proxy);
249
void NotifyReleased(
ShillClientHelper
* helper) {
shill_manager_client.cc
61
ShillClientHelper
::AppendValueDataAsVariant(&writer, value);
112
ShillClientHelper
::AppendServicePropertiesDictionary(&writer, properties);
127
ShillClientHelper
::AppendServicePropertiesDictionary(&writer, properties);
140
ShillClientHelper
::AppendServicePropertiesDictionary(&writer, properties);
221
helper_.reset(new
ShillClientHelper
(proxy_));
227
scoped_ptr<
ShillClientHelper
> helper_;
shill_device_client.cc
80
ShillClientHelper
::AppendValueDataAsVariant(&writer, value);
204
typedef std::map<std::string,
ShillClientHelper
*> HelperMap;
206
// Returns the corresponding
ShillClientHelper
for the profile.
207
ShillClientHelper
* GetHelper(const dbus::ObjectPath& device_path) {
217
ShillClientHelper
* helper = new
ShillClientHelper
(object_proxy);
shill_ipconfig_client.cc
61
typedef std::map<std::string,
ShillClientHelper
*> HelperMap;
63
// Returns the corresponding
ShillClientHelper
for the profile.
64
ShillClientHelper
* GetHelper(const dbus::ObjectPath& ipconfig_path) {
72
ShillClientHelper
* helper = new
ShillClientHelper
(object_proxy);
shill_client_unittest_base.h
77
ShillClientHelper
::ListValueCallback GetCallback();
87
ShillClientHelper
::ErrorCallback GetCallback();
shill_client_unittest_base.cc
86
ShillClientHelper
::ListValueCallback
102
ShillClientHelper
::ErrorCallback
/external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc
139
const
ShillClientHelper
::DictionaryValueCallback& callback) {
147
const
ShillClientHelper
::ErrorCallback& error_callback) {
155
const
ShillClientHelper
::ListValueCallback& callback,
156
const
ShillClientHelper
::ErrorCallback& error_callback) {
167
const
ShillClientHelper
::ListValueCallback& callback,
168
const
ShillClientHelper
::ErrorCallback& error_callback) {
178
const
ShillClientHelper
::ErrorCallback& error_callback) {
184
const
ShillClientHelper
::DictionaryValueCallback& callback) {
194
const
ShillClientHelper
::ErrorCallback& error_callback) {
managed_network_configuration_handler_unittest.cc
61
typedef
ShillClientHelper
::DictionaryValueCallbackWithoutStatus
63
typedef
ShillClientHelper
::ErrorCallback ErrorCallback;
Completed in 281 milliseconds