Home
last modified time | relevance | path

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

/system/iorap/src/manager/
Devent_manager.cc246 rxcpp::composite_subscription lifetime; in StartTracing() local
259 .subscribe(/*out*/lifetime, in StartTracing()
280 return lifetime; in StartTracing()
427 rxcpp::composite_subscription lifetime; in InitializeRxGraph() local
437 .subscribe(/*out*/lifetime, [](const AppLaunchEventState& state) { in InitializeRxGraph()
442 return lifetime; in InitializeRxGraph()
/system/netd/server/
DNetlinkHandler.cpp176 const char *lifetime = evt->findParam("LIFETIME"); in onEvent() local
178 if (lifetime && servers) { in onEvent()
179 notifyInterfaceDnsServers(iface, strtol(lifetime, nullptr, 10), in onEvent()
271 void NetlinkHandler::notifyInterfaceDnsServers(const std::string& ifName, int64_t lifetime, in notifyInterfaceDnsServers() argument
273 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/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