Home
last modified time | relevance | path

Searched refs:CallDictionaryValueMethod (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dshill_manager_client.cc44 helper_->CallDictionaryValueMethod(&method_call, callback); in GetProperties()
51 helper_->CallDictionaryValueMethod(&method_call, callback); in GetNetworksForGeolocation()
Dshill_client_helper.h110 void CallDictionaryValueMethod(dbus::MethodCall* method_call,
Dshill_ipconfig_client.cc96 GetHelper(ipconfig_path)->CallDictionaryValueMethod(&method_call, callback); in GetProperties()
Dshill_device_client.cc61 GetHelper(device_path)->CallDictionaryValueMethod(&method_call, callback); in GetProperties()
Dshill_client_helper.cc307 void ShillClientHelper::CallDictionaryValueMethod( in CallDictionaryValueMethod() function in chromeos::ShillClientHelper