Home
last modified time | relevance | path

Searched refs:expected_value (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/cpp/security/vehicle_binding_util/tests/
DVehicleBindingIntegrationTest.cpp43 std::string expected_value = "1"; in TEST() local
48 expected_value = ""; in TEST()
51 ASSERT_EQ(expected_value, android::base::GetProperty("vold.storage_seed_bound", "")); in TEST()
/packages/services/Car/cpp/evs/manager/1.1/test/unit/
DEnumeratorProxyTest.cpp59 std::vector<CameraDesc_1_0> expected_value{CameraDesc_1_0{.cameraId = "cam_123", in TEST() local
65 ON_CALL(*mockEnumeratorManager, getCameraList).WillByDefault(::testing::Return(expected_value)); in TEST()
74 EXPECT_EQ(result, expected_value); in TEST()
122 std::vector<CameraDesc_1_1> expected_value{CameraDesc_1_1{ in TEST() local
131 .WillByDefault(::testing::Return(expected_value)); in TEST()
140 EXPECT_EQ(result, expected_value); in TEST()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/test/
Dsequence.rs58 $($name:ident: $expected_value:expr),* $(,)?
68 assert_eq!(value.clone(), $expected_value);
76 $($name:ident: $expected_value:expr),* $(,)?
86 assert_eq!(value.clone(), $expected_value);
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlProfileTest.java484 PlayingOrder expected_value, boolean is_shuffle_set, boolean is_repeat_set) { in testGetCurrentPlayerPlayingOrder() argument
487 Assert.assertEquals(expected_value, mMediaControlProfile.getCurrentPlayerPlayingOrder()); in testGetCurrentPlayerPlayingOrder()
499 int expected_value = SupportedPlayingOrder.IN_ORDER_ONCE; in testGetSupportedPlayingOrder() local
501 if (is_repeat_set) expected_value |= SupportedPlayingOrder.IN_ORDER_REPEAT; in testGetSupportedPlayingOrder()
503 if (is_repeat_set) expected_value |= SupportedPlayingOrder.SHUFFLE_REPEAT; in testGetSupportedPlayingOrder()
504 else expected_value |= SupportedPlayingOrder.SHUFFLE_ONCE; in testGetSupportedPlayingOrder()
510 expected_value, mMediaControlProfile.getSupportedPlayingOrder().intValue()); in testGetSupportedPlayingOrder()
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_test_utils.py117 def wait_until(timeout_sec, condition_func, func_args, expected_value, exception=None, interval_sec… argument
151 if condition_func(*func_args) == expected_value:
156 args_string, expected_value)
Dandroid_bluetooth_decorator.py736 expected_value=False)
770 expected_value=status_enabled,
1078 expected_value=expected_state,
1093 expected_value=expected_track,
1249 expected_value=expected_state,
1264 expected_value=enabled,
1290 expected_value=connected,
1318 expected_value=state_connected,
1359 expected_value=allow_access,
/packages/modules/Bluetooth/system/blueberry/tests/pan/
Dbluetooth_pan_test.py98 expected_value=state_connected,
260 expected_value=allow_access,