Searched defs:DeviceExtraInfo (Results 1 – 1 of 1) sorted by relevance
160 struct DeviceExtraInfo final : public Serializable { struct161 static constexpr int32_t OH_OS_TYPE = 10;163 int32_t OS_TYPE = OH_OS_TYPE;165 DeviceExtraInfo() {}; in DeviceExtraInfo() argument166 ~DeviceExtraInfo() {}; in ~DeviceExtraInfo()167 bool Marshal(json &node) const override in Marshal()171 bool Unmarshal(const json &node) override in Unmarshal()