/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | get_object_prop_desc_data.cpp | 69 std::shared_ptr<Property> prop = GetProp(); in Maker() 88 std::shared_ptr<Property> GetObjectPropDescData::GetProp() in GetProp() 90 std::shared_ptr<Property> prop = GetPropInt(); in GetProp() 100 std::shared_ptr<Property> GetObjectPropDescData::GetPropInt() in GetPropInt() 121 std::shared_ptr<Property> GetObjectPropDescData::GetPropStr() in GetPropStr() 136 …std::shared_ptr<Property> prop = std::make_shared<Property>(context_->property, MTP_TYPE_STRING_CO… in GetPropStr() 146 std::shared_ptr<Property> GetObjectPropDescData::GetPropForm() in GetPropForm() 150 …std::shared_ptr<Property> prop = std::make_shared<Property>(context_->property, MTP_TYPE_UINT16_CO… in GetPropForm() 155 …std::shared_ptr<Property> prop = std::make_shared<Property>(context_->property, MTP_TYPE_UINT32_CO… in GetPropForm() 160 …std::shared_ptr<Property> prop = std::make_shared<Property>(context_->property, MTP_TYPE_UINT16_CO… in GetPropForm() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/ |
H A D | property.h | 25 class Property { in META_BEGIN_NAMESPACE() 31 Property() = default; in META_BEGIN_NAMESPACE() 32 Property(nullptr_t) {} in META_BEGIN_NAMESPACE() 35 Property(BASE_NS::shared_ptr<Prop> p) : p_(BASE_NS::move(p)) in META_BEGIN_NAMESPACE() 43 Property(NoCheckT, BASE_NS::shared_ptr<Prop> p) : p_(p) in META_BEGIN_NAMESPACE() 48 Property(const Property<PType>& p) : Property(p.GetProperty()) in META_BEGIN_NAMESPACE() 106 using ConstProperty = Property<const T>; 109 inline bool operator==(const Property<T>& l, const Property<T>& r) 115 inline bool operator!=(const Property<T>& l, const Property<T>& r) 125 BASE_NS::shared_ptr<T> interface_pointer_cast(const META_NS::Property<S>& p) in META_END_NAMESPACE() [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | property.cpp | 22 { Property::Form::None, "None" }, 23 { Property::Form::Range, "Range" }, 24 { Property::Form::Enum, "Enum" }, 28 Property::Value::Value() in Value() 107 Property::Property() in Property() function in OHOS::Media::Property 116 Property::Property(uint16_t propCode, uint16_t propType, bool propWriteable, int value) in Property() function in OHOS::Media::Property 158 Property::~Property() in ~Property() 218 const std::shared_ptr<Property::Value> Property::GetCurrentValue() in GetCurrentValue() 313 void Property::SetFormDateTime() in SetFormDateTime() 324 bool Property::IsArrayType() const in IsArrayType() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | interface_macros.h | 28 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##name() = 0; \
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/ |
H A D | mtp_native_test.cpp | 62 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); 88 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); 115 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); 142 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); 168 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); 194 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); 221 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); 247 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); 273 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); 300 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); [all …]
|
H A D | mtp_test.cpp | 221 Property propertyTest; 248 Property property(propCode, MTP_TYPE_UINT8_CODE); 265 Property property(propCode, MTP_TYPE_AINT8_CODE); 267 shared_ptr<vector<Property::Value>> values; 270 values = make_shared<vector<Property::Value>>(); 280 shared_ptr<Property::Value> value = make_shared<Property::Value>(); 309 Property::Value value; 361 Property::Value value; 408 shared_ptr<vector<Property::Value>> values; 432 shared_ptr<Property::Value> valueTest; [all …]
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/faceauth/ |
H A D | _property_faceauth_v11.md | 1 # Property chapter 33 unsigned long Property::authSubType 43 String Property::enrollmentProgress 53 int Property::lockoutDuration 63 int Property::remainAttempts 73 String Property::sensorInfo
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/fingerauth/ |
H A D | _property_fingerauth_v11.md | 1 # Property chapter 33 unsigned long Property::authSubType 43 String Property::enrollmentProgress 53 int Property::lockoutDuration 63 int Property::remainAttempts 73 String Property::sensorInfo
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | animation_api.h | 115 inline Meta::Property<Meta::IProperty::WeakPtr> Property() noexcept in META_BEGIN_NAMESPACE() 117 return GetPropertyAnimationInterface()->Property(); in META_BEGIN_NAMESPACE() 119 inline FinalClassType& Property(const Meta::IProperty::WeakPtr& value) in META_BEGIN_NAMESPACE() 121 Property()->SetValue(value); in META_BEGIN_NAMESPACE() 180 inline Meta::Property<Meta::IProperty::WeakPtr> Property() noexcept in META_BEGIN_NAMESPACE() 182 return GetPropertyAnimationInterface()->Property(); in META_BEGIN_NAMESPACE() 184 inline FinalClassType& Property(const Meta::IProperty::WeakPtr& value) in META_BEGIN_NAMESPACE() 186 Property()->SetValue(value); in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/pin_auth_v1_1/cpp_target/pin_auth/v1_1/ |
H A D | pin_auth_types.cpp.txt | 28 bool PropertyBlockMarshalling(OHOS::MessageParcel& data, const OHOS::HDI::PinAuth::V1_1::Property& … 30 … if (!data.WriteUnpadBuffer((const void*)&dataBlock, sizeof(OHOS::HDI::PinAuth::V1_1::Property))) { 36 bool PropertyBlockUnmarshalling(OHOS::MessageParcel& data, OHOS::HDI::PinAuth::V1_1::Property& data… 38 …1::Property *dataBlockPtr = reinterpret_cast<const OHOS::HDI::PinAuth::V1_1::Property*>(data.ReadU… 43 …ataBlock, sizeof(OHOS::HDI::PinAuth::V1_1::Property), dataBlockPtr, sizeof(OHOS::HDI::PinAuth::V1_…
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/pinauth/ |
H A D | _property_v20.md | 1 # Property chapter 32 unsigned long Property::authSubType 43 int Property::lockoutDuration 54 int Property::nextFailLockoutDuration 65 int Property::remainAttempts
|
H A D | _property_pinauth_v11.md | 1 # Property chapter 31 unsigned long Property::authSubType 41 int Property::lockoutDuration 51 int Property::remainAttempts
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | ikvdb_multi_ver_data_storage.h | 41 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 …
|
H A D | multi_ver_kvdata_storage.h | 45 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,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | ikvdb_commit_storage.h | 31 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 …
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_multi_ver_data_storage.h | 44 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)… 76 Property property_;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/ |
H A D | get_object_prop_list_data.h | 31 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 D | get_object_prop_desc_data.h | 32 std::shared_ptr<Property> GetProp(); 33 std::shared_ptr<Property> GetPropInt(); 34 std::shared_ptr<Property> GetPropStr(); 35 std::shared_ptr<Property> GetPropForm();
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_api_impl.h | 29 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_;
|
H A D | property_data.h | 31 struct Property; 47 const Property* property { nullptr }; 79 …BASE_NS::array_view<const Property> properties, BASE_NS::string_view propertyPath, uintptr_t baseO… 87 BASE_NS::array_view<const Property> properties, BASE_NS::string_view propertyPath); 92 BASE_NS::array_view<const Property> MetaData() const; 93 const Property* MetaData(size_t index) const;
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-custom-components-access-restrictions.md | 78 Property 'state_value' is private and can not be initialized through the component constructor. 79 Property 'prop_value' is private and can not be initialized through the component constructor. 120 Property 'local_prop_value' can not be decorated with both @LocalStorageProp and public. 121 Property 'local_link_value' can not be decorated with both @LocalStorageLink and public. 122 Property 'storage_prop_value' can not be decorated with both @StorageProp and public. 123 Property 'storage_link_value' can not be decorated with both @StorageLink and public. 124 Property 'consume_value' can not be decorated with both @Consume and public. 164 Property 'link_value' can not be decorated with both @Link and private. 165 Property 'objectLink_value' can not be decorated with both @ObjectLink and private. 230 Property 'prop_value' can not be decorated with both @Require and private. [all …]
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-custom-components-access-restrictions.md | 88 Property 'state_value' is private and can not be initialized through the component constructor. 89 Property 'prop_value' is private and can not be initialized through the component constructor. 90 Property 'provide_value' is private and can not be initialized through the component constructor. 184 Property 'local_prop_value' can not be decorated with both @LocalStorageProp and public. 185 Property 'local_link_value' can not be decorated with both @LocalStorageLink and public. 186 Property 'storage_prop_value' can not be decorated with both @StorageProp and public. 187 Property 'storage_link_value' can not be decorated with both @StorageLink and public. 188 Property 'consume_value' can not be decorated with both @Consume and public. 262 Property 'link_value' can not be decorated with both @Link and private. 263 Property 'objectLink_value' can not be decorated with both @ObjectLink and private. [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | implementation_macros.h | 45 …::META_NS::Property<::META_NS::PropertyType_v<type>> metaProperty##name##_ = … 81 ::META_NS::IProperty::Ptr Property##name() noexcept override \ 97 ::META_NS::IProperty::Ptr Property##name() noexcept override \ 145 META_NS::IProperty::ConstPtr Property##name() const noexcept override \ 156 META_NS::IProperty::Ptr Property##name() noexcept override \ 163 META_FORWARD_READONLY_PROPERTY(type, name, this->Super::Property##name()) 165 …_FORWARD_BASE_PROPERTY(type, name) META_FORWARD_PROPERTY(type, name, this->Super::Property##name()) 168 META_NS::IProperty::ConstPtr Property##name() const noexcept override \ 179 META_NS::IProperty::Ptr Property##name() noexcept override \ 186 META_FORWARD_READONLY_ARRAY_PROPERTY(type, name, this->Super::Property##name()) [all …]
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/mock/ |
H A D | ime_info_inquirer.h | 33 std::shared_ptr<Property> GetCurrentInputMethod(int32_t userId); 34 std::shared_ptr<Property> GetDefaultImeCfgProp(); 40 static std::shared_ptr<Property> currentIme_; 41 static std::shared_ptr<Property> defaultImeProperty_;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/ |
H A D | array_property_event_handler.h | 31 using Property = ArrayProperty<ValueType>; in META_BEGIN_NAMESPACE() local 36 bool Subscribe(const Property& property, T* instance, void (T::*callback)(const ArrayChange&)) in META_BEGIN_NAMESPACE() 43 bool Subscribe(const Property& property, void (*callback)(const ArrayChange&)) in META_BEGIN_NAMESPACE() 50 bool Subscribe(const Property& property, Func func, const ITaskQueue::Ptr& queue = nullptr) in META_BEGIN_NAMESPACE() 60 bool Subscribe(const Property& property, Func func, const BASE_NS::Uid& queueId) in META_BEGIN_NAMESPACE()
|