Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.h33 uint32_t HandlePropertySet(const std::string& name, const std::string& value,
Dhost_init_stubs.h44 uint32_t HandlePropertySet(const std::string& name, const std::string& value,
Dhost_init_stubs.cpp41 uint32_t HandlePropertySet(const std::string&, const std::string&, const std::string&, const ucred&, in HandlePropertySet() function
Dproperty_service.cpp278 result = HandlePropertySet(name, value, kInitContext.c_str(), cr, &error); in InitPropertySet()
483 uint32_t HandlePropertySet(const std::string& name, const std::string& value, in HandlePropertySet() function
559 HandlePropertySet(prop_name, prop_value, socket.source_context(), cr, &error); in handle_property_set_fd()
581 uint32_t result = HandlePropertySet(name, value, socket.source_context(), cr, &error); in handle_property_set_fd()
Dsubcontext.cpp315 if (HandlePropertySet(property.name(), property.value(), context_, cr, &error) != 0) { in Execute()