Lines Matching refs:StrEq
135 using ::testing::StrEq;
204 StrEq("com.google.custom_accel"), StrEq("/"), in ExpectGetManagedObjects()
205 StrEq("org.freedesktop.DBus.ObjectManager"), in ExpectGetManagedObjects()
206 StrEq("GetManagedObjects"))) in ExpectGetManagedObjects()
219 StrEq("{oa{sa{sv}}}"))) in ExpectGetManagedObjects()
225 msg, SD_BUS_TYPE_DICT_ENTRY, StrEq("oa{sa{sv}}"))) in ExpectGetManagedObjects()
233 StrEq("{sa{sv}}"))) in ExpectGetManagedObjects()
239 msg, SD_BUS_TYPE_DICT_ENTRY, StrEq("sa{sv}"))) in ExpectGetManagedObjects()
247 StrEq("{sv}"))) in ExpectGetManagedObjects()
253 msg, SD_BUS_TYPE_DICT_ENTRY, StrEq("sv"))) in ExpectGetManagedObjects()
266 mock, sd_bus_message_verify_type(msg, SD_BUS_TYPE_VARIANT, StrEq("u"))) in ExpectGetManagedObjects()
270 StrEq("u"))) in ExpectGetManagedObjects()
310 StrEq(service), StrEq(objPath), StrEq(interface), in ExpectSdBusError()
311 StrEq(function))) in ExpectSdBusError()
380 StrEq("com.google.custom_accel"), in ExpectRead()
381 StrEq("/com/google/customAccel/test/path"), in ExpectRead()
382 StrEq("com.google.custom_accel.BAR"), StrEq("Read"))) in ExpectRead()
514 StrEq("com.google.custom_accel"), in ExpectWrite()
515 StrEq("/com/google/customAccel/test/path"), in ExpectWrite()
516 StrEq("com.google.custom_accel.BAR"), StrEq("Write"))) in ExpectWrite()