HomeSort by relevance Sort by last modified time
    Searched refs:ObjectPath (Results 201 - 225 of 245) sorted by null

1 2 3 4 5 6 7 8910

  /external/chromium_org/chromeos/network/
shill_property_handler.cc 66 AddPropertyChangedObserver(dbus::ObjectPath(path_), this);
70 AddPropertyChangedObserver(dbus::ObjectPath(path_), this);
79 RemovePropertyChangedObserver(dbus::ObjectPath(path_), this);
82 RemovePropertyChangedObserver(dbus::ObjectPath(path_), this);
216 dbus::ObjectPath(path),
221 dbus::ObjectPath(path),
498 dbus::ObjectPath(ip_config_path),
shill_property_handler_unittest.cc 383 dbus::ObjectPath(kTestServicePath),
396 dbus::ObjectPath(kTestServicePath),
421 dbus::ObjectPath(kTestIPConfigPath),
428 dbus::ObjectPath(kTestIPConfigPath),
433 dbus::ObjectPath(kTestIPConfigPath),
438 dbus::ObjectPath(kTestIPConfigPath),
452 dbus::ObjectPath(kTestServicePath1),
policy_applicator.cc 65 dbus::ObjectPath(profile_.path),
94 dbus::ObjectPath(profile_.path),
237 dbus::ObjectPath(profile_.path),
network_state_handler_unittest.cc 379 dbus::ObjectPath(kShillManagerClientStubWifi2),
468 dbus::ObjectPath(eth1),
478 dbus::ObjectPath(eth1),
607 dbus::ObjectPath(wifi1),
616 dbus::ObjectPath(wifi1),
network_profile_handler.cc 128 dbus::ObjectPath(*it),
  /external/chromium_org/chromeos/dbus/
shill_manager_client_unittest.cc 35 const dbus::ObjectPath& object_path,
43 dbus::ObjectPath path;
56 dbus::ObjectPath(shill::kFlimflamServicePath)) {
270 const dbus::ObjectPath object_path("/");
294 const dbus::ObjectPath object_path("/");
371 dbus::ObjectPath service_path_obj(service_path);
image_burner_client.cc 59 dbus::ObjectPath(imageburn::kImageBurnServicePath));
shill_client_helper.h 32 class ObjectPath;
system_clock_client.cc 59 dbus::ObjectPath(system_clock::kSystemClockServicePath));
lorgnette_manager_client.cc 70 dbus::ObjectPath(lorgnette::kManagerServicePath));
shill_client_helper.cc 92 // Handles responses for methods with ObjectPath results.
98 callback.Run(DBUS_METHOD_CALL_FAILURE, dbus::ObjectPath());
102 dbus::ObjectPath result;
104 callback.Run(DBUS_METHOD_CALL_FAILURE, dbus::ObjectPath());
110 // Handles responses for methods with ObjectPath results and no status.
121 dbus::ObjectPath result;
fake_shill_manager_client.cc 248 FROM_HERE, base::Bind(callback, dbus::ObjectPath()));
295 FROM_HERE, base::Bind(callback, dbus::ObjectPath(service_path)));
299 const dbus::ObjectPath& profile_path,
316 FROM_HERE, base::Bind(callback, dbus::ObjectPath()));
353 dbus::ObjectPath(best_service_), callback, error_callback);
    [all...]
fake_dbus_thread_manager.h 17 class ObjectPath;
fake_shill_manager_client.h 56 const dbus::ObjectPath& profile_path,
  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.cc 52 void ParseModalias(const dbus::ObjectPath& object_path,
125 const dbus::ObjectPath& object_path,
138 const std::vector<dbus::ObjectPath> gatt_services =
140 for (std::vector<dbus::ObjectPath>::const_iterator it = gatt_services.begin();
494 const dbus::ObjectPath& object_path) {
523 const dbus::ObjectPath& object_path) {
bluetooth_remote_gatt_descriptor_chromeos.cc 33 const dbus::ObjectPath& object_path)
  /external/chromium_org/chrome/browser/chromeos/dbus/
cros_dbus_service.cc 67 dbus::ObjectPath(kLibCrosServicePath));
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-test.py 85 wpas.removeInterface(dbus.ObjectPath(path))
wpas-dbus-new.py 145 wpas.RemoveInterface(dbus.ObjectPath(path))
  /external/chromium_org/dbus/
signal_sender_verification_unittest.cc 50 ObjectPath("/org/chromium/TestObject"));
319 ObjectPath("/org/chromium/DifferentObject"));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiatlprov.h 22 HRESULT WINAPI GetObject(const BSTR ObjectPath,__LONG32 lFlags,IWbemContext *pCtx,IWbemClassObject **ppObject,IWbemCallResult **ppCallResult) {return WBEM_E_NOT_SUPPORTED;};
30 HRESULT WINAPI DeleteInstance(const BSTR ObjectPath,__LONG32 lFlags,IWbemContext *pCtx,IWbemCallResult **ppCallResult) {return WBEM_E_NOT_SUPPORTED;};
233 HRESULT WINAPI CheckInstancePath(IClassFactory *pParserFactory,const BSTR ObjectPath,const BSTR ClassName,ULONGLONG ullTest) {
241 hr = pPath->SetText(WBEMPATH_CREATE_ACCEPT_ALL,ObjectPath);
243 unsigned int nPathLen = SysStringLen(ObjectPath);
  /external/chromium_org/mojo/shell/
dbus_service_loader_linux.cc 91 bus_->GetObjectProxy(service_name, dbus::ObjectPath(object_path));
  /external/llvm/include/llvm/Object/
SymbolicFile.h 153 static ErrorOr<SymbolicFile *> createSymbolicFile(StringRef ObjectPath);
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_invite.py 119 {'peer':dbus.ObjectPath(self.path+'/Peers/'+self.addr)}
  /external/chromium_org/device/nfc/
nfc_chromeos_unittest.cc 327 dbus::ObjectPath(FakeNfcAdapterClient::kAdapterPath0));
331 dbus::ObjectPath(FakeNfcAdapterClient::kAdapterPath0),
378 dbus::ObjectPath(FakeNfcAdapterClient::kAdapterPath0));
382 dbus::ObjectPath(FakeNfcAdapterClient::kAdapterPath0),
401 dbus::ObjectPath(FakeNfcTagClient::kTagPath),

Completed in 1221 milliseconds

1 2 3 4 5 6 7 8910