Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp190 typedef int (*PropertyAsyncFunc)(const std::string&, const std::string&); typedef
194 PropertyAsyncFunc func;
243 PropertyAsyncFunc func, std::string* error) { in PropertySetAsync()