Home
last modified time | relevance | path

Searched refs:WriteProperty (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_object_prop_list_data.h34 static void WriteProperty(std::vector<uint8_t> &outBuffer, const Property &prop);
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_object_prop_list_data.cpp74 WriteProperty(outBuffer, prop); in Maker()
101 void GetObjectPropListData::WriteProperty(std::vector<uint8_t> &outBuffer, const Property &prop) in WriteProperty() function in OHOS::Media::GetObjectPropListData
108 MEDIA_ERR_LOG("GetObjectPropListData::WriteProperty bad value"); in WriteProperty()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H A Dintf_ecs_serializer.h80 virtual bool WriteProperty(const IEntityCollection& ec, const Property& property, uintptr_t offset,
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp65 bool WriteProperty(const IEntityCollection& ec, const CORE_NS::Property& property, uintptr_t offset,
635 if (WriteProperty(ec, *propertyOffset.property, propertyOffset.offset, propertyJson)) { in WriteComponent()
656 bool EcsSerializer::WriteProperty( in WriteProperty() function in EcsSerializer
699 WriteProperty(ec, container.property, ptr, elementJson); in WriteProperty()
729 WriteProperty(ec, container.property, ptr, elementJson); in WriteProperty()
741 if (WriteProperty(ec, subProperty, offset + subProperty.offset, subPropertyJson)) { in WriteProperty()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_serializer.h80 virtual bool WriteProperty(const IEntityCollection& ec, const CORE_NS::Property& property, uintptr_t offset,
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.h48 bool WriteProperty(const IEntityCollection& ec, const CORE_NS::Property& property, uintptr_t offset,
H A Decs_serializer.cpp697 if (WriteProperty(ec, *propertyOffset.property, propertyOffset.offset, propertyJson)) { in WriteComponent()
718 bool EcsSerializer::WriteProperty( in WriteProperty() function in EcsSerializer
761 WriteProperty(ec, container.property, ptr, elementJson); in WriteProperty()
791 WriteProperty(ec, container.property, ptr, elementJson); in WriteProperty()
803 if (WriteProperty(ec, subProperty, offset + subProperty.offset, subPropertyJson)) { in WriteProperty()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_payload_data_test.cpp861 getObjectPropListData.WriteProperty(outBuffer, prop); in HWTEST_F()
864 getObjectPropListData.WriteProperty(outBuffer, propOne); in HWTEST_F()
867 getObjectPropListData.WriteProperty(outBuffer, propTwo); in HWTEST_F()

Completed in 9 milliseconds