Searched refs:lifetime (Results 1 – 7 of 7) sorted by relevance
/system/iorap/src/manager/ |
D | event_manager.cc | 246 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/ |
D | NetlinkHandler.cpp | 176 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()
|
D | NetlinkHandler.h | 54 void notifyInterfaceDnsServers(const std::string& ifName, int64_t lifetime,
|
/system/netd/tests/ |
D | TestUnsolService.cpp | 96 int64_t lifetime, in onInterfaceDnsServerInfo() argument 99 lifetime, base::Join(servers, ", ").c_str())); in onInterfaceDnsServerInfo()
|
D | TestUnsolService.h | 60 binder::Status onInterfaceDnsServerInfo(const std::string& ifName, int64_t lifetime,
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 500 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/ |
D | README.md | 138 during the lifetime of the updater client and allows properly continuing the
|