Home
last modified time | relevance | path

Searched refs:DictionaryValueCallback (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dshill_ipconfig_client.h39 typedef ShillClientHelper::DictionaryValueCallback DictionaryValueCallback; typedef
64 const DictionaryValueCallback& callback) = 0;
Dshill_service_client.h38 typedef ShillClientHelper::DictionaryValueCallback DictionaryValueCallback; typedef
101 const DictionaryValueCallback& callback) = 0;
169 const DictionaryValueCallback& callback) = 0;
Dshill_manager_client.h32 typedef ShillClientHelper::DictionaryValueCallback DictionaryValueCallback; typedef
123 virtual void GetProperties(const DictionaryValueCallback& callback) = 0;
128 const DictionaryValueCallback& callback) = 0;
Dfake_shill_manager_client.h33 virtual void GetProperties(const DictionaryValueCallback& callback) OVERRIDE;
35 const DictionaryValueCallback& callback) OVERRIDE;
104 void PassStubProperties(const DictionaryValueCallback& callback) const;
105 void PassStubGeoNetworks(const DictionaryValueCallback& callback) const;
Dshill_device_client.h39 typedef ShillClientHelper::DictionaryValueCallback DictionaryValueCallback; typedef
79 const DictionaryValueCallback& callback) = 0;
Dfake_shill_ipconfig_client.h33 const DictionaryValueCallback& callback) OVERRIDE;
47 const DictionaryValueCallback& callback) const;
Dmock_shill_manager_client.h25 MOCK_METHOD1(GetProperties, void(const DictionaryValueCallback& callback));
27 void(const DictionaryValueCallback& callback));
Dmock_shill_service_client.h29 const DictionaryValueCallback& callback));
67 const DictionaryValueCallback& callback));
Dfake_shill_ipconfig_client.cc46 const DictionaryValueCallback& callback) { in GetProperties()
95 const DictionaryValueCallback& callback) const { in PassProperties()
Dshill_client_helper.h53 const base::DictionaryValue& result)> DictionaryValueCallback; typedef
111 const DictionaryValueCallback& callback);
Dfake_shill_device_client.h34 const DictionaryValueCallback& callback) OVERRIDE;
97 const DictionaryValueCallback& callback) const;
Dfake_shill_service_client.h37 const DictionaryValueCallback& callback) OVERRIDE;
75 const DictionaryValueCallback& callback) OVERRIDE;
Dshill_service_client.cc33 const ShillServiceClient::DictionaryValueCallback& callback, in OnGetDictionaryError()
85 const DictionaryValueCallback& callback) OVERRIDE { in GetProperties()
208 const DictionaryValueCallback& callback) OVERRIDE { in GetLoadableProfileEntries()
Dshill_ipconfig_client.cc44 const DictionaryValueCallback& callback) OVERRIDE;
92 const DictionaryValueCallback& callback) { in GetProperties()
Dfake_shill_manager_client.cc99 const DictionaryValueCallback& callback) { in GetProperties()
108 const DictionaryValueCallback& callback) { in GetNetworksForGeolocation()
492 const DictionaryValueCallback& callback) const { in PassStubProperties()
506 const DictionaryValueCallback& callback) const { in PassStubGeoNetworks()
Dshill_manager_client.cc40 virtual void GetProperties(const DictionaryValueCallback& callback) OVERRIDE { in GetProperties()
47 const DictionaryValueCallback& callback) OVERRIDE { in GetNetworksForGeolocation()
Dfake_shill_device_client.cc68 const DictionaryValueCallback& callback) { in GetProperties()
271 const DictionaryValueCallback& callback) const { in PassStubDeviceProperties()
Dfake_shill_service_client.cc35 const ShillServiceClient::DictionaryValueCallback& callback, in PassStubServiceProperties()
71 const DictionaryValueCallback& callback) { in GetProperties()
282 const DictionaryValueCallback& callback) { in GetLoadableProfileEntries()
Dshill_client_helper.cc132 const ShillClientHelper::DictionaryValueCallback& callback, in OnDictionaryValueMethod()
309 const DictionaryValueCallback& callback) { in CallDictionaryValueMethod()
Dshill_device_client.cc58 const DictionaryValueCallback& callback) OVERRIDE { in GetProperties()
/external/chromium_org/chromeos/network/
Dnetwork_configuration_handler_unittest.cc48 void DictionaryValueCallback( in DictionaryValueCallback() function
139 const ShillClientHelper::DictionaryValueCallback& callback) { in OnGetProperties()
184 const ShillClientHelper::DictionaryValueCallback& callback) { in OnGetLoadableProfileEntries()
235 ShillServiceClient::DictionaryValueCallback get_properties_callback; in TEST_F()
242 base::Bind(&DictionaryValueCallback, in TEST_F()