Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp199 static std::queue<PropertyChildInfo> property_children; variable
202 auto& info = property_children.front(); in PropertyChildLaunch()
206 while (!property_children.empty()) { in PropertyChildLaunch()
207 property_children.pop(); in PropertyChildLaunch()
223 if (property_children.empty()) { in PropertyChildReap()
226 auto& info = property_children.front(); in PropertyChildReap()
235 property_children.pop(); in PropertyChildReap()
236 if (!property_children.empty()) { in PropertyChildReap()
252 property_children.push(info); in PropertySetAsync()
253 if (property_children.size() == 1) { in PropertySetAsync()