HomeSort by relevance Sort by last modified time
    Searched refs:ObjectPath (Results 26 - 50 of 59) sorted by null

12 3

  /external/libbrillo/brillo/dbus/
dbus_object.cc 58 const dbus::ObjectPath& object_path,
94 const dbus::ObjectPath& object_path) {
120 const dbus::ObjectPath& object_path,
176 const dbus::ObjectPath& object_path)
185 const dbus::ObjectPath& object_path,
dbus_object.h 18 dbus::ObjectPath("/org/chromium/my_obj")) {}
472 const dbus::ObjectPath& object_path,
485 const dbus::ObjectPath& object_path);
489 const dbus::ObjectPath& object_path,
522 const dbus::ObjectPath& object_path);
531 const dbus::ObjectPath& object_path,
598 dbus::ObjectPath object_path_;
dbus_signal_handler_unittest.cc 40 bus_.get(), kTestServiceName, dbus::ObjectPath(kTestPath));
42 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath)))
data_serialization.cc 60 const dbus::ObjectPath& value) {
136 bool PopValueFromReader(dbus::MessageReader* reader, dbus::ObjectPath* value) {
204 return PopTypedArrayFromReader<dbus::ObjectPath>(reader, value);
296 return PopTypedValueFromReader<dbus::ObjectPath>(reader, value);
dbus_method_invoker_unittest.cc 82 bus_.get(), kTestServiceName, dbus::ObjectPath(kTestPath));
84 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath)))
241 bus_.get(), kTestServiceName, dbus::ObjectPath(kTestPath));
243 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath)))
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.
434 dbus::ObjectPath value;
454 std::vector<dbus::ObjectPath> value;
data_serialization.h 33 // OBJECT_PATH | o | dbus::ObjectPath
397 // dbus::ObjectPath -----------------------------------------------------------
399 const dbus::ObjectPath& value);
401 dbus::ObjectPath* value);
404 struct DBusType<dbus::ObjectPath> {
409 const dbus::ObjectPath& value) {
413 dbus::ObjectPath* value) {
    [all...]
dbus_object_unittest.cc 110 const dbus::ObjectPath kMethodsExportedOnPath{
408 const dbus::ObjectPath kObjectManagerPath{std::string{"/"}};
409 const dbus::ObjectPath kMethodsExportedOnPath{
  /external/libchrome/dbus/
message.cc 174 ObjectPath value;
269 bool Message::SetPath(const ObjectPath& path) {
302 ObjectPath Message::GetPath() {
304 return ObjectPath(path ? path : "");
501 void MessageWriter::AppendObjectPath(const ObjectPath& value) {
625 const std::vector<ObjectPath>& object_paths) {
690 void MessageWriter::AppendVariantOfObjectPath(const ObjectPath& value) {
787 bool MessageReader::PopObjectPath(ObjectPath* value) {
791 *value = ObjectPath(tmp_value);
903 std::vector<ObjectPath>* object_paths)
    [all...]
bus.cc 191 const ObjectPath& object_path) {
197 const ObjectPath& object_path,
217 const ObjectPath& object_path,
225 const ObjectPath& object_path,
256 ExportedObject* Bus::GetExportedObject(const ObjectPath& object_path) {
272 void Bus::UnregisterExportedObject(const ObjectPath& object_path) {
303 const ObjectPath& object_path) {
321 const ObjectPath& object_path,
721 bool Bus::TryRegisterObjectPath(const ObjectPath& object_path,
745 void Bus::UnregisterObjectPath(const ObjectPath& object_path)
    [all...]
property.cc 477 // Property<ObjectPath> specialization.
481 bool Property<ObjectPath>::PopValueFromReader(MessageReader* reader) {
486 void Property<ObjectPath>::AppendSetValueToWriter(MessageWriter* writer) {
515 // Property<std::vector<ObjectPath>> specialization.
519 bool Property<std::vector<ObjectPath>>::PopValueFromReader(
530 void Property<std::vector<ObjectPath>>::AppendSetValueToWriter(
801 template class Property<ObjectPath>;
803 template class Property<std::vector<ObjectPath>>;
  /external/libbrillo/brillo/http/
http_proxy.cc 106 dbus::ObjectPath(chromeos::kNetworkProxyServicePath));
122 dbus::ObjectPath(chromeos::kNetworkProxyServicePath));
http_proxy_unittest.cc 60 dbus::ObjectPath(chromeos::kNetworkProxyServicePath));
62 dbus::ObjectPath(
  /external/llvm/lib/Object/
ObjectFile.cpp 112 ObjectFile::createObjectFile(StringRef ObjectPath) {
114 MemoryBuffer::getFile(ObjectPath);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
ObjectFile.cpp 153 ObjectFile::createObjectFile(StringRef ObjectPath) {
155 MemoryBuffer::getFile(ObjectPath);
  /external/autotest/client/cros/cellular/pseudomodem/
sms_handler.py 167 self._modem.Added(dbus.types.ObjectPath(sms_object.path), True)
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()],
dbus_std_ifaces.py 386 results[dbus.types.ObjectPath(device.path)] = (
  /external/autotest/client/cros/bluetooth/
advertisement.py 83 return dbus.ObjectPath(self.path)
  /external/autotest/client/cros/networking/
apmanager_proxy.py 198 self._manager.RemoveService(dbus.ObjectPath(service_path))
shill_proxy.py 147 SERVICE_PROPERTY_DEVICE: dbus.ObjectPath,
154 SERVICE_PROPERTY_PROFILE: dbus.ObjectPath,
448 self.manager.ConfigureServiceForProfile(dbus.ObjectPath(path),
  /external/llvm/include/llvm/Object/
SymbolicFile.h 166 createSymbolicFile(StringRef ObjectPath);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
SymbolicFile.h 174 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))

Completed in 818 milliseconds

12 3