Home
last modified time | relevance | path

Searched refs:GetDataElementTypeCode (Results 1 – 5 of 5) sorted by relevance

/external/rust/beto-rust/nearby/presence/np_cpp_ffi/tests/
Dv1_encrypted_deserialization_tests.cc68 ASSERT_EQ(de->GetDataElementTypeCode(), 5U); in TEST_F()
Dv1_unencrypted_deserialization_tests.cc56 ASSERT_EQ(de.value().GetDataElementTypeCode(), (uint8_t)5); in TEST_F()
/external/rust/beto-rust/nearby/presence/np_cpp_ffi/sample/
Dmain.cc290 << static_cast<unsigned>(de.GetDataElementTypeCode()) << "\n"; in HandleV1DataElement()
/external/rust/beto-rust/nearby/presence/np_cpp_ffi/include/
Dnearby_protocol.h719 [[nodiscard]] uint32_t GetDataElementTypeCode() const;
/external/rust/beto-rust/nearby/presence/np_cpp_ffi/
Dnearby_protocol.cc687 uint32_t V1DataElement::GetDataElementTypeCode() const { in GetDataElementTypeCode() function in nearby_protocol::V1DataElement