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()
718 CHECK(IsDBusTypeUnixFdSupported()); in AppendFileDescriptor()
1014 CHECK(IsDBusTypeUnixFdSupported()); in PopFileDescriptor()
Dmessage.h43 CHROME_DBUS_EXPORT bool IsDBusTypeUnixFdSupported();
/external/libbrillo/brillo/dbus/
Ddata_serialization.cc309 CHECK(dbus::IsDBusTypeUnixFdSupported()) << "UNIX_FD data not supported"; in PopValueFromReader()
Ddata_serialization_unittest.cc233 if (!dbus::IsDBusTypeUnixFdSupported()) { in TEST()