Home
last modified time | relevance | path

Searched refs:Code (Results 1 – 25 of 26) sorted by relevance

12

/system/bt/gd/security/
Dpairing_handler_le.h306 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 …]
Dpairing_failure.h40 Code received_code_;
49 …PairingFailure(/*const base::Location& location, */ const std::string& message, Code received_code) in PairingFailure()
Dpairing_handler_le_unittest.cc162 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()
Dsmp_packets.pdl5 enum Code : 8 {
23 code : Code,
Dpairing_handler_le.cc224 std::get<PairingFailure>(response).received_code_ == Code::SECURITY_REQUEST) { in ExchangePairingFeature()
/system/tools/sysprop/tests/
DCodeWriterUnitTest.cpp49 ASSERT_EQ(writer.Code(), in TEST()
63 ASSERT_EQ(writer.Code(), kHelloWorld); in TEST()
/system/timezone/input_tools/android/common/
DAndroid.bp16 // Code common to various time zone host tools.
23 // Code common to various time zone host tests.
/system/tools/sysprop/include/
DCodeWriter.h30 const std::string& Code() const { in Code() function
/system/timezone/input_data/android/
Dtelephonylookup.txt39 # The Mobile Country Code.
42 # The Mobile Network Code.
/system/timezone/distro/tools/
DAndroid.bp25 // Code that can build a time zone distro.zip. Used in tests.
/system/libbase/
DREADME.md38 Code here is also expected to have good test coverage.
/system/timezone/
DREADME.android8 - 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/
D91739615.067 …TLS Web Client Authentication, TLS Web Server Authentication, Code Signing, E-mail Protection, Tim…
/system/tools/sysprop/
DJavaGen.cpp402 return writer.Code(); in GenerateJavaClass()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc426 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/
Duimage.lcs.toolv8071 /* Code starts. */
/system/sepolicy/private/
Dpriv_app.te214 # application home directories. Code loading across a security boundary
/system/sepolicy/prebuilts/api/30.0/private/
Dpriv_app.te216 # application home directories. Code loading across a security boundary
/system/libsysprop/srcs/android/sysprop/
DTelephonyProperties.sysprop111 # (Mobile Country Code). Indexed by phone ID
/system/sepolicy/prebuilts/api/29.0/private/
Dpriv_app.te247 # application home directories. Code loading across a security boundary
/system/chre/
DREADME.md119 - ``shared`` - Code that may be shared by more than one platform but not
/system/bt/gd/docs/testing/
Dcert_test.md244 ## Code coverage
/system/bt/doc/
Dstyle_guide.md265 Code formatting is done automatically using clang-format.
/system/bt/gd/docs/architecture/
Darchitecture.md127 Code in GD is packed into C++ objects called
/system/core/
DNOTICE7 Android Code

12