Home
last modified time | relevance | path

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

/system/core/toolbox/
Dwatchprops.c33 static void add_to_watchlist(Hashmap *watchlist, const char *name, in add_to_watchlist() argument
42 hashmapPut(watchlist, key, value); in add_to_watchlist()
47 Hashmap *watchlist = cookie; in populate_watchlist() local
52 add_to_watchlist(watchlist, name, pi); in populate_watchlist()
57 Hashmap *watchlist = cookie; in update_watchlist() local
63 serial = hashmapGet(watchlist, name); in update_watchlist()
65 add_to_watchlist(watchlist, name, pi); in update_watchlist()
80 Hashmap *watchlist = hashmapCreate(1024, str_hash, str_equals); in watchprops_main() local
81 if (!watchlist) in watchprops_main()
84 __system_property_foreach(populate_watchlist, watchlist); in watchprops_main()
[all …]