Home
last modified time | relevance | path

Searched defs:NormalEx (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/appdatafwk/unittest/
H A Dserializable_test.cpp66 struct NormalEx final : public Serializable { struct in OHOS::Test::SerializableTest
68 std::vector<Normal> normals{ Normal(), Normal() };
69 Normal normal;
70 int32_t count = 123;
71 std::string name = "wdt";
72 bool Marshal(json &node) const override in Marshal()
80 bool Unmarshal(const json &node) override in Unmarshal()
88 bool operator==(const NormalEx &normalEx) const in operator ==()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dserializable_test.cpp65 struct NormalEx final : public Serializable { struct in OHOS::Test::SerializableTest
67 std::vector<Normal> normals {Normal(), Normal()};
68 Normal normal;
69 int32_t count = 123;
70 std::string name = "wdt";
71 bool Marshal(json &node) const override in Marshal()
79 bool Unmarshal(const json &node) override in Unmarshal()
87 bool operator==(const NormalEx &normalEx) const in operator ==()