Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dserializable_test.cpp34 static bool IsSame(Config::Component &oldComp, Config::Component &newComp);
73 bool SerializableTest::IsSame(Config::Component &oldComp, Config::Component &newComp) in IsSame() argument
76 isSame = oldComp.description == newComp.description; in IsSame()
77 isSame = oldComp.lib == newComp.lib && isSame; in IsSame()
78 isSame = oldComp.constructor == newComp.constructor && isSame; in IsSame()
79 isSame = oldComp.destructor == newComp.destructor && isSame; in IsSame()
80 isSame = oldComp.params == newComp.params && isSame; in IsSame()