Home
last modified time | relevance | path

Searched refs:PropertySet (Results 1 – 17 of 17) sorted by relevance

/external/libchrome/dbus/
Dproperty.cc28 void PropertyBase::Init(PropertySet* property_set, const std::string& name) { in Init()
39 PropertySet::PropertySet( in PropertySet() function in dbus::PropertySet
48 PropertySet::~PropertySet() = default;
50 void PropertySet::RegisterProperty(const std::string& name, in RegisterProperty()
56 void PropertySet::ConnectSignals() { in ConnectSignals()
61 base::Bind(&PropertySet::ChangedReceived, in ConnectSignals()
63 base::Bind(&PropertySet::ChangedConnected, in ConnectSignals()
68 void PropertySet::ChangedReceived(Signal* signal) { in ChangedReceived()
93 void PropertySet::ChangedConnected(const std::string& interface_name, in ChangedConnected()
101 void PropertySet::Get(PropertyBase* property, GetCallback callback) { in Get()
[all …]
Dproperty.h131 class PropertySet; variable
148 void Init(PropertySet* property_set, const std::string& name);
186 PropertySet* property_set() { return property_set_; } in property_set()
191 PropertySet* property_set_;
211 class CHROME_DBUS_EXPORT PropertySet {
224 PropertySet(ObjectProxy* object_proxy, const std::string& interface,
229 virtual ~PropertySet();
319 base::WeakPtr<PropertySet> GetWeakPtr() { in GetWeakPtr()
349 base::WeakPtrFactory<PropertySet> weak_ptr_factory_;
351 DISALLOW_COPY_AND_ASSIGN(PropertySet);
[all …]
Dobject_manager.h156 virtual PropertySet* CreateProperties(
222 virtual PropertySet* GetProperties(const ObjectPath& object_path,
343 typedef std::map<const std::string, PropertySet*> PropertiesMap;
Dobject_manager_unittest.cc37 struct Properties : public PropertySet {
46 : PropertySet(object_proxy, interface_name, property_changed_callback) { in Properties()
54 PropertySet* CreateProperties(ObjectProxy* object_proxy, in CreateProperties()
61 return static_cast<PropertySet*>(properties); in CreateProperties()
Dmock_object_manager.h32 MOCK_METHOD2(GetProperties, PropertySet*(const ObjectPath&,
Dobject_manager.cc69 PropertySet* properties = piter->second; in ~ObjectManager()
124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path, in GetProperties()
346 PropertySet* properties = GetProperties(object_path, interface); in NotifyPropertiesChangedHelper()
458 PropertySet* property_set; in AddInterface()
Dproperty_unittest.cc36 struct Properties : public PropertySet {
45 : PropertySet(object_proxy, in Properties()
/external/libbrillo/brillo/dbus/
Ddbus_property.h32 void Get(::dbus::PropertySet::GetCallback callback) { in Get()
45 void Set(const T& value, ::dbus::PropertySet::SetCallback callback) { in Set()
/external/python/cpython2/Lib/test/
Dtest_property.py14 class PropertySet(PropertyBase): class
46 raise PropertySet(self._spam)
100 self.assertRaises(PropertySet, setattr, sub, "spam", None)
/external/python/cpython3/Lib/test/
Dtest_dynamicclassattribute.py15 class PropertySet(PropertyBase): class
49 raise PropertySet(self._spam)
117 self.assertRaises(PropertySet, setattr, sub, "spam", None)
Dtest_property.py14 class PropertySet(PropertyBase): class
46 raise PropertySet(self._spam)
100 self.assertRaises(PropertySet, setattr, sub, "spam", None)
/external/testng/src/main/java/org/testng/
DTestNGAntTask.java34 import org.apache.tools.ant.types.PropertySet;
1118 public void addConfiguredPropertySet(PropertySet sysPropertySet) { in addConfiguredPropertySet()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp984 llvm::SmallPtrSet<const IdentifierInfo*, 16> &PropertySet,
2906 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, in PushProtocolProperties() argument
2913 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes, in PushProtocolProperties()
2919 if (!PropertySet.insert(PD->getIdentifier()).second) in PushProtocolProperties()
2956 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in EmitPropertyList() local
2968 PropertySet.insert(PD->getIdentifier()); in EmitPropertyList()
2977 if (!PropertySet.insert(PD->getIdentifier()).second) in EmitPropertyList()
2984 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes, in EmitPropertyList()
2989 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes, in EmitPropertyList()
DCGDebugInfo.cpp1945 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in CreateTypeDefinition() local
1948 PropertySet.insert(PD->getIdentifier()); in CreateTypeDefinition()
1954 if (!PropertySet.insert(PD->getIdentifier()).second) in CreateTypeDefinition()
/external/llvm-project/clang/lib/CodeGen/
DCGObjCMac.cpp3235 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, in PushProtocolProperties() argument
3242 if (!PropertySet.insert(PD->getIdentifier()).second) in PushProtocolProperties()
3248 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in PushProtocolProperties()
3278 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in EmitPropertyList() local
3287 PropertySet.insert(PD->getIdentifier()); in EmitPropertyList()
3296 if (!PropertySet.insert(PD->getIdentifier()).second) in EmitPropertyList()
3305 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
3309 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
DCGObjCGNU.cpp3306 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in GeneratePropertyList() local
3321 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList()
3332 PropertySet.insert(PD->getIdentifier()); in GeneratePropertyList()
3345 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList()
DCGDebugInfo.cpp2678 llvm::SmallPtrSet<const IdentifierInfo *, 16> PropertySet; in CreateTypeDefinition() local
2681 PropertySet.insert(PD->getIdentifier()); in CreateTypeDefinition()
2687 if (!PropertySet.insert(PD->getIdentifier()).second) in CreateTypeDefinition()