Home
last modified time | relevance | path

Searched defs:user_keys (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/service/
Dadb.pb.h656 inline const std::string& AdbDebuggingManagerProto::user_keys() const { in user_keys() function
697 inline void AdbDebuggingManagerProto::set_allocated_user_keys(std::string* user_keys) { in set_allocated_user_keys()
Dusb.pb.h10973 inline const std::string& UsbDebuggingManagerProto::user_keys() const { in user_keys() function
11014 inline void UsbDebuggingManagerProto::set_allocated_user_keys(std::string* user_keys) { in set_allocated_user_keys()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/service/
Dadb.pb.h695 inline const std::string& AdbDebuggingManagerProto::user_keys() const { in user_keys() function
736 inline void AdbDebuggingManagerProto::set_allocated_user_keys(std::string* user_keys) { in set_allocated_user_keys()
Dusb.pb.h11744 inline const std::string& UsbDebuggingManagerProto::user_keys() const { in user_keys() function
11785 inline void UsbDebuggingManagerProto::set_allocated_user_keys(std::string* user_keys) { in set_allocated_user_keys()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/service/
Dadb.pb.h656 inline const std::string& AdbDebuggingManagerProto::user_keys() const { in user_keys() function
697 inline void AdbDebuggingManagerProto::set_allocated_user_keys(std::string* user_keys) { in set_allocated_user_keys()
Dusb.pb.h10973 inline const std::string& UsbDebuggingManagerProto::user_keys() const { in user_keys() function
11014 inline void UsbDebuggingManagerProto::set_allocated_user_keys(std::string* user_keys) { in set_allocated_user_keys()
/aosp_15_r20/frameworks/base/core/proto/android/service/
H A Dadb.proto36 optional string user_keys = 3 [ (android.privacy).dest = DEST_LOCAL ]; field
H A Dusb.proto103 optional string user_keys = 3 [ (android.privacy).dest = DEST_LOCAL ]; field
/aosp_15_r20/external/autotest/server/site_tests/firmware_IntegratedU2F/
H A Dfirmware_IntegratedU2F.py101 def set_u2fd_flags(self, u2f, g2f, user_keys): argument
/aosp_15_r20/system/security/keystore2/src/
H A Dsuper_key.rs273 user_keys: HashMap<UserId, UserSuperKeys>, field