/test/xts/hats/hdf/vibrator/hdiService_additional/ |
D | hdf_vibrator_hdiService_test.cpp | 45 g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE); in TearDownTestCase() 46 g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); in TearDownTestCase() 68 int32_t endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE); 86 int32_t endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE); 104 int32_t endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); 122 int32_t endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE); 140 int32_t endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); 161 endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); 180 int32_t endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); 198 int32_t endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); [all …]
|
/test/xts/hats/hdf/vibrator/common/ |
D | hdf_vibrator_test.cpp | 95 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONCE); 112 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONCE); 131 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); 150 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); 167 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONCE); 186 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_BUTT); 189 endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); 209 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); 229 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); 246 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONCE); [all …]
|
/test/xts/hats/hdf/vibrator/hdiService/ |
D | hdf_vibrator_hdiService_test.cpp | 90 int32_t endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE); 107 int32_t endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE); 126 int32_t endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); 145 int32_t endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); 164 int32_t endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_BUTT); 167 endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); 187 int32_t endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); 207 int32_t endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); 224 int32_t endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE); 271 startRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE);
|
/test/xts/hats/hdf/audio/idl/common/render_additional/src/ |
D | AudioRenderCommonTest.cpp | 213 EXPECT_EQ(HDF_SUCCESS, render_->Stop(render_)); 237 EXPECT_EQ(HDF_SUCCESS, render_->Stop(render_)); 258 render_->Stop(render_); 276 render_->Stop(render_); 296 render_->Stop(render_); 369 EXPECT_EQ(HDF_SUCCESS, render_->Stop(render_)); 2059 render_->Stop(render_); 2061 EXPECT_EQ(HDF_SUCCESS, render_->Stop(render_)); 2072 EXPECT_EQ(HDF_SUCCESS, render_->Stop(render_)); 2074 render_->Stop(render_); [all …]
|
/test/xts/acts/ability/ability_runtime/stopserviceextension/ActsStopServiceExtensionTest/entry/src/main/ets/test/ |
D | Ability.test.ets | 36 * @tc.name: Distributed Component Support Remote Stop Extension 37 … * @tc.desc: Local device usage StopServiceExtensionAbility Stop the ServiceExtension application 86 * @tc.name: Distributed Component Support Remote Stop Extension 87 … * @tc.desc: Local device usage StopServiceExtensionAbility Stop the ServiceExtension application 149 * @tc.name: Distributed Component Support Remote Stop Extension 150 … * @tc.desc: Local device usage StopServiceExtensionAbility Stop the ServiceExtension application 200 * @tc.name: Distributed Component Support Remote Stop Extension 201 … * @tc.desc: Local device usage StopServiceExtensionAbility Stop the ServiceExtension application 263 * @tc.name: Distributed Component Support Remote Stop Extension 264 … * @tc.desc: Local device usage StopServiceExtensionAbility Stop the ServiceExtension application [all …]
|
/test/xts/hats/hdf/vibrator/vibratorBenchmarkTest/ |
D | hdf_vibrator_benchmark_test.cpp | 76 endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE); in BENCHMARK_F() 102 endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); in BENCHMARK_F() 128 endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); in BENCHMARK_F() 203 startRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE); in BENCHMARK_F()
|
/test/xts/hats/hdf/audio/idl/common/capture/src/ |
D | audio_capture_common_test.cpp | 208 capture_->Stop(capture_); 234 capture_->Stop(capture_); 263 capture_->Stop(capture_); 298 capture_->Stop(capture_); 307 capture_->Stop(capture_); 314 ASSERT_NE(capture_->Stop, nullptr); 319 ret = capture_->Stop(capture_); 325 ASSERT_NE(capture_->Stop, nullptr); 327 int32_t ret = capture_->Stop(nullptr); 342 capture_->Stop(capture_); [all …]
|
/test/xts/hats/hdf/audio/idl/common/render/src/ |
D | audio_render_common_test.cpp | 187 render_->Stop(render_); 194 EXPECT_EQ(HDF_SUCCESS, render_->Stop(render_)); 195 render_->Stop(render_); 201 EXPECT_EQ(HDF_SUCCESS, render_->Stop(render_)); 216 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->Stop(nullptr)); 221 int32_t ret = render_->Stop(render_); 427 render_->Stop(render_); 486 ret = render_->Stop(render_); 619 EXPECT_EQ(HDF_SUCCESS, render_->Stop(render_)); 645 EXPECT_EQ(HDF_SUCCESS, render_->Stop(render_)); [all …]
|
/test/xts/dcts/distributedhardware/distributedscreentest/ |
D | decoder_demo.cpp | 94 Stop(); in RunCase() 134 int32_t VDecDemo::Stop() in Stop() function in VDecDemo 158 return vdec_->Stop(); in Stop()
|
D | decoder_demo.h | 68 int32_t Stop();
|
/test/ostest/wukong/test_flow/include/ |
D | test_flow.h | 60 void Stop(ErrCode code);
|
/test/xts/hats/hdf/audio/idl/common/capture_additional/src/ |
D | AudioCaptureCommonTestAdditional.cpp | 946 capture_->Stop(capture_); 968 capture_->Stop(capture_); 984 capture_->Stop(capture_); 1001 capture_->Stop(capture_); 1019 capture_->Stop(capture_); 1043 capture_->Stop(capture_); 1066 capture_->Stop(capture_); 1085 capture_->Stop(capture_); 1102 capture_->Stop(capture_); 1118 capture_->Stop(capture_); [all …]
|
/test/ostest/wukong/common/src/ |
D | wukong_logger.cpp | 63 Stop(); in ~WuKongLogger() 92 void WuKongLogger::Stop() in Stop() function in OHOS::WuKong::WuKongLogger
|
/test/ostest/wukong/common/include/ |
D | wukong_logger.h | 60 void Stop();
|
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/ |
D | ActsMediaCameraTest.cpp | 432 void Stop() in Stop() function in OHOS::SampleCameraStateMng 435 int32_t ret = recorder_->Stop(true); in Stop() 1050 camStateMng.Stop(); in HWTEST_F() 1216 camStateMng.Stop(); in HWTEST_F() 1231 camStateMng.Stop(); in HWTEST_F() 1248 camStateMng.Stop(); in HWTEST_F() 1265 camStateMng.Stop(); in HWTEST_F() 1887 camStateMng.Stop(); in HWTEST_F() 1905 camStateMng.Stop(); in HWTEST_F() 1925 camStateMng.Stop(); in HWTEST_F() [all …]
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
D | distributed_agent.h | 40 int Stop();
|
/test/ostest/wukong/test_flow/src/ |
D | test_flow.cpp | 137 void TestFlow::Stop(OHOS::ErrCode code) in Stop() function in OHOS::WuKong::TestFlow
|
/test/ostest/wukong/shell_command/src/ |
D | wukong_main.cpp | 169 WuKonglogger->Stop(); in main()
|
/test/xts/acts/ability/ability_runtime/aacommand/ServiceExtensionDemo/entry/src/main/ets/pages/ |
D | Index.ets | 22 @State stopExtensionMessage: string = 'Stop Extension';
|
/test/xts/acts/arkui/ace_ets_layout_test/ace_ets_layout_scroll_test/entry/src/main/ets/MainAbility/pages/Scroll/Scroll_attribute/ |
D | ScrollFrictionPage.ets | 66 console.info('Scroll Stop')
|
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/ |
D | audio_capture_benchmarktest.cpp | 214 capture_->Stop(capture_); in BENCHMARK_F() 245 capture_->Stop(capture_); in BENCHMARK_F() 261 ret = capture_->Stop(capture_); in BENCHMARK_F() 296 ret = capture_->Stop(capture_); in BENCHMARK_F()
|
/test/xts/acts/arkui/ace_ets_component_attrlack/entry/src/main/ets/MainAbility/pages/ |
D | scroll_edge.ets | 47 console.info('Scroll Stop')
|
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/ |
D | scroll_addattrs.ets | 59 console.info('Scroll Stop')
|
D | scroll_add.ets | 59 console.info('Scroll Stop')
|
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/ |
D | scroll.ets | 100 console.info('Scroll Stop')
|