Home
last modified time | relevance | path

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

/system/core/init/
Dsubcontext.cpp92 std::vector<std::pair<std::string, std::string>> properties_to_set; variable
95 properties_to_set.emplace_back(name, value); in SubcontextPropertySet()
132 for (const auto& [name, value] : properties_to_set) { in RunCommand()
138 properties_to_set.clear(); in RunCommand()
312 for (const auto& property : subcontext_reply->properties_to_set()) { in Execute()
Dsubcontext.proto46 repeated PropertyToSet properties_to_set = 4; field