| /foundation/arkui/ace_engine/component_ext/movingphoto/ |
| H A D | movingphoto_layout_property.h | 38 auto value = MakeRefPtr<MovingPhotoLayoutProperty>(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
| H A D | path_paint_property.h | 37 auto value = MakeRefPtr<PathPaintProperty>(); variable [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/ |
| H A D | relative_container_layout_property.h | 36 auto value = MakeRefPtr<RelativeContainerLayoutProperty>(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
| H A D | swiper_arrow_layout_property.h | 34 auto value = MakeRefPtr<SwiperArrowLayoutProperty>(); variable [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
| H A D | text_clock_layout_property.h | 41 auto value = MakeRefPtr<TextClockLayoutProperty>(); variable [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
| H A D | rating_layout_property.h | 39 auto value = MakeRefPtr<RatingLayoutProperty>(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
| H A D | xcomponent_layout_property.h | 34 auto value = MakeRefPtr<XComponentLayoutProperty>(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
| H A D | security_component_layout_property.h | 36 auto value = MakeRefPtr<SecurityComponentLayoutProperty>(); variable [all...] |
| H A D | security_component_paint_property.h | 33 auto value = MakeRefPtr<SecurityComponentPaintProperty>(); variable
|
| /foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
| H A D | algorithms.h | 30 size_t FindFirstOf(const BASE_NS::vector<Type>& vec, const Type& value, size_t pos = 0) in FindFirstOf() argument
|
| /foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
| H A D | intf_call_context.h | 31 IAny::Ptr value; member [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
| H A D | rs_profiler_archive.cpp | 20 void Archive::Serialize(char& value) in Serialize() argument 25 void Archive::Serialize(float& value) in Serialize() argument 30 void Archive::Serialize(double& value) in Serialize() argument 35 void Archive::Serialize(int8_t& value) in Serialize() argument 40 Serialize(int16_t& value) Serialize() argument 45 Serialize(int32_t& value) Serialize() argument 50 Serialize(uint8_t& value) Serialize() argument 55 Serialize(uint16_t& value) Serialize() argument 60 Serialize(uint32_t& value) Serialize() argument 65 Serialize(uint64_t& value) Serialize() argument 70 Serialize(std::string& value) Serialize() argument [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/ |
| H A D | endian_converter.h | 23 static inline uint16_t HostToNet(uint16_t value)
in HostToNet() argument 28 static inline uint16_t NetToHost(uint16_t value)
in NetToHost() argument 33 static inline uint32_t HostToNet(uint32_t value)
in HostToNet() argument 38 static inline uint32_t NetToHost(uint32_t value)
in NetToHost() argument 43 static inline uint64_t HostToNet(uint64_t value)
in HostToNet() argument 48 NetToHost(uint64_t value) NetToHost() argument [all...] |
| /foundation/filemanagement/app_file_service/tests/mock/parameter_mock/src/ |
| H A D | parameter_mock.cpp | 21 int GetParameter(const char *key, const char *def, char *value, uint32_t len) in GetParameter() argument
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | serialize_chunk.h | 36 void Emplace(JSTaggedType value) in Emplace() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_array-inl.h | 24 inline void TaggedArray::Set(const JSThread *thread, uint32_t idx, const T &value) in Set() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | weak_ref_semi_gc_test.cpp | 62 JSTaggedValue value = array.GetTaggedValue(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| H A D | proxy.js | |
| /arkcompiler/runtime_core/assembler/extensions/ |
| H A D | ecmascript_meta.cpp | 98 SetFlags(const std::string_view &attribute, const std::string_view &value) SetFlags() argument 113 RemoveFlags(const std::string_view &attribute, const std::string_view &value) RemoveFlags() argument 123 SetFlags(const std::string_view &attribute, const std::string_view &value) SetFlags() argument 133 RemoveFlags(const std::string_view &attribute, const std::string_view &value) RemoveFlags() argument 143 SetFlags(const std::string_view &attribute, const std::string_view &value) SetFlags() argument 153 RemoveFlags(const std::string_view &attribute, const std::string_view &value) RemoveFlags() argument 163 SetFlags(const std::string_view &attribute, const std::string_view &value) SetFlags() argument 173 RemoveFlags(const std::string_view &attribute, const std::string_view &value) RemoveFlags() argument [all...] |
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | math_helpers.h | 55 constexpr bool IsPowerOfTwo(T value) in IsPowerOfTwo() argument 64 constexpr uint32_t GetPowerOfTwoValue32(uint32_t value) in GetPowerOfTwoValue32() argument [all...] |
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | module_data_accessor.cpp | 31 auto value = static_cast<uint32_t>(panda_file::helpers::Read<sizeof(uint32_t)>(&module_sp)); in ModuleDataAccessor() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| H A D | json_build_helpers.h | 26 void AddElement(std::function<void(JsonArrayBuilder &)> &func, T value) in AddElement() argument 35 void AddProperty(std::function<void(JsonObjectBuilder &)> &func, const char *key, T value) in AddProperty() argument
|
| H A D | numeric_id.h | 44 intmax_t value; in ParseNumericId() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | classStaticBlock.h | 26 explicit ClassStaticBlock(Expression *value, ArenaAllocator *allocator) in ClassStaticBlock() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ |
| H A D | booleanLiteral.h | 30 explicit BooleanLiteral(bool const value) : Literal(AstNodeType::BOOLEAN_LITERAL), boolean_(value) {} in BooleanLiteral() argument
|