Searched defs:aRhs (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/ot-br-posix/tests/gtest/ |
H A D | test_dbus_message.cpp | 62 bool operator==(const TestStruct &aLhs, const TestStruct &aRhs) in operator ==() 67 bool operator==(const otbr::DBus::ChannelQuality &aLhs, const otbr::DBus::ChannelQuality &aRhs) in operator ==() 72 bool operator==(const otbr::DBus::ChildInfo &aLhs, const otbr::DBus::ChildInfo &aRhs) in operator ==() 83 bool operator==(const otbr::DBus::NeighborInfo &aLhs, const otbr::DBus::NeighborInfo &aRhs) in operator ==() 94 bool operator==(const otbr::DBus::LeaderData &aLhs, const otbr::DBus::LeaderData &aRhs) in operator ==() 101 bool operator==(const otbr::DBus::ActiveScanResult &aLhs, const otbr::DBus::ActiveScanResult &aRhs) in operator ==() 110 bool operator==(const otbr::DBus::Ip6Prefix &aLhs, const otbr::DBus::Ip6Prefix &aRhs) in operator ==() 118 bool operator==(const otbr::DBus::ExternalRoute &aLhs, const otbr::DBus::ExternalRoute &aRhs) in operator ==()
|
/aosp_15_r20/external/openthread/src/core/radio/ |
H A D | radio.cpp | 112 inline uint64_t UintSafeMinus(uint64_t aLhs, uint64_t aRhs) { return aLhs > aRhs ? (aLhs - aRhs) : … in UintSafeMinus()
|
/aosp_15_r20/external/ot-br-posix/tests/dbus/ |
H A D | test_dbus_client.cpp | 87 static bool operator==(const otbr::DBus::Ip6Prefix &aLhs, const otbr::DBus::Ip6Prefix &aRhs) in operator ==()
|
/aosp_15_r20/external/ot-br-posix/src/android/ |
H A D | otdaemon_server.cpp | 854 …c bool areDatasetsEqual(const otOperationalDatasetTlvs &aLhs, const otOperationalDatasetTlvs &aRhs) in areDatasetsEqual()
|