Searched refs:lifetime (Results 1 – 10 of 10) sorted by relevance
/system/keymint/common/src/tag/ |
D | info.rs | 200 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/ |
D | aidl_to_rust.h | 73 std::string RustLifetimeName(Lifetime lifetime); 76 std::string RustLifetimeGeneric(Lifetime lifetime); 83 StorageMode mode, Lifetime lifetime);
|
D | aidl_to_rust.cpp | 203 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()
|
D | generate_rust.cpp | 103 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/ |
D | NetlinkHandler.cpp | 171 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()
|
D | NetlinkHandler.h | 54 void notifyInterfaceDnsServers(const std::string& ifName, int64_t lifetime,
|
/system/netd/tests/ |
D | TestUnsolService.cpp | 97 int64_t lifetime, in onInterfaceDnsServerInfo() argument 100 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 | 585 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/ |
D | README.md | 173 during the lifetime of the updater client and allows properly continuing the
|