• Home
  • Raw
  • Download

Lines Matching defs:name

67 bool PropertyStore::SetAnyProperty(const string& name,  in SetAnyProperty()
238 bool PropertyStore::GetBoolProperty(const string& name, in GetBoolProperty()
244 bool PropertyStore::GetInt16Property(const string& name, in GetInt16Property()
250 bool PropertyStore::GetInt32Property(const string& name, in GetInt32Property()
256 bool PropertyStore::GetKeyValueStoreProperty(const string& name, in GetKeyValueStoreProperty()
263 bool PropertyStore::GetRpcIdentifierProperty(const string& name, in GetRpcIdentifierProperty()
270 bool PropertyStore::GetStringProperty(const string& name, in GetStringProperty()
276 bool PropertyStore::GetStringmapProperty(const string& name, in GetStringmapProperty()
283 bool PropertyStore::GetStringmapsProperty(const string& name, in GetStringmapsProperty()
290 bool PropertyStore::GetStringsProperty(const string& name, in GetStringsProperty()
296 bool PropertyStore::GetUint8Property(const string& name, in GetUint8Property()
302 bool PropertyStore::GetByteArrayProperty(const string& name, in GetByteArrayProperty()
308 bool PropertyStore::GetUint16Property(const string& name, in GetUint16Property()
314 bool PropertyStore::GetUint16sProperty(const string& name, in GetUint16sProperty()
321 bool PropertyStore::GetUint32Property(const string& name, in GetUint32Property()
327 bool PropertyStore::GetUint64Property(const string& name, in GetUint64Property()
333 bool PropertyStore::SetBoolProperty(const string& name, in SetBoolProperty()
339 bool PropertyStore::SetInt16Property(const string& name, in SetInt16Property()
345 bool PropertyStore::SetInt32Property(const string& name, in SetInt32Property()
351 bool PropertyStore::SetKeyValueStoreProperty(const string& name, in SetKeyValueStoreProperty()
358 bool PropertyStore::SetStringProperty(const string& name, in SetStringProperty()
364 bool PropertyStore::SetStringmapProperty(const string& name, in SetStringmapProperty()
372 const string& name, in SetStringmapsProperty()
379 bool PropertyStore::SetStringsProperty(const string& name, in SetStringsProperty()
386 bool PropertyStore::SetUint8Property(const string& name, in SetUint8Property()
392 bool PropertyStore::SetByteArrayProperty(const string& name, in SetByteArrayProperty()
398 bool PropertyStore::SetUint16Property(const string& name, in SetUint16Property()
404 bool PropertyStore::SetUint16sProperty(const string& name, in SetUint16sProperty()
411 bool PropertyStore::SetUint32Property(const string& name, in SetUint32Property()
417 bool PropertyStore::SetUint64Property(const string& name, in SetUint64Property()
423 bool PropertyStore::SetRpcIdentifierProperty(const string& name, in SetRpcIdentifierProperty()
430 bool PropertyStore::ClearProperty(const string& name, Error* error) { in ClearProperty()
559 void PropertyStore::RegisterBool(const string& name, bool* prop) { in RegisterBool()
565 void PropertyStore::RegisterConstBool(const string& name, const bool* prop) { in RegisterConstBool()
571 void PropertyStore::RegisterWriteOnlyBool(const string& name, bool* prop) { in RegisterWriteOnlyBool()
578 void PropertyStore::RegisterInt16(const string& name, int16_t* prop) { in RegisterInt16()
584 void PropertyStore::RegisterConstInt16(const string& name, in RegisterConstInt16()
592 void PropertyStore::RegisterWriteOnlyInt16(const string& name, int16_t* prop) { in RegisterWriteOnlyInt16()
598 void PropertyStore::RegisterInt32(const string& name, int32_t* prop) { in RegisterInt32()
604 void PropertyStore::RegisterConstInt32(const string& name, in RegisterConstInt32()
612 void PropertyStore::RegisterWriteOnlyInt32(const string& name, int32_t* prop) { in RegisterWriteOnlyInt32()
619 void PropertyStore::RegisterString(const string& name, string* prop) { in RegisterString()
625 void PropertyStore::RegisterConstString(const string& name, in RegisterConstString()
633 void PropertyStore::RegisterWriteOnlyString(const string& name, string* prop) { in RegisterWriteOnlyString()
640 void PropertyStore::RegisterStringmap(const string& name, Stringmap* prop) { in RegisterStringmap()
647 void PropertyStore::RegisterConstStringmap(const string& name, in RegisterConstStringmap()
655 void PropertyStore::RegisterWriteOnlyStringmap(const string& name, in RegisterWriteOnlyStringmap()
663 void PropertyStore::RegisterStringmaps(const string& name, Stringmaps* prop) { in RegisterStringmaps()
670 void PropertyStore::RegisterConstStringmaps(const string& name, in RegisterConstStringmaps()
678 void PropertyStore::RegisterWriteOnlyStringmaps(const string& name, in RegisterWriteOnlyStringmaps()
686 void PropertyStore::RegisterStrings(const string& name, Strings* prop) { in RegisterStrings()
693 void PropertyStore::RegisterConstStrings(const string& name, in RegisterConstStrings()
701 void PropertyStore::RegisterWriteOnlyStrings(const string& name, in RegisterWriteOnlyStrings()
709 void PropertyStore::RegisterUint8(const string& name, uint8_t* prop) { in RegisterUint8()
715 void PropertyStore::RegisterConstUint8(const string& name, in RegisterConstUint8()
723 void PropertyStore::RegisterWriteOnlyUint8(const string& name, uint8_t* prop) { in RegisterWriteOnlyUint8()
730 void PropertyStore::RegisterByteArray(const string& name, ByteArray* prop) { in RegisterByteArray()
737 void PropertyStore::RegisterConstByteArray(const string& name, in RegisterConstByteArray()
745 void PropertyStore::RegisterWriteOnlyByteArray(const string& name, in RegisterWriteOnlyByteArray()
753 void PropertyStore::RegisterUint16(const string& name, uint16_t* prop) { in RegisterUint16()
760 void PropertyStore::RegisterUint16s(const string& name, Uint16s* prop) { in RegisterUint16s()
767 void PropertyStore::RegisterUint32(const std::string& name, uint32_t* prop) { in RegisterUint32()
774 void PropertyStore::RegisterConstUint32(const string& name, in RegisterConstUint32()
782 void PropertyStore::RegisterConstUint16(const string& name, in RegisterConstUint16()
790 void PropertyStore::RegisterConstUint16s(const string& name, in RegisterConstUint16s()
798 void PropertyStore::RegisterWriteOnlyUint16(const string& name, in RegisterWriteOnlyUint16()
806 void PropertyStore::RegisterDerivedBool(const string& name, in RegisterDerivedBool()
813 void PropertyStore::RegisterDerivedInt32(const string& name, in RegisterDerivedInt32()
821 const string& name, in RegisterDerivedKeyValueStore()
829 const string& name, in RegisterDerivedRpcIdentifier()
837 const string& name, in RegisterDerivedRpcIdentifiers()
844 void PropertyStore::RegisterDerivedString(const string& name, in RegisterDerivedString()
851 void PropertyStore::RegisterDerivedStrings(const string& name, in RegisterDerivedStrings()
858 void PropertyStore::RegisterDerivedStringmap(const string& name, in RegisterDerivedStringmap()
865 void PropertyStore::RegisterDerivedStringmaps(const string& name, in RegisterDerivedStringmaps()
872 void PropertyStore::RegisterDerivedUint16(const string& name, in RegisterDerivedUint16()
879 void PropertyStore::RegisterDerivedUint64(const string& name, in RegisterDerivedUint64()
886 void PropertyStore::RegisterDerivedByteArray(const string& name, in RegisterDerivedByteArray()
897 const string& name, in GetProperty()
926 const string& name, in SetProperty()