Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dproperty.cc26 void PropertyBase::Init(PropertySet* property_set, const std::string& name) { in Init()
37 PropertySet::PropertySet( in PropertySet() function in dbus::PropertySet
46 PropertySet::~PropertySet() { in ~PropertySet()
49 void PropertySet::RegisterProperty(const std::string& name, in RegisterProperty()
55 void PropertySet::ConnectSignals() { in ConnectSignals()
60 base::Bind(&PropertySet::ChangedReceived, in ConnectSignals()
62 base::Bind(&PropertySet::ChangedConnected, in ConnectSignals()
67 void PropertySet::ChangedReceived(Signal* signal) { in ChangedReceived()
92 void PropertySet::ChangedConnected(const std::string& /* interface_name */, in ChangedConnected()
100 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.h155 virtual PropertySet* CreateProperties(
221 PropertySet* GetProperties(const ObjectPath& object_path,
345 typedef std::map<const std::string, PropertySet*> PropertiesMap;
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()
347 PropertySet* properties = GetProperties(object_path, interface); in NotifyPropertiesChangedHelper()
460 PropertySet* property_set; in AddInterface()
/external/libbrillo/brillo/dbus/
Ddbus_property.h30 void Get(dbus::PropertySet::GetCallback callback) { in Get()
43 void Set(const T& value, dbus::PropertySet::SetCallback callback) { in Set()
/external/opencv3/samples/winrt/JavaScript/js/
DAdvancedCapture.js86 var props = new Windows.Foundation.Collections.PropertySet();
/external/opencv3/samples/winrt/ImageManipulations/
DAdvancedCapture.xaml.cpp551 PropertySet^ props = ref new PropertySet(); in __anonfbba547b1002()
/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.cpp980 llvm::SmallPtrSet<const IdentifierInfo*, 16> &PropertySet,
2877 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, in PushProtocolProperties() argument
2883 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes); in PushProtocolProperties()
2885 if (!PropertySet.insert(PD->getIdentifier()).second) in PushProtocolProperties()
2912 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in EmitPropertyList() local
2922 PropertySet.insert(PD->getIdentifier()); in EmitPropertyList()
2928 if (!PropertySet.insert(PD->getIdentifier()).second) in EmitPropertyList()
2935 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes); in EmitPropertyList()
2939 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes); in EmitPropertyList()
DCGDebugInfo.cpp1819 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in CreateTypeDefinition() local
1822 PropertySet.insert(PD->getIdentifier()); in CreateTypeDefinition()
1828 if (!PropertySet.insert(PD->getIdentifier()).second) in CreateTypeDefinition()
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp430 #define _PropertySet Windows::Foundation::Collections::PropertySet
431 #define _Map Windows::Foundation::Collections::PropertySet