Searched refs:HandlePropertySet (Results 1 - 5 of 5) 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.h29 uint32_t HandlePropertySet(const std::string& name, const std::string& value,
H A Dhost_init_stubs.h55 uint32_t HandlePropertySet(const std::string& name, const std::string& value,
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);
H A Dsubcontext.cpp309 if (HandlePropertySet(property.name(), property.value(), context_, cr, &error) != 0) {

Completed in 63 milliseconds