Home
last modified time | relevance | path

Searched defs:IsInsecure (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/
Dinsecure_server_credentials.cc46 bool IsInsecure() const override { return true; } in IsInsecure() function in grpc::__anoncd7d76570111::InsecureServerCredentialsImpl
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/
Dinsecure_credentials.cc63 bool IsInsecure() const override { return true; } in IsInsecure() function in grpc::__anond8a5ce890111::InsecureChannelCredentialsImpl
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/server/
Dbinder_server_credentials.cc59 bool IsInsecure() const override { return true; } in IsInsecure() function in grpc::experimental::__anon00e4cd320111::BinderServerCredentialsImpl
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dserver_credentials.h95 virtual bool IsInsecure() const { return false; } in IsInsecure() function
Dcredentials.h116 virtual bool IsInsecure() const { return false; } in IsInsecure() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/security/
Dserver_credentials.h95 virtual bool IsInsecure() const { return false; } in IsInsecure() function
Dcredentials.h116 virtual bool IsInsecure() const { return false; } in IsInsecure() function