Home
last modified time | relevance | path

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

/system/bt/service/common/bluetooth/
Ddescriptor.cc36 bool Descriptor::Equals(const Descriptor& other) const { in Equals() function in bluetooth::Descriptor
41 bool Descriptor::operator==(const Descriptor& rhs) const { return Equals(rhs); } in operator ==()
44 return !Equals(rhs); in operator !=()
Dcharacteristic.cc40 bool Characteristic::Equals(const Characteristic& other) const { in Equals() function in bluetooth::Characteristic
48 return Equals(rhs); in operator ==()
52 return !Equals(rhs); in operator !=()
Dservice.cc39 bool Service::Equals(const Service& other) const { in Equals() function in bluetooth::Service
45 bool Service::operator==(const Service& rhs) const { return Equals(rhs); } in operator ==()
47 bool Service::operator!=(const Service& rhs) const { return !Equals(rhs); } in operator !=()
Ddescriptor.h32 bool Equals(const Descriptor& other) const;
Dcharacteristic.h41 bool Equals(const Characteristic& other) const;
Dservice.h41 bool Equals(const Service& other) const;
/system/iorap/tests/src/binder/
Dapp_launch_event_test.cc35 return ::google::protobuf::util::MessageDifferencer::Equals(lhs, rhs); in ProtosEqual()
152 TEST(AppLaunchEventTest, Equals) { in TEST() argument
/system/apex/apexd/
Dapex_file.cpp462 if (!MessageDifferencer::Equals(manifest_, *verifiedManifest)) { in VerifyManifestMatches()
/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc1200 TEST(PurePathTest, Equals) { in TEST() argument