Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dmessage.cc44 bool IsDBusTypeUnixFdSupported() { in IsDBusTypeUnixFdSupported() function
216 CHECK(IsDBusTypeUnixFdSupported()); in ToStringInternal()
716 CHECK(IsDBusTypeUnixFdSupported()); in AppendFileDescriptor()
1044 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.cc235 if (!dbus::IsDBusTypeUnixFdSupported()) { in TEST()