/system/weaved/libweaved/ |
D | command.cc | 110 std::string origin; in GetOrigin() local 113 origin.assign(ToString(origin16)); in GetOrigin() 114 if (origin == "local") in GetOrigin() 116 else if (origin == "cloud") in GetOrigin() 118 LOG(WARNING) << "Unknown command origin: " << origin; in GetOrigin()
|
/system/weaved/buffet/ |
D | binder_command_proxy_unittest.cc | 95 weave::Command::Origin origin; in GetCommandOrigin() local 98 EXPECT_TRUE(StringToEnum(ToString(origin_string), &origin)); in GetCommandOrigin() 99 return origin; in GetCommandOrigin()
|
D | binder_command_proxy.cc | 75 android::String16* origin) { in getOrigin() argument 79 *origin = ToString16(EnumToString(command->GetOrigin())); in getOrigin()
|
D | binder_command_proxy.h | 39 android::binder::Status getOrigin(android::String16* origin) override;
|
/system/tpm/attestation/common/ |
D | common.proto | 41 // Like above, but it also includes a stable ID and origin. 42 // CN=<origin-specific device identifier> 43 // OU=<origin>
|
D | interface.proto | 45 // If the |certificate_profile| is intended to be bound to a particular origin 46 // this field specifies the origin. For most profiles this is not required. 47 optional string origin = 6; field
|
D | attestation_ca.proto | 76 // Information about the origin of the request which may be used depending on 78 optional string origin = 12; field
|
D | print_interface_proto.cc | 107 base::StringAppendF(&output, "%s", value.origin().c_str()); in GetProtoDebugStringWithIndent()
|
/system/tpm/attestation/server/ |
D | attestation_service.h | 204 const std::string& origin, 267 int ChooseTemporalIndex(const std::string& user, const std::string& origin);
|
D | attestation_service.cc | 142 request.origin(), in CreateGoogleAttestedKeyTask() 605 const std::string& origin, in CreateCertificateRequest() argument 625 if (!origin.empty() && in CreateCertificateRequest() 627 request_pb.set_origin(origin); in CreateCertificateRequest() 628 request_pb.set_temporal_index(ChooseTemporalIndex(username, origin)); in CreateCertificateRequest() 866 const std::string& origin) { in ChooseTemporalIndex() argument 868 std::string origin_hash = crypto::SHA256HashString(origin); in ChooseTemporalIndex()
|
D | dbus_service_test.cc | 94 EXPECT_EQ("origin", request.origin()); in TEST_F()
|
/system/keymaster/include/keymaster/ |
D | keymaster_context.h | 104 keymaster_key_origin_t origin,
|
D | soft_keymaster_context.h | 67 keymaster_error_t CreateKeyBlob(const AuthorizationSet& auths, keymaster_key_origin_t origin,
|
/system/keymaster/ |
D | attestation_record.cpp | 99 ASN1_INTEGER* origin; member 130 ASN1_EXP_OPT(KM_AUTH_LIST, origin, ASN1_INTEGER, TAG_ORIGIN.masked_tag()), 263 integer_ptr = &record->origin; in build_auth_list() 643 if (!get_enum(record->origin, TAG_ORIGIN, auth_list)) in extract_auth_list()
|
D | soft_keymaster_context.cpp | 409 keymaster_key_origin_t origin, uint32_t os_version, in SetAuthorizations() argument 442 sw_enforced->push_back(TAG_ORIGIN, origin); in SetAuthorizations() 450 const keymaster_key_origin_t origin, in CreateKeyBlob() argument 455 keymaster_error_t error = SetAuthorizations(key_description, origin, os_version_, in CreateKeyBlob()
|
/system/tpm/attestation/client/ |
D | dbus_proxy_test.cc | 60 EXPECT_EQ("origin", request_proto.origin()); in TEST_F()
|
/system/bt/stack/btm/ |
D | btm_inq.c | 2245 UINT8 origin, period_ms_t timeout_ms, in btm_initiate_rem_name() argument 2257 if (origin == BTM_RMT_NAME_SEC) in btm_initiate_rem_name() 2267 else if (origin == BTM_RMT_NAME_EXT) in btm_initiate_rem_name()
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 349 static int _fh_file_lseek( FH f, int pos, int origin ) { in _fh_file_lseek() argument 353 switch (origin) in _fh_file_lseek() 739 static int _fh_socket_lseek( FH f, int pos, int origin ) { in _fh_socket_lseek() argument
|
/system/extras/memory_replay/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/tpm/attestation/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/extras/pagecache/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/core/libnetutils/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/extras/showslab/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/core/debuggerd/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/system/tools/aidl/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|