/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast_attribute.h | 25 using Attribute = uint32_t;
26 static constexpr Attribute NONE = 0U;
27 static constexpr Attribute MINI = 0x1U;
28 static constexpr Attribute LITE = 0x1U << 1;
29 static constexpr Attribute FULL = 0x1U << 2;
30 static constexpr Attribute ONEWAY = 0x1U << 3;
31 static constexpr Attribute CALLBACK = 0x1U << 4;
32 static constexpr Attribute CACHEABLE = 0x1U << 5;
33 static constexpr Attribute FREEZECONTROL = 0x1U << 6;
35 explicit ASTAttr(Attribute valu [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | attribute.h | 39 struct Attribute { struct 54 struct CommonAttribute : Attribute { 63 struct CommonDisabledAttribute : Attribute { 67 struct CommonFocusableAttribute : Attribute { 71 struct CommonTouchableAttribute : Attribute { 75 struct CommonDataAttribute : Attribute { 79 struct CommonClickEffectAttribute : Attribute { 83 struct CommonRenderAttribute : Attribute { 89 struct CommonMultimodalAttribute : Attribute {
|
H A D | declaration.h | 60 Attribute& GetAttribute(AttributeTag tag) const; 446 void AddSpecializedAttribute(std::shared_ptr<Attribute>&& specializedAttribute); 581 std::unordered_map<AttributeTag, std::shared_ptr<Attribute>> attributes_;
|
/foundation/multimedia/av_codec/test/unittest/hls_test/ |
H A D | hls_tags_unit_test.cpp | 83 Attribute attr("name", "value");
in HWTEST_F() 89 Attribute attr("name", "123");
in HWTEST_F() 95 Attribute attr("name", "1,234"); // "1,234" with comma as thousand separator
in HWTEST_F() 101 Attribute attr("name", "3.14");
in HWTEST_F() 107 Attribute attr("name", "0x48656C6C6F");
in HWTEST_F() 114 Attribute attr("name", "0x1G2H3I"); // Invalid hex characters
in HWTEST_F() 121 Attribute attr("name", "10@100");
in HWTEST_F() 129 Attribute attr("name", "10"); // Byte range without offset
in HWTEST_F() 137 Attribute attr("name", "1920x1080");
in HWTEST_F() 145 Attribute att in HWTEST_F() [all...] |
H A D | hls_tags_unit_test.h | 45 std::shared_ptr<Attribute> attribute = std::make_shared<Attribute>(G_TAG_NAME, G_VALUE);
|
H A D | m3u8_unit_test.cpp | 180 auto attr1 = std::make_shared<Attribute>("DURATION", "3.5");
in HWTEST_F() 192 auto attr1 = std::make_shared<Attribute>("METHOD", "AES-128");
in HWTEST_F() 202 auto attr1 = std::make_shared<Attribute>("URI", "http://example.com/key.bin");
in HWTEST_F() 212 auto attr1 = std::make_shared<Attribute>("IV", "0x12345678");
in HWTEST_F() 412 auto uriAttr = std::make_shared<Attribute>("METHOD", "\"SAMPLE-AES\"");
in HWTEST_F() 414 auto uriAttr1 = std::make_shared<Attribute>("URI", "\"https://example.com/key\"");
in HWTEST_F() 416 auto uriAttr2 = std::make_shared<Attribute>("IV", "\"0123456789ABCDEF\"");
in HWTEST_F()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | hls_tags.h | 28 class Attribute { class 30 Attribute(std::string name, std::string value); 32 Attribute UnescapeQuotes() const; 94 const Attribute& GetValue() const; 96 Attribute attr_; 103 std::shared_ptr<Attribute> GetAttributeByName(const char* name) const; 104 void AddAttribute(std::shared_ptr<Attribute>& attr); 107 std::list<std::shared_ptr<Attribute>> attributes;
|
H A D | hls_tags.cpp | 51 Attribute::Attribute(std::string name, std::string value) in Attribute() function in OHOS::Media::Plugin::HttpPlugin::Attribute 56 uint64_t Attribute::Decimal() const in Decimal() 65 double Attribute::FloatingPoint() const in FloatingPoint() 74 std::vector<uint8_t> Attribute::HexSequence() const in HexSequence() 89 std::pair<std::size_t, std::size_t> Attribute::GetByteRange() const in GetByteRange() 107 std::pair<int, int> Attribute::GetResolution() const in GetResolution() 124 std::string Attribute::GetName() const in GetName() 129 Attribute Attribute [all...] |
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_tags.h | 28 class Attribute { class 30 Attribute(std::string name, std::string value); 32 Attribute UnescapeQuotes() const; 94 const Attribute& GetValue() const; 96 Attribute attr_; 103 std::shared_ptr<Attribute> GetAttributeByName(const char* name) const; 104 void AddAttribute(std::shared_ptr<Attribute>& attr); 107 std::list<std::shared_ptr<Attribute>> attributes;
|
H A D | hls_tags.cpp | 51 Attribute::Attribute(std::string name, std::string value) in Attribute() function in OHOS::Media::Plugins::HttpPlugin::Attribute 56 uint64_t Attribute::Decimal() const in Decimal() 65 double Attribute::FloatingPoint() const in FloatingPoint() 74 std::vector<uint8_t> Attribute::HexSequence() const in HexSequence() 89 std::pair<std::size_t, std::size_t> Attribute::GetByteRange() const in GetByteRange() 107 std::pair<int, int> Attribute::GetResolution() const in GetResolution() 124 std::string Attribute::GetName() const in GetName() 129 Attribute Attribute [all...] |
/foundation/ability/idl_tool/util/ |
H A D | options.h | 32 struct Attribute { struct in OHOS::Idl::Options 156 Attribute GetAttribute() const in GetAttribute() 186 Attribute attribute_ = {"", "", "", false, false};
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | state_attributes.h | 44 template<class AttributeID, class Attribute> 48 StateAttributeValue(AttributeID id, Attribute value) in StateAttributeValue() 52 Attribute value_;
|
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | options.h | 41 struct Attribute { struct in OHOS::Idl::Options 42 Attribute() : doHitrace(false), doLog(false) {} in Attribute() function 196 inline Attribute GetAttribute() const in GetAttribute() 216 attribute(Attribute()), in Options() 305 Attribute attribute;
|
/foundation/multimedia/player_framework/services/utils/include/ |
H A D | task_queue.h | 99 struct Attribute { struct in OHOS::Media::ITaskHandler 107 virtual Attribute GetAttribute() const = 0; 118 TaskHandler(std::function<T(void)> task, ITaskHandler::Attribute attr = {}) : task_(task), attribute_(attr) {} in TaskHandler() 188 ITaskHandler::Attribute GetAttribute() const override 227 ITaskHandler::Attribute attribute_; // task execute attribute.
|
/foundation/ability/idl_tool/codegen/ |
H A D | code_generator.h | 29 CodeGenerator(MetaComponent* mc, const String& language, const String& dir, const Options::Attribute& att);
|
H A D | code_generator.cpp | 29 MetaComponent* mc, const String& language, const String& dir, const Options::Attribute& att) in CodeGenerator()
|
/foundation/ability/idl_tool/test/unittest/codegen_code_generator_test/ |
H A D | codegen_code_generator_test.cpp | 58 Options::Attribute att; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_stop_declaration.h | 23 struct SvgStopAttribute : Attribute {
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/ |
H A D | div_declaration.h | 25 struct DivAttribute : Attribute {
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/richtext/ |
H A D | rich_text_declaration.h | 24 struct RichTextAttribute : Attribute {
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/input/ |
H A D | input_declaration.h | 24 struct InputAttribute : Attribute {
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/texttimer/ |
H A D | texttimer_declaration.h | 29 struct TextTimerAttribute : Attribute {
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_data_structures.h | 332 struct Attribute { struct in GLTF2::AttributeType::RenderMode::FilterMode::WrapMode 581 BASE_NS::vector<Attribute> target; 593 BASE_NS::vector<Attribute> attributes;
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | egl_state.cpp | 178 struct Attribute { struct 186 static constexpr Attribute strings[] = { ATTRIBUTE(EGL_CLIENT_APIS), ATTRIBUTE(EGL_VENDOR), in DumpEGLStrings() 188 for (size_t attr = 0; attr < sizeof(strings) / sizeof(Attribute); attr++) { in DumpEGLStrings() 231 static constexpr Attribute attribs[] = { in DumpEGLSurface() 275 for (size_t attr = 0; attr < sizeof(attribs) / sizeof(Attribute); attr++) { in DumpEGLSurface() 285 static constexpr Attribute attributes[] = { in DumpEGLConfig() 337 for (size_t attr = 0; attr < sizeof(attributes) / sizeof(Attribute); attr++) { in DumpEGLConfig()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/image/ |
H A D | image_animator_declaration.h | 39 struct ImageAnimatorAttribute : Attribute {
|