Home
last modified time | relevance | path

Searched refs:property_changed (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/test-scripts/
Dmonitor-flimflam8 def property_changed(name, value, path, interface): function
21 bus.add_signal_receiver(property_changed,
Dmonitor-services8 def property_changed(name, value, path, interface): function
30 bus.add_signal_receiver(property_changed,
/system/core/init/
Dinit.h36 void property_changed(const char *name, const char *value);
Dproperty_service.cpp220 property_changed(name, value); in property_set_impl()
Dinit.cpp129 void property_changed(const char *name, const char *value) in property_changed() function