Home
last modified time | relevance | path

Searched refs:Property (Results 1 - 25 of 145) sorted by relevance

123456

/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_object_prop_desc_data.cpp70 std::shared_ptr<Property> prop = GetProp(); in Maker()
90 std::shared_ptr<Property> GetObjectPropDescData::GetProp() in GetProp()
92 std::shared_ptr<Property> prop = GetPropInt(); in GetProp()
102 std::shared_ptr<Property> GetObjectPropDescData::GetPropInt() in GetPropInt()
106 return std::make_shared<Property>(context_->property, MTP_TYPE_UINT16_CODE, false, context_->format); in GetPropInt()
109 return std::make_shared<Property>(context_->property, MTP_TYPE_UINT16_CODE); in GetPropInt()
114 return std::make_shared<Property>(context_->property, MTP_TYPE_UINT32_CODE); in GetPropInt()
116 return std::make_shared<Property>(context_->property, MTP_TYPE_UINT64_CODE); in GetPropInt()
118 return std::make_shared<Property>(context_->property, MTP_TYPE_UINT128_CODE); in GetPropInt()
123 std::shared_ptr<Property> GetObjectPropDescDat
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dproperty.h25 class Property { class
31 Property() = default;
32 Property(nullptr_t) {} in Property() function in Property
35 Property(BASE_NS::shared_ptr<Prop> p) : p_(BASE_NS::move(p)) in Property() function in Property
43 Property(NoCheckT, BASE_NS::shared_ptr<Prop> p) : p_(p) in Property() function in Property
48 Property(const Property<PType>& p) : Property(p.GetProperty()) in Property() function in Property
106 using ConstProperty = Property<const T>;
109 inline bool operator==(const Property<
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dinterface_macros.h28 return META_NS::ConstProperty<type> { this->Property##name() }; \
32 META_NS::Property<type> name() noexcept \
34 return META_NS::Property<type> { this->Property##name() }; \
48 virtual BASE_NS::shared_ptr<const META_NS::IProperty> Property##name() const = 0; \
57 virtual BASE_NS::shared_ptr<META_NS::IProperty> Property##name() = 0; \
63 return META_NS::ConstArrayProperty<type> { this->Property##name() }; \
69 return META_NS::ArrayProperty<type> { this->Property##name() }; \
77 virtual BASE_NS::shared_ptr<const META_NS::IProperty> Property##name() const = 0; \
86 virtual BASE_NS::shared_ptr<META_NS::IProperty> Property##nam
[all...]
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dproperty.cpp22 { Property::Form::None, "None" },
23 { Property::Form::Range, "Range" },
24 { Property::Form::Enum, "Enum" },
25 { Property::Form::DateTime, "DateTime" },
28 Property::Value::Value() in Value()
36 void Property::Value::Dump(uint32_t valueType) in Dump()
41 std::string Property::Value::ToString(uint32_t valueType) in ToString()
57 bool Property::Value::BinToString(uint32_t valueType, std::string &outStr) in BinToString()
100 bool Property::Value::StrToString(uint32_t valueType, std::string &outStr) in StrToString()
117 Property function in OHOS::Media::Property
126 Property::Property(uint16_t propCode, uint16_t propType, bool propWriteable, int value) Property() function in OHOS::Media::Property
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dikvdb_multi_ver_data_storage.h41 struct Property final {
50 virtual int Open(const Property &property) = 0;
60 virtual int CheckVersion(const Property &property, bool &isDbExist) const = 0;
61 virtual int GetVersion(const Property &property, int &version, bool &isDbExisted) const = 0;
62 virtual int BackupCurrentDatabase(const Property &property, const std::string &dir) = 0;
63 virtual int ImportDatabase(const Property &property, const std::string &dir, const CipherPassword &passwd) = 0;
H A Dmulti_ver_kvdata_storage.h45 struct Property final {
58 int Open(const Property &property);
74 int CheckVersion(const Property &property, bool &isDbAllExist) const;
76 int BackupCurrentDatabase(const Property &property, const std::string &dir);
78 int ImportDatabase(const Property &property, const std::string &dir, const CipherPassword &passwd);
81 int GetVersion(const Property &property, int &metaVer, bool &isMetaDbExist,
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_object_prop_list_data.h31 bool SetProps(std::shared_ptr<std::vector<Property>> &props);
34 static void WriteProperty(std::vector<uint8_t> &outBuffer, const Property &prop);
35 static void WritePropertyStrValue(std::vector<uint8_t> &outBuffer, const Property &prop);
36 static void WritePropertyIntValue(std::vector<uint8_t> &outBuffer, const Property &prop);
40 std::shared_ptr<std::vector<Property>> props_;
H A Dget_object_prop_desc_data.h32 std::shared_ptr<Property> GetProp();
33 std::shared_ptr<Property> GetPropInt();
34 std::shared_ptr<Property> GetPropStr();
35 std::shared_ptr<Property> GetPropForm();
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_data_storage.h44 int Open(const Property &property) override;
67 int CheckVersion(const Property &property, bool &isDbExist) const override;
69 int GetVersion(const Property &property, int &version, bool &isDbExisted) const override;
71 int BackupCurrentDatabase(const Property &property, const std::string &dir) override;
73 int ImportDatabase(const Property &property, const std::string &dir, const CipherPassword &passwd) override;
76 Property property_;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dikvdb_commit_storage.h31 struct Property final {
40 virtual int CheckVersion(const Property &property, bool &isDbExist) const = 0;
41 virtual int Open(const Property &property) = 0;
43 virtual int Remove(const Property &property) = 0;
56 virtual int BackupCurrentDatabase(const Property &property, const std::string &dir) = 0;
57 virtual int ImportDatabase(const Property &property, const std::string &dir, const CipherPassword &passwd) = 0;
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_api_impl.h29 struct Property;
35 PropertyApiImpl(BlockType* data, BASE_NS::array_view<const Property> props);
44 const Property* MetaData(size_t index) const override;
45 BASE_NS::array_view<const Property> MetaData() const override;
62 BASE_NS::array_view<const Property> componentMetadata_;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_native_test.cpp62 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); in HWTEST_F()
64 for (Property property : *outProps) { in HWTEST_F()
88 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); in HWTEST_F()
90 for (Property property : *outProps) { in HWTEST_F()
115 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); in HWTEST_F()
117 for (Property property : *outProps) { in HWTEST_F()
142 shared_ptr<vector<Property>> outProp in HWTEST_F()
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dworld_matrix_component_manager.cpp31 using CORE_NS::Property;
37 const array_view<const Property> componentMetaData_ { ComponentMetadata, countof(ComponentMetadata) };
51 const Property* MetaData(size_t index) const override
59 array_view<const Property> MetaData() const override
H A Drsdz_model_id_component_manager.cpp31 using CORE_NS::Property;
37 const array_view<const Property> ComponentMetaData { ComponentMetadata, countof(ComponentMetadata) };
51 const Property* MetaData(size_t index) const override
59 array_view<const Property> MetaData() const override
H A Drender_mesh_component_manager.cpp31 using CORE_NS::Property;
37 const array_view<const Property> componentMetaData_ { ComponentMetadata, countof(ComponentMetadata) };
51 const Property* MetaData(size_t index) const override
59 array_view<const Property> MetaData() const override
H A Dtransform_component_manager.cpp31 using CORE_NS::Property;
37 const array_view<const Property> componentMetaData_ { ComponentMetadata, countof(ComponentMetadata) };
51 const Property* MetaData(size_t index) const override
59 array_view<const Property> MetaData() const override
H A Dskin_ibm_component_manager.cpp31 using CORE_NS::Property;
37 const array_view<const Property> componentMetaData_ { ComponentMetadata, countof(ComponentMetadata) };
51 const Property* MetaData(size_t index) const override
59 array_view<const Property> MetaData() const override
H A Dskin_component_manager.cpp31 using CORE_NS::Property;
37 const array_view<const Property> componentMetaData_ { ComponentMetadata, countof(ComponentMetadata) };
51 const Property* MetaData(size_t index) const override
59 array_view<const Property> MetaData() const override
H A Danimation_input_component_manager.cpp31 using CORE_NS::Property;
38 const array_view<const Property> ComponentMetaData { ComponentMetadata, countof(ComponentMetadata) };
53 const Property* MetaData(size_t index) const override
61 array_view<const Property> MetaData() const override
H A Dprevious_world_matrix_component_manager.cpp29 using CORE_NS::Property;
36 const array_view<const Property> componentMetaData_ { ComponentMetadata, countof(ComponentMetadata) };
51 const Property* MetaData(size_t index) const override
59 array_view<const Property> MetaData() const override
H A Dprevious_joint_matrices_component_manager.cpp30 using CORE_NS::Property;
37 const array_view<const Property> componentMetaData_ { ComponentMetadata, countof(ComponentMetadata) };
52 const Property* MetaData(size_t index) const override
60 array_view<const Property> MetaData() const override
H A Dphysical_camera_component_manager.cpp31 using CORE_NS::Property;
38 const array_view<const Property> componentMetaData_ { ComponentMetadata, countof(ComponentMetadata) };
53 const Property* MetaData(size_t index) const override
61 array_view<const Property> MetaData() const override
H A Dlocal_matrix_component_manager.cpp31 using CORE_NS::Property;
37 const array_view<const Property> componentMetaData_ { ComponentMetadata, countof(ComponentMetadata) };
51 const Property* MetaData(size_t index) const override
59 array_view<const Property> MetaData() const override
H A Dname_component_manager.cpp31 using CORE_NS::Property;
37 const array_view<const Property> ComponentMetaData { ComponentMetadata, countof(ComponentMetadata) };
48 const Property* MetaData(size_t index) const override
55 array_view<const Property> MetaData() const override
H A Djoint_matrices_component_manager.cpp31 using CORE_NS::Property;
37 const array_view<const Property> componentMetaData_ { ComponentMetadata, countof(ComponentMetadata) };
52 const Property* MetaData(size_t index) const override
60 array_view<const Property> MetaData() const override

Completed in 9 milliseconds

123456