Searched refs:Code (Results 1 – 25 of 26) sorted by relevance
12
/system/bt/gd/security/ |
D | pairing_handler_le.h | 306 template <Code C> 309 struct CodeToPacketView<Code::PAIRING_REQUEST> { 313 struct CodeToPacketView<Code::PAIRING_RESPONSE> { 317 struct CodeToPacketView<Code::PAIRING_CONFIRM> { 321 struct CodeToPacketView<Code::PAIRING_RANDOM> { 325 struct CodeToPacketView<Code::PAIRING_FAILED> { 329 struct CodeToPacketView<Code::ENCRYPTION_INFORMATION> { 333 struct CodeToPacketView<Code::MASTER_IDENTIFICATION> { 337 struct CodeToPacketView<Code::IDENTITY_INFORMATION> { 341 struct CodeToPacketView<Code::IDENTITY_ADDRESS_INFORMATION> { [all …]
|
D | pairing_failure.h | 40 Code received_code_; 49 …PairingFailure(/*const base::Location& location, */ const std::string& message, Code received_code) in PairingFailure()
|
D | pairing_handler_le_unittest.cc | 162 EXPECT_EQ(pairing_request->GetCode(), Code::PAIRING_REQUEST); in TEST_F() 173 EXPECT_EQ(pairing_failure->GetCode(), Code::PAIRING_FAILED); in TEST_F() 188 EXPECT_EQ(pairing_request_pkt->GetCode(), Code::PAIRING_REQUEST); in TEST_F() 200 EXPECT_EQ(Code::PAIRING_PUBLIC_KEY, public_key_pkt->GetCode()); in TEST_F() 227 EXPECT_EQ(Code::PAIRING_RANDOM, random_pkt->GetCode()); in TEST_F() 260 EXPECT_EQ(Code::PAIRING_DH_KEY_CHECK, dh_key_pkt->GetCode()); in TEST_F() 304 EXPECT_EQ(Code::PAIRING_REQUEST, pairing_request_pkt->GetCode()); in TEST_F() 347 EXPECT_EQ(Code::PAIRING_RESPONSE, pairing_response_pkt->GetCode()); in TEST_F()
|
D | smp_packets.pdl | 5 enum Code : 8 { 23 code : Code,
|
D | pairing_handler_le.cc | 224 std::get<PairingFailure>(response).received_code_ == Code::SECURITY_REQUEST) { in ExchangePairingFeature()
|
/system/tools/sysprop/tests/ |
D | CodeWriterUnitTest.cpp | 49 ASSERT_EQ(writer.Code(), in TEST() 63 ASSERT_EQ(writer.Code(), kHelloWorld); in TEST()
|
/system/timezone/input_tools/android/common/ |
D | Android.bp | 16 // Code common to various time zone host tools. 23 // Code common to various time zone host tests.
|
/system/tools/sysprop/include/ |
D | CodeWriter.h | 30 const std::string& Code() const { in Code() function
|
/system/timezone/input_data/android/ |
D | telephonylookup.txt | 39 # The Mobile Country Code. 42 # The Mobile Network Code.
|
/system/timezone/distro/tools/ |
D | Android.bp | 25 // Code that can build a time zone distro.zip. Used in tests.
|
/system/libbase/ |
D | README.md | 38 Code here is also expected to have good test coverage.
|
/system/timezone/ |
D | README.android | 8 - Code related to the Android time zone update APEX file that can be used 15 - Code related to "distros", the collection of files that can be used to
|
/system/ca-certificates/files/ |
D | 91739615.0 | 67 …TLS Web Client Authentication, TLS Web Server Authentication, Code Signing, E-mail Protection, Tim…
|
/system/tools/sysprop/ |
D | JavaGen.cpp | 402 return writer.Code(); in GenerateJavaClass()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 426 if (temp_cmd_view.GetCode() == Code::SECURITY_REQUEST) { in OnSmpCommandLe() 433 if (temp_cmd_view.GetCode() == Code::PAIRING_REQUEST && my_role == hci::Role::SLAVE) { in OnSmpCommandLe()
|
/system/chre/build/sys_support/qcom/ |
D | uimage.lcs.toolv80 | 71 /* Code starts. */
|
/system/sepolicy/private/ |
D | priv_app.te | 214 # application home directories. Code loading across a security boundary
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | priv_app.te | 216 # application home directories. Code loading across a security boundary
|
/system/libsysprop/srcs/android/sysprop/ |
D | TelephonyProperties.sysprop | 111 # (Mobile Country Code). Indexed by phone ID
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | priv_app.te | 247 # application home directories. Code loading across a security boundary
|
/system/chre/ |
D | README.md | 119 - ``shared`` - Code that may be shared by more than one platform but not
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 244 ## Code coverage
|
/system/bt/doc/ |
D | style_guide.md | 265 Code formatting is done automatically using clang-format.
|
/system/bt/gd/docs/architecture/ |
D | architecture.md | 127 Code in GD is packed into C++ objects called
|
/system/core/ |
D | NOTICE | 7 Android Code
|
12