Home
last modified time | relevance | path

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

/system/keymint/common/src/tag/
Dinfo.rs200 pub lifetime: ValueLifetime, field
221 lifetime: ValueLifetime::Variable,
236 lifetime: ValueLifetime::Variable,
251 lifetime: ValueLifetime::Variable,
266 lifetime: ValueLifetime::Variable,
281 lifetime: ValueLifetime::Variable,
296 lifetime: ValueLifetime::Variable,
311 lifetime: ValueLifetime::Variable,
326 lifetime: ValueLifetime::Variable,
341 lifetime: ValueLifetime::Variable,
[all …]
/system/tools/aidl/
Daidl_to_rust.h73 std::string RustLifetimeName(Lifetime lifetime);
76 std::string RustLifetimeGeneric(Lifetime lifetime);
83 StorageMode mode, Lifetime lifetime);
Daidl_to_rust.cpp203 std::string RustLifetimeName(Lifetime lifetime) { in RustLifetimeName() argument
204 switch (lifetime) { in RustLifetimeName()
212 std::string RustLifetimeGeneric(Lifetime lifetime) { in RustLifetimeGeneric() argument
213 switch (lifetime) { in RustLifetimeGeneric()
222 StorageMode mode, Lifetime lifetime) { in RustNameOf() argument
269 rust_name = "&" + RustLifetimeName(lifetime) + rust_name; in RustNameOf()
286 rust_name = "&" + RustLifetimeName(lifetime) + "mut " + rust_name; in RustNameOf()
Dgenerate_rust.cpp103 string BuildArg(const AidlArgument& arg, const AidlTypenames& typenames, Lifetime lifetime) { in BuildArg() argument
107 auto arg_type = RustNameOf(arg.GetType(), typenames, arg_mode, lifetime); in BuildArg()
129 Lifetime lifetime; in BuildMethod() local
134 lifetime = Lifetime::NONE; in BuildMethod()
137 lifetime = Lifetime::A; in BuildMethod()
141 auto method_type = RustNameOf(method.GetType(), typenames, StorageMode::VALUE, lifetime); in BuildMethod()
160 string parameters = "&" + RustLifetimeName(lifetime) + "self"; in BuildMethod()
161 string lifetime_str = RustLifetimeGeneric(lifetime); in BuildMethod()
165 parameters += BuildArg(*arg, typenames, lifetime); in BuildMethod()
/system/netd/server/
DNetlinkHandler.cpp171 const char *lifetime = evt->findParam("LIFETIME"); in onEvent() local
173 if (lifetime && servers) { in onEvent()
174 notifyInterfaceDnsServers(iface, strtol(lifetime, nullptr, 10), in onEvent()
266 void NetlinkHandler::notifyInterfaceDnsServers(const std::string& ifName, int64_t lifetime, in notifyInterfaceDnsServers() argument
268 NOTIFY_AND_LOG(BINDER_RETRY, onInterfaceDnsServerInfo, ifName, lifetime, servers); in notifyInterfaceDnsServers()
DNetlinkHandler.h54 void notifyInterfaceDnsServers(const std::string& ifName, int64_t lifetime,
/system/netd/tests/
DTestUnsolService.cpp97 int64_t lifetime, in onInterfaceDnsServerInfo() argument
100 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.cpp585 const uint32_t lifetime = ntohl(rndss_opt->nd_opt_rdnss_lifetime); in parseNdUserOptMessage() local
617 asprintf(&mParams[1], "LIFETIME=%u", lifetime); in parseNdUserOptMessage()
/system/update_engine/
DREADME.md173 during the lifetime of the updater client and allows properly continuing the