Home
last modified time | relevance | path

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

12

/system/bt/gd/security/
Dpairing_handler_le.h350 if (received_code != Code::PAIRING_CONFIRM) { in WaitUiPasskey()
372 template <Code C>
375 struct CodeToPacketView<Code::PAIRING_REQUEST> {
379 struct CodeToPacketView<Code::PAIRING_RESPONSE> {
383 struct CodeToPacketView<Code::PAIRING_CONFIRM> {
387 struct CodeToPacketView<Code::PAIRING_RANDOM> {
391 struct CodeToPacketView<Code::PAIRING_FAILED> {
395 struct CodeToPacketView<Code::ENCRYPTION_INFORMATION> {
399 struct CodeToPacketView<Code::CENTRAL_IDENTIFICATION> {
403 struct CodeToPacketView<Code::IDENTITY_INFORMATION> {
[all …]
Dpairing_failure.h40 Code received_code_{0};
49 …PairingFailure(/*const base::Location& location, */ const std::string& message, Code received_code) in PairingFailure()
Dpairing_handler_le_unittest.cc165 EXPECT_EQ(pairing_request->GetCode(), Code::PAIRING_REQUEST); in TEST_F()
176 EXPECT_EQ(pairing_failure->GetCode(), Code::PAIRING_FAILED); in TEST_F()
191 EXPECT_EQ(pairing_request_pkt->GetCode(), Code::PAIRING_REQUEST); in TEST_F()
203 EXPECT_EQ(Code::PAIRING_PUBLIC_KEY, public_key_pkt->GetCode()); in TEST_F()
230 EXPECT_EQ(Code::PAIRING_RANDOM, random_pkt->GetCode()); in TEST_F()
263 EXPECT_EQ(Code::PAIRING_DH_KEY_CHECK, dh_key_pkt->GetCode()); in TEST_F()
310 EXPECT_EQ(Code::PAIRING_REQUEST, pairing_request_pkt->GetCode()); in TEST_F()
360 EXPECT_EQ(Code::PAIRING_RESPONSE, pairing_response_pkt->GetCode()); in TEST_F()
Dsmp_packets.pdl5 enum Code : 8 {
23 code : Code,
/system/chre/apps/test/common/proto/
Dchre_test_common.proto10 enum Code { enum
15 optional Code code = 1 [default = FAILED];
Dchre_settings_test.proto67 enum Code { enum
72 optional Code code = 1 [default = FAILED];
/system/tools/sysprop/tests/
DCodeWriterUnitTest.cpp49 ASSERT_EQ(writer.Code(), in TEST()
63 ASSERT_EQ(writer.Code(), kHelloWorld); in TEST()
/system/chre/apps/test/pts/proto/
Dpts_chre.proto27 enum Code { enum
33 optional Code code = 1 [default = TEST_FAILED];
/system/timezone/input_tools/android/common/
DAndroid.bp23 // Code common to various time zone host tools.
30 // Code common to various time zone host tests.
/system/chre/
DREADME.md61 - ``external/``: Code developed primarily outside of AOSP which (can be)
68 - ``platform/``: Code related to the implementation of CHRE on a particular
72 - ``platform/shared``: Code that may apply to multiple platforms, but is not
77 - ``platform/<platform_name>``: Code specific to the platform indicated by
81 - ``variant/``: Code/configuration that is specific to a particular device (more
86 Code related to CHRE also exists in other parts of the Android tree, including:
/system/tools/sysprop/include/
DCodeWriter.h30 const std::string& Code() const { in Code() function
/system/chre/java/test/permissions/src/com/google/android/chre/test/permissions/
DContextHubChrePermissionsTestExecutor.java122 ChreTestCommon.TestResult.Code.PASSED, resultProto.getCode()); in checkPermissionGatedApisTest()
124 Assert.assertEquals(ChreTestCommon.TestResult.Code.PASSED, resultProto.getCode()); in checkPermissionGatedApisTest()
/system/timezone/input_data/android/
Dtelephonylookup.txt39 # The Mobile Country Code.
42 # The Mobile Network Code.
/system/timezone/distro/tools/
DAndroid.bp33 // Code that can build a time zone distro.zip. Used in tests.
/system/chre/doc/
Dnanoapp_clients.md1 # Interacting with Nanoapps from Client Code
5 Code that interacts with a nanoapp, for example within an Android app, is known
Dporting_guide.md25 ### Shared Platform Code
32 ### Platform-specific Code
/system/libbase/
DREADME.md38 Code here is also expected to have good test coverage.
/system/chre/java/test/audio_concurrency/src/com/google/android/chre/test/audioconcurrency/
DContextHubAudioConcurrencyTestExecutor.java160 ChreTestCommon.TestResult.Code.PASSED, mTestResult.get().getCode()); in run()
/system/chre/java/test/settings/src/com/google/android/chre/test/setting/
DContextHubSettingsTestExecutor.java202 ChreSettingsTest.TestResult.Code.PASSED, mTestResult.get().getCode()); in startTestAssertSuccess()
/system/chre/java/test/stress/src/com/google/android/chre/test/stress/
DContextHubStressTestExecutor.java281 && mTestResult.get().getCode() == ChreTestCommon.TestResult.Code.FAILED) { in checkTestFailure()
/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/tools/sysprop/
DJavaGen.cpp463 return writer.Code(); in GenerateJavaClass()
/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/
DChreCrossValidatorWifi.java291 return testResult.getCode() == ChreTestCommon.TestResult.Code.PASSED; in getSuccessFromTestResult()
/system/chre/build/sys_support/qcom/
Duimage.lcs.toolv8071 /* Code starts. */
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc505 if (temp_cmd_view.GetCode() == Code::SECURITY_REQUEST) { in OnSmpCommandLe()
512 if (temp_cmd_view.GetCode() == Code::PAIRING_REQUEST && my_role == hci::Role::PERIPHERAL) { in OnSmpCommandLe()

12