Home
last modified time | relevance | path

Searched refs:InventoryFormat (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DInventoryConfiguration.h81 InventoryFormat Format() const { return format_; } in Format()
88 void setFormat(InventoryFormat format) { format_ = format; } in setFormat()
96 InventoryFormat format_;
/AliOS-Things-master/components/oss/src/model/
A DInventoryConfiguration.cc67 format_(InventoryFormat::NotSet) in InventoryOSSBucketDestination()
/AliOS-Things-master/components/oss/src/utils/
A DUtils.h109 const char* ToInventoryFormatName(InventoryFormat status);
110 InventoryFormat ToInventoryFormatType(const char* name);
A DUtils.cc1166 const char* AlibabaCloud::OSS::ToInventoryFormatName(InventoryFormat status) in ToInventoryFormatName()
1169 return StatusName[static_cast<int>(status) - static_cast<int>(InventoryFormat::NotSet)]; in ToInventoryFormatName()
1172 InventoryFormat AlibabaCloud::OSS::ToInventoryFormatType(const char* name) in ToInventoryFormatType()
1175 if (!statusName.compare("csv")) return InventoryFormat::CSV; in ToInventoryFormatType()
1176 else return InventoryFormat::NotSet; in ToInventoryFormatType()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DTypes.h123 enum class InventoryFormat enum

Completed in 8 milliseconds