HomeSort by relevance Sort by last modified time
    Searched full:dbus_type (Results 1 - 9 of 9) sorted by null

  /external/libchrome/dbus/
message.cc 684 void MessageWriter::AppendBasic(int dbus_type, const void* value) {
688 &raw_message_iter_, dbus_type, value);
695 void MessageWriter::AppendVariantOfBasic(int dbus_type, const void* value) {
697 base::checked_cast<char>(dbus_type));
700 variant_writer.AppendBasic(dbus_type, value);
731 const int dbus_type = dbus_message_iter_get_arg_type(&raw_message_iter_); local
732 return dbus_type != DBUS_TYPE_INVALID;
933 const int dbus_type = dbus_message_iter_get_arg_type(&raw_message_iter_); local
934 return static_cast<Message::DataType>(dbus_type);
947 bool MessageReader::CheckDataType(int dbus_type) {
    [all...]
message.h 351 void AppendBasic(int dbus_type, const void* value);
354 void AppendVariantOfBasic(int dbus_type, const void* value);
476 bool CheckDataType(int dbus_type);
479 bool PopBasic(int dbus_type, void *value);
482 bool PopContainer(int dbus_type, MessageReader* sub_reader);
485 bool PopVariantOfBasic(int dbus_type, void* value);
  /external/webrtc/webrtc/base/
dbus_unittest.cc 219 (DBUS_TYPE "='" DBUS_SIGNAL "'"));
221 (DBUS_TYPE "='" DBUS_SIGNAL "'," DBUS_PATH "='p'"));
223 (DBUS_TYPE "='" DBUS_SIGNAL "'," DBUS_PATH "='p',"
226 (DBUS_TYPE "='" DBUS_SIGNAL "'," DBUS_PATH "='p',"
dbus.h 27 #define DBUS_TYPE "type"
dbus.cc 71 std::string ret(DBUS_TYPE "='" DBUS_SIGNAL "'");
  /external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
network_ChromeCellularNetworkProperties.py 84 dbus_type=None,
96 @param dbus_type: The dbus.types instance that the property should
104 self._dbus_type = dbus_type
  /external/autotest/client/cros/networking/
apmanager_proxy.py 139 @param value dbus_type value to set for property
shill_proxy.py 579 dbus_type, manager_property = self.OBJECT_TYPE_PROPERTY_MAP[object_type]
583 test_object = self.get_dbus_object(dbus_type, path)
  /external/dbus/dbus/
dbus-string.c 34 #include "dbus-marshal-basic.h" /* probably should be removed by moving the usage of DBUS_TYPE
    [all...]

Completed in 731 milliseconds