HomeSort by relevance Sort by last modified time
    Searched refs:ObjectPath (Results 101 - 125 of 151) sorted by null

1 2 3 45 6 7

  /system/connectivity/apmanager/dbus/
config_dbus_adaptor.h 83 dbus::ObjectPath dbus_path_;
dbus_control.cc 56 new ExportedObjectManager(bus_, dbus::ObjectPath(kServicePath)));
  /system/connectivity/shill/dbus/
chromeos_mm1_modem_proxy.h 93 const dbus::ObjectPath& path);
chromeos_service_dbus_adaptor.h 88 std::map<dbus::ObjectPath, std::string>* entries) override;
chromeos_modem_cdma_proxy.cc 36 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); }
56 bus, service, dbus::ObjectPath(path))) {
chromeos_modem_gsm_card_proxy.cc 38 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); }
59 bus, service, dbus::ObjectPath(path))) {
chromeos_modem_gsm_network_proxy.cc 37 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); }
58 bus, service, dbus::ObjectPath(path))) {
chromeos_device_dbus_adaptor.h 83 dbus::ObjectPath* out_path) override;
  /system/tpm/trunks/
trunks_dbus_proxy.cc 53 dbus::ObjectPath(trunks::kTrunksServicePath));
  /system/webservd/webservd/
dbus_protocol_handler.h 51 const dbus::ObjectPath& object_path,
  /external/libbrillo/brillo/dbus/
exported_property_set_unittest.cc 55 const dbus::ObjectPath kMethodsExportedOnPath(std::string("/export"));
56 const dbus::ObjectPath kTestObjectPathInit(std::string("/path_init"));
57 const dbus::ObjectPath kTestObjectPathUpdate(std::string("/path_update"));
75 ExportedProperty<dbus::ObjectPath> path_prop_;
77 ExportedProperty<std::vector<dbus::ObjectPath>> pathlist_prop_;
80 Properties(scoped_refptr<dbus::Bus> bus, const dbus::ObjectPath& path)
82 // The empty string is not a valid value for an ObjectPath.
422 dbus::ObjectPath value;
442 std::vector<dbus::ObjectPath> value;
data_serialization.h 33 // OBJECT_PATH | o | dbus::ObjectPath
393 // dbus::ObjectPath -----------------------------------------------------------
395 const dbus::ObjectPath& value);
397 dbus::ObjectPath* value);
400 struct DBusType<dbus::ObjectPath> {
405 const dbus::ObjectPath& value) {
409 dbus::ObjectPath* value) {
    [all...]
  /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);
  /system/update_engine/update_manager/
real_shill_provider_unittest.cc 132 shill::kDefaultServiceProperty, dbus::ObjectPath(service_path));
230 dbus::ObjectPath(default_service);
262 dbus::ObjectPath(service_path),
  /external/autotest/client/cros/cellular/pseudomodem/
modem.py 164 'Sim' : dbus.types.ObjectPath(mm1_constants.ROOT_PATH)
329 self.Set(mm1_constants.I_MODEM, 'Sim', dbus.types.ObjectPath(val))
662 dbus.types.ObjectPath(self.sim.path))
861 [dbus.types.ObjectPath(key) for key in self.bearers.iterkeys()],
  /external/autotest/client/cros/networking/
apmanager_proxy.py 198 self._manager.RemoveService(dbus.ObjectPath(service_path))
  /external/llvm/include/llvm/Object/
SymbolicFile.h 165 createSymbolicFile(StringRef ObjectPath);
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_invite.py 119 {'peer':dbus.ObjectPath(self.path+'/Peers/'+self.addr)}
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new.py 145 wpas.RemoveInterface(dbus.ObjectPath(path))
  /system/connectivity/shill/setup_wifi/
main.cc 74 dbus::ObjectPath created_service;
  /system/tpm/tpm_manager/client/
tpm_ownership_dbus_proxy_test.cc 38 nullptr, "", dbus::ObjectPath(""));
  /system/tpm/tpm_manager/server/
dbus_service.cc 35 : dbus_object_(nullptr, bus, dbus::ObjectPath(kTpmManagerServicePath)),
  /system/update_engine/
dbus_service.cc 147 dbus::ObjectPath(update_engine::kUpdateEngineServicePath)) {}
  /system/webservd/libwebserv/
dbus_server.cc 147 void DBusServer::Offline(const dbus::ObjectPath& /* object_path */) {
170 void DBusServer::ProtocolHandlerRemoved(const dbus::ObjectPath& object_path) {
  /system/connectivity/shill/
key_value_store_unittest.cc 641 dict[kRpcIdentifierKey].Get<dbus::ObjectPath>().value());
689 brillo::Any(dbus::ObjectPath(kRpcIdentifierValue));
732 vector<dbus::ObjectPath> paths;
733 paths.push_back(dbus::ObjectPath(kRpcIdentifier1));
734 paths.push_back(dbus::ObjectPath(kRpcIdentifier2));

Completed in 735 milliseconds

1 2 3 45 6 7