/aosp_15_r20/external/libchrome/base/ |
H A D | unguessable_token_unittest.cc | 62 uint64_t high = token.GetHighForSerialization(); in TEST() 144 EXPECT_EQ(base::HashInts64(token.GetHighForSerialization(), in TEST() 153 EXPECT_NE(token.GetHighForSerialization(), token.GetLowForSerialization()); in TEST()
|
H A D | unguessable_token.h | 66 uint64_t GetHighForSerialization() const { in GetHighForSerialization() function
|
H A D | value_conversions.cc | 68 representation.field.high = token.GetHighForSerialization(); in CreateUnguessableTokenValue()
|
/aosp_15_r20/external/cronet/base/ |
H A D | unguessable_token_unittest.cc | 93 uint64_t high = token.GetHighForSerialization(); in TEST() 205 EXPECT_EQ(base::HashInts64(token.GetHighForSerialization(), in TEST() 214 EXPECT_NE(token.GetHighForSerialization(), token.GetLowForSerialization()); in TEST()
|
H A D | unguessable_token.h | 89 uint64_t GetHighForSerialization() const { in GetHighForSerialization() function
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/base/ |
H A D | unguessable_token_mojom_traits.h | 24 return token.GetHighForSerialization(); in COMPONENT_EXPORT()
|
/aosp_15_r20/external/libchrome/base/android/ |
H A D | unguessable_token_android.cc | 15 const uint64_t high = token.GetHighForSerialization(); in Create()
|
/aosp_15_r20/external/cronet/base/android/ |
H A D | unguessable_token_android.cc | 15 const uint64_t high = token.GetHighForSerialization(); in Create()
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/ |
H A D | platform_handle.cc | 88 MojoSharedBufferGuid mojo_guid = {guid.GetHighForSerialization(), in WrapPlatformSharedMemoryRegion() 273 guid.high = memory_handle.GetGUID().GetHighForSerialization(); in WrapSharedMemoryHandle()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/ |
D | unguessable_token.h | 69 uint64_t GetHighForSerialization() const { in GetHighForSerialization() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/base/ |
D | unguessable_token.h | 69 uint64_t GetHighForSerialization() const { in GetHighForSerialization() function
|
/aosp_15_r20/external/cronet/url/android/ |
H A D | origin_android.cc | 32 token ? token->GetHighForSerialization() : 0, in ToJavaObject()
|
/aosp_15_r20/external/cronet/base/json/ |
H A D | values_util.cc | 101 repr.field.high = token.GetHighForSerialization(); in UnguessableTokenToValue()
|
/aosp_15_r20/external/libchrome/mojo/core/ |
H A D | broker_host.cc | 133 response->guid_high = guid.GetHighForSerialization(); in OnBufferRequest()
|
H A D | platform_wrapper_unittest.cc | 141 mojo_guid.high = guid.GetHighForSerialization(); in TEST_F()
|
H A D | shared_buffer_dispatcher.cc | 350 serialized_state->guid_high = guid.GetHighForSerialization(); in EndSerialize()
|
H A D | data_pipe_producer_dispatcher.cc | 277 state->buffer_guid_high = guid.GetHighForSerialization(); in EndSerialize()
|
H A D | data_pipe_consumer_dispatcher.cc | 318 state->buffer_guid_high = guid.GetHighForSerialization(); in EndSerialize()
|
H A D | core.cc | 1143 guid->high = token.GetHighForSerialization(); in UnwrapPlatformSharedMemoryRegion()
|
/aosp_15_r20/external/cronet/base/memory/ |
H A D | shared_memory_switch.cc | 178 {NumberToString(shmem_token.GetHighForSerialization()), ",", in Serialize()
|
/aosp_15_r20/external/cronet/url/ |
H A D | origin.cc | 338 pickle.WriteUInt64(nonce_->token().GetHighForSerialization()); in SerializeWithNonceImpl()
|
/aosp_15_r20/external/libchrome/libchrome_tools/patches/ |
H A D | Add-base-Token-class.patch | 247 uint64_t GetHighForSerialization() const {
|
/aosp_15_r20/external/cronet/net/extras/sqlite/ |
H A D | sqlite_persistent_shared_dictionary_store.cc | 564 dictionary_info.disk_cache_key_token().GetHighForSerialization()); in RegisterDictionaryImpl() 1511 static_cast<int64_t>(disk_cache_key_token.GetHighForSerialization()); in DeleteDictionaryByDiskCacheToken()
|
/aosp_15_r20/external/libchrome/base/metrics/ |
H A D | field_trial.cc | 1216 ss << guid.GetHighForSerialization() << "," << guid.GetLowForSerialization(); in SerializeSharedMemoryHandleMetadata()
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | ipc_message_utils.cc | 1264 ParamTraits<uint64_t>::Write(m, p.GetHighForSerialization()); in Write()
|