/external/openthread/src/core/common/ |
D | settings.hpp | 146 SetVersion(OT_THREAD_VERSION_1_1); in Init() 316 … void SetVersion(uint16_t aVersion) { mVersion = Encoding::LittleEndian::HostSwap16(aVersion); } in SetVersion() function in ot::SettingsBase::NetworkInfo 352 SetVersion(OT_THREAD_VERSION_1_1); in Init() 385 … void SetVersion(uint16_t aVersion) { mVersion = Encoding::LittleEndian::HostSwap16(aVersion); } in SetVersion() function in ot::SettingsBase::ParentInfo 414 SetVersion(OT_THREAD_VERSION_1_1); in Init() 495 … void SetVersion(uint16_t aVersion) { mVersion = Encoding::LittleEndian::HostSwap16(aVersion); } in SetVersion() function in ot::SettingsBase::ChildInfo
|
/external/cronet/net/ssl/ |
D | ssl_connection_status_flags_unittest.cc | 22 TEST(SSLConnectionStatusTest, SetVersion) { in TEST() argument
|
/external/pdfium/fxbarcode/qrcode/ |
D | BC_QRCoder.h | 38 void SetVersion(int32_t version);
|
D | BC_QRCoder.cpp | 82 void CBC_QRCoder::SetVersion(int32_t version) { in SetVersion() function in CBC_QRCoder
|
D | BC_QRCoderEncoder.cpp | 173 qrCode->SetVersion(i); in InitQRCode()
|
/external/openthread/src/core/thread/ |
D | child_table.cpp | 249 child->SetVersion(static_cast<uint8_t>(childInfo.GetVersion())); in Restore() 292 childInfo.SetVersion(aChild.GetVersion()); in StoreChild()
|
D | discover_scanner.cpp | 113 discoveryRequest.SetVersion(kThreadVersion); in Discover()
|
D | topology.hpp | 601 void SetVersion(uint8_t aVersion) { mVersion = aVersion; } in SetVersion() function in ot::Neighbor
|
D | mle_router.cpp | 1019 router->SetVersion(static_cast<uint8_t>(version)); in HandleLinkAccept() 1763 child->SetVersion(static_cast<uint8_t>(version)); in HandleParentRequest() 2457 child->SetVersion(static_cast<uint8_t>(version)); in HandleChildIdRequest() 3096 discoveryResponse.SetVersion(kThreadVersion); in SendDiscoveryResponse()
|
D | mle.cpp | 396 mParent.SetVersion(static_cast<uint8_t>(parentInfo.GetVersion())); in Restore() 438 networkInfo.SetVersion(kThreadVersion); in Store() 446 parentInfo.SetVersion(mParent.GetVersion()); in Store() 3249 mParentCandidate.SetVersion(static_cast<uint8_t>(version)); in HandleParentResponse()
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ |
D | crypto_handshake_message.h | 68 void SetVersion(QuicTag tag, ParsedQuicVersion version);
|
D | crypto_handshake_message.cc | 90 void CryptoHandshakeMessage::SetVersion(QuicTag tag, in SetVersion() function in quic::CryptoHandshakeMessage
|
D | quic_crypto_client_config.cc | 395 out->SetVersion(kVER, preferred_version); in FillInchoateClientHello()
|
/external/icing/icing/ |
D | schema-builder.h | 168 SchemaTypeConfigBuilder& SetVersion(int version) { in SetVersion() function
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | amd_ext_to_khr.cpp | 851 TEST_F(AmdExtToKhrTest, SetVersion) { in TEST_F() argument
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | amd_ext_to_khr.cpp | 851 TEST_F(AmdExtToKhrTest, SetVersion) { in TEST_F() argument
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | amd_ext_to_khr.cpp | 856 TEST_F(AmdExtToKhrTest, SetVersion) { in TEST_F() argument
|
/external/openthread/src/core/meshcop/ |
D | meshcop_tlvs.hpp | 2154 void SetVersion(uint8_t aVersion) in SetVersion() function in ot::MeshCoP::DiscoveryRequestTlv 2239 void SetVersion(uint8_t aVersion) in SetVersion() function in ot::MeshCoP::DiscoveryResponseTlv
|
/external/parameter-framework/upstream/ |
D | CMakeLists.txt | 55 include(SetVersion.cmake)
|
/external/openthread/src/core/coap/ |
D | coap_message.hpp | 259 void SetVersion(uint8_t aVersion) in SetVersion() function in ot::Coap::Message
|
D | coap_message.cpp | 51 SetVersion(kVersion1); in Init()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.h | 521 void SetVersion(int32_t version);
|
/external/libaom/examples/ |
D | analyzer.cc | 636 info.SetVersion(_("0.1-beta")); in onAbout()
|
/external/openthread/src/core/net/ |
D | dns_types.hpp | 2363 void SetVersion(uint8_t aVersion) { GetTtlByteAt(kVersionByteIndex) = aVersion; } in SetVersion() function in ot::Dns::OptRecord
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_test.cc | 3655 TEST(SSLTest, SetVersion) { in TEST() argument
|