Searched defs:Attribute (Results 1 – 12 of 12) sorted by relevance
46 struct Attribute { struct49 int32_t profileId_ = 0;52 int32_t authType_ = 0;57 bool isRoamingApn_ = false;61 bool isEdited_ = false;
41 struct Attribute { struct42 Attribute() : doHitrace(false), doLog(false) {} in Attribute() function43 std::string hitraceTag;44 std::string logTag;45 std::string domainId;46 bool doHitrace;47 bool doLog;
32 struct Attribute { struct33 String hitraceTag;34 String logTag;35 String domainId;36 bool doHitrace;37 bool doLog;
39 struct Attribute { struct51 AttributeTag tag = AttributeTag::DEFAULT; argument54 struct CommonAttribute : Attribute { argument
65 typedef void Attribute; typedef
103 typedef void Attribute; typedef
178 struct Attribute { struct179 EGLint attribute;180 char const* const Name;
51 Attribute::Attribute(std::string name, std::string value) in Attribute() function in OHOS::Media::Plugin::HttpPlugin::Attribute
51 Attribute::Attribute(std::string name, std::string value) in Attribute() function in OHOS::Media::Plugins::HttpPlugin::Attribute
3850 ## Attribute section
332 struct Attribute { in CORE3D_BEGIN_NAMESPACE() struct333 AttributeBase attribute; in CORE3D_BEGIN_NAMESPACE()