Home
last modified time | relevance | path

Searched refs:ConvertPathsToRpcIdentifiers (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/dbus/
Dchromeos_wimax_manager_proxy.cc118 KeyValueStore::ConvertPathsToRpcIdentifiers(properties_->devices.value(), in Devices()
170 KeyValueStore::ConvertPathsToRpcIdentifiers(devices, &rpc_devices); in DevicesChanged()
Dchromeos_wimax_device_proxy.cc200 KeyValueStore::ConvertPathsToRpcIdentifiers(properties_->networks.value(), in Networks()
229 KeyValueStore::ConvertPathsToRpcIdentifiers(networks, &rpc_networks); in NetworksChanged()
Dchromeos_modem_manager_proxy.cc90 KeyValueStore::ConvertPathsToRpcIdentifiers(device_paths, &device_rpcids); in EnumerateDevices()
/system/connectivity/shill/
Dkey_value_store.h150 static void ConvertPathsToRpcIdentifiers(
Dkey_value_store.cc183 KeyValueStore::ConvertPathsToRpcIdentifiers( in GetRpcIdentifiers()
443 void KeyValueStore::ConvertPathsToRpcIdentifiers( in ConvertPathsToRpcIdentifiers() function in shill::KeyValueStore
Dkey_value_store_unittest.cc729 TEST_F(KeyValueStoreTest, ConvertPathsToRpcIdentifiers) { in TEST_F() argument
736 KeyValueStore::ConvertPathsToRpcIdentifiers(paths, &actual_rpc_identifiers); in TEST_F()