OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddMatch
(Results
1 - 6
of
6
) sorted by null
/external/libchrome/dbus/
mock_bus.h
55
MOCK_METHOD2(
AddMatch
, void(const std::string& match_rule,
bus.h
507
virtual void
AddMatch
(const std::string& match_rule, DBusError* error);
509
// Removes the match rule previously added by
AddMatch
().
object_proxy.cc
608
bus_->
AddMatch
(match_rule, error.get());
638
bus_->
AddMatch
(match_rule, error.get());
bus.cc
717
void Bus::
AddMatch
(const std::string& match_rule, DBusError* error) {
944
AddMatch
(name_owner_changed_match_rule, error.get());
[
all
...]
object_manager.cc
223
bus_->
AddMatch
(match_rule, error.get());
/system/connectivity/shill/dbus/
chromeos_dhcpcd_listener.cc
68
bus_->
AddMatch
(match_rule_, error.get());
Completed in 4582 milliseconds