Home
last modified time | relevance | path

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

/external/ot-br-posix/tests/dbus/
Dtest_dbus_client.cpp144 TEST_ASSERT(srpServerInfo.mHosts.mRemainingLeaseTimeTotal == 0); in CheckSrpServerInfo()
150 TEST_ASSERT(srpServerInfo.mServices.mRemainingLeaseTimeTotal == 0); in CheckSrpServerInfo()
/external/ot-br-posix/src/dbus/common/
Dtypes.hpp543 …uint64_t mRemainingLeaseTimeTotal; ///< The sum of remaining lease time in milliseconds of all … member
Ddbus_message_helper_openthread.cpp520 aRegistration.mKeyLeaseTimeTotal, aRegistration.mRemainingLeaseTimeTotal, in DBusMessageEncode()
535 aRegistration.mKeyLeaseTimeTotal, aRegistration.mRemainingLeaseTimeTotal, in DBusMessageExtract()
/external/ot-br-posix/src/dbus/server/
Ddbus_thread_object.cpp1253 srpServerInfo.mHosts.mRemainingLeaseTimeTotal += leaseInfo.mRemainingLease; in GetSrpServerInfoHandler()
1269 srpServerInfo.mServices.mRemainingLeaseTimeTotal += leaseInfo.mRemainingLease; in GetSrpServerInfoHandler()