Home | History | Annotate | Download | only in dbus

Lines Matching defs:object_path

14 #include "dbus/object_path.h"
433 ObjectPath object_path;
434 if (!reader.PopString(&action) || !reader.PopObjectPath(&object_path)) {
440 AddObject(object_path);
442 RemoveObject(object_path);
544 void TestService::AddObject(const ObjectPath& object_path) {
549 object_path));
552 void TestService::AddObjectInternal(const ObjectPath& object_path) {
555 writer.AppendObjectPath(object_path);
570 void TestService::RemoveObject(const ObjectPath& object_path) {
574 object_path));
577 void TestService::RemoveObjectInternal(const ObjectPath& object_path) {
581 writer.AppendObjectPath(object_path);