Searched refs:WriteProperty (Results 1 - 8 of 8) sorted by relevance
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/ |
H A D | get_object_prop_list_data.h | 34 static void WriteProperty(std::vector<uint8_t> &outBuffer, const Property &prop);
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | get_object_prop_list_data.cpp | 74 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 D | intf_ecs_serializer.h | 80 virtual bool WriteProperty(const IEntityCollection& ec, const Property& property, uintptr_t offset,
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | ecs_serializer.cpp | 65 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 D | intf_ecs_serializer.h | 80 virtual bool WriteProperty(const IEntityCollection& ec, const CORE_NS::Property& property, uintptr_t offset,
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_serializer.h | 48 bool WriteProperty(const IEntityCollection& ec, const CORE_NS::Property& property, uintptr_t offset,
|
H A D | ecs_serializer.cpp | 697 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 D | mtp_payload_data_test.cpp | 861 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