Searched refs:mode2 (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | bus_center_heartbeat_sdk_test.cpp | 87 GearMode mode2 = { .cycle = HIGH_FREQ_CYCLE, .duration = DEFAULT_DURATION, .wakeupFlag = true }; in HWTEST_F() local 101 EXPECT_EQ(ShiftLNNGear(TEST_PKG_NAME1, callerId1, NULL, &mode2), SOFTBUS_OK); in HWTEST_F() 102 EXPECT_EQ(ShiftLNNGear(TEST_PKG_NAME1, callerId2, NULL, &mode2), SOFTBUS_OK); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | store_test.cpp | 92 auto mode2 = GeneralStore::AUTO_SYNC_MODE; in HWTEST_F() local 94 auto mixMode = GeneralStore::MixMode(mode1, mode2); in HWTEST_F() 95 EXPECT_EQ(mixMode, mode1 | mode2); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hyper_graphic_manager_test.cpp | 352 int32_t mode2 = 2;
in HWTEST_F() local 356 instance.AddScreenInfo(screenId2, width, height, rate2, mode2);
in HWTEST_F() 447 int32_t mode2 = 2;
in HWTEST_F() local 450 instance.AddScreenInfo(screenId2, width, height, rate2, mode2);
in HWTEST_F() 508 int32_t mode2 = 2;
in HWTEST_F() local 511 instance.AddScreenInfo(screenId2, width, height, rate2, mode2);
in HWTEST_F()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 1130 sptr<SupportedScreenModes> mode2 = session->GetActiveScreenMode(); in HWTEST_F() local 1132 ASSERT_EQ(mode2, nullptr); in HWTEST_F()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 5302 TorchMode mode2 = TorchMode::TORCH_MODE_ON; in HWTEST_F() local 5305 cameraManager->UpdateTorchMode(mode2); in HWTEST_F()
|
Completed in 18 milliseconds