Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dmessage.cc49 bool IsDBusTypeUnixFdSupported() { in IsDBusTypeUnixFdSupported() function
223 CHECK(IsDBusTypeUnixFdSupported()); in ToStringInternal()
705 CHECK(IsDBusTypeUnixFdSupported()); in AppendFileDescriptor()
988 CHECK(IsDBusTypeUnixFdSupported()); in PopFileDescriptor()
Dmessage.h42 CHROME_DBUS_EXPORT bool IsDBusTypeUnixFdSupported();
/external/libbrillo/brillo/dbus/
Ddata_serialization.cc308 CHECK(dbus::IsDBusTypeUnixFdSupported()) << "UNIX_FD data not supported"; in PopValueFromReader()
Ddata_serialization_unittest.cc232 if (!dbus::IsDBusTypeUnixFdSupported()) { in TEST()