Home
last modified time | relevance | path

Searched defs:IsSecure (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/libs/confui/
Dsecure_input.h45 bool IsSecure() const { return is_secure_; } in IsSecure() function
63 bool IsSecure() const { return is_secure_; } in IsSecure() function
/aosp_15_r20/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.h209 bool IsSecure() { return securityLevel_ != SecurityLevel::SOFTWARE; } in IsSecure() function
/aosp_15_r20/external/cronet/net/cookies/
H A Dparsed_cookie.h81 bool IsSecure() const { return secure_index_ != 0; } in IsSecure() function
H A Dcookie_base.cc526 bool CookieBase::IsSecure() const { in IsSecure() function in net::CookieBase
H A Dcanonical_cookie_unittest.cc6048 TEST(CanonicalCookieTest, IsSecure) { in TEST() argument
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.h315 bool IsSecure() const { return securityLevel_ != SecurityLevel::SOFTWARE; } in IsSecure() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/vcs/
Dvcs.go88 func (v *Cmd) IsSecure(repo string) bool { func
/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp914 bool IsSecure() { return is_secure_; } in IsSecure() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest