Home
last modified time | relevance | path

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

/system/netd/server/
DNetlinkHandler.cpp180 const char *lifetime = evt->findParam("LIFETIME"); in onEvent() local
182 if (lifetime && servers) { in onEvent()
183 notifyInterfaceDnsServers(iface, strtol(lifetime, nullptr, 10), in onEvent()
275 void NetlinkHandler::notifyInterfaceDnsServers(const std::string& ifName, int64_t lifetime, in notifyInterfaceDnsServers() argument
277 LOG_EVENT_FUNC(BINDER_RETRY, onInterfaceDnsServerInfo, ifName, lifetime, servers); in notifyInterfaceDnsServers()
DNetlinkHandler.h54 void notifyInterfaceDnsServers(const std::string& ifName, int64_t lifetime,
/system/netd/tests/
DTestUnsolService.cpp96 int64_t lifetime, in onInterfaceDnsServerInfo() argument
99 lifetime, base::Join(servers, ", ").c_str())); in onInterfaceDnsServerInfo()
DTestUnsolService.h60 binder::Status onInterfaceDnsServerInfo(const std::string& ifName, int64_t lifetime,
/system/iorap/src/manager/
Devent_manager.cc502 rxcpp::composite_subscription lifetime; in StartTracing() local
516 lifetime = RxAsync::SubscribeAsync(*async_pool_, in StartTracing()
563 return lifetime; in StartTracing()
1054 rxcpp::composite_subscription lifetime; in InitializeRxGraph() local
1078 .subscribe(/*out*/lifetime, [](const AppLaunchEventState& state) { in InitializeRxGraph()
1083 return lifetime; in InitializeRxGraph()
1143 rxcpp::composite_subscription lifetime; in InitializeRxGraphForJobScheduledEvents() local
1175 .subscribe(/*out*/lifetime, in InitializeRxGraphForJobScheduledEvents()
1202 return lifetime; in InitializeRxGraphForJobScheduledEvents()
/system/core/libsysutils/src/
DNetlinkEvent.cpp500 const uint32_t lifetime = ntohl(rndss_opt->nd_opt_rdnss_lifetime); in parseNdUserOptMessage() local
532 asprintf(&mParams[1], "LIFETIME=%u", lifetime); in parseNdUserOptMessage()
/system/update_engine/
DREADME.md138 during the lifetime of the updater client and allows properly continuing the