Searched defs:HandlePropertySet (Results 1 - 2 of 2) sorted by relevance

/system/core/init/
H A Dhost_init_stubs.cpp46 uint32_t HandlePropertySet(const std::string&, const std::string&, const std::string&, const ucred&, function in namespace:android::init
H A Dproperty_service.cpp262 result = HandlePropertySet(name, value, kInitContext.c_str(), cr, &error);
426 uint32_t HandlePropertySet(const std::string& name, const std::string& value, function in namespace:android::init
524 HandlePropertySet(prop_name, prop_value, socket.source_context(), cr, &error);
546 uint32_t result = HandlePropertySet(name, value, socket.source_context(), cr, &error);
638 result = HandlePropertySet(key, value, context, cr, &error);

Completed in 47 milliseconds