Lines Matching refs:ObjectManager
95 ObjectManager::GenerateProxy(config, interfaces, &text);
524 // Must have ObjectManager in order for property system to work correctly.
579 // Must have ObjectManager in order for property system to work correctly.
940 void ProxyGenerator::ObjectManager::GenerateProxy(
953 "public dbus::ObjectManager::Interface {",
983 void ProxyGenerator::ObjectManager::AddConstructor(
1028 void ProxyGenerator::ObjectManager::AddDestructor(
1044 void ProxyGenerator::ObjectManager::AddGetObjectManagerProxy(
1046 text->AddLine("dbus::ObjectManager* GetObjectManagerProxy() const {");
1052 void ProxyGenerator::ObjectManager::AddInterfaceAccessors(
1137 void ProxyGenerator::ObjectManager::AddOnPropertyChanged(
1188 void ProxyGenerator::ObjectManager::AddObjectAdded(
1250 void ProxyGenerator::ObjectManager::AddObjectRemoved(
1289 void ProxyGenerator::ObjectManager::AddCreateProperties(
1332 void ProxyGenerator::ObjectManager::AddDataMembers(
1341 text->AddLine("dbus::ObjectManager* dbus_object_manager_;");