Searched refs:lifetime (Results 1 – 7 of 7) sorted by relevance
/system/netd/server/ |
D | NetlinkHandler.cpp | 180 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()
|
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/iorap/src/manager/ |
D | event_manager.cc | 502 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/ |
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
|