/device/soc/rockchip/common/sdk_linux/include/trace/events/ |
H A D | cpuhp.h | 50 TRACE_EVENT(cpuhp_pause, TP_PROTO(struct cpumask *cpus, u64 start_time, unsigned char pause), 52 TP_ARGS(cpus, start_time, pause), 55 __field(unsigned char, pause)), 59 __entry->time = div64_u64(sched_clock() - start_time, 1000); __entry->pause = pause;), 62 __entry->time, __entry->pause));
|
/foundation/arkui/ace_engine/frameworks/core/components/texttimer/ |
H A D | texttimer_controller.h | 49 void OnPause(const TimerFuncImpl& pause) in OnPause() argument 51 pause_ = pause; in OnPause()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | manual_ondemand_helper.cpp | 636 std::string pause; in TestLoad1() local 638 cin >> pause; in TestLoad1() local 641 cin >> pause; in TestLoad1() local 646 cin >> pause; in TestLoad1() local 651 cin >> pause; in TestLoad1() local 659 std::string pause; in TestLoad2() local 661 cin >> pause; in TestLoad2() local 666 cin >> pause; in TestLoad2() local 671 cin >> pause; in TestLoad2() local 676 cin >> pause; in TestLoad2() local 681 cin >> pause; TestLoad2() local 686 cin >> pause; TestLoad2() local 694 std::string pause; TestUnload() local 696 cin >> pause; TestUnload() local 701 cin >> pause; TestUnload() local 706 cin >> pause; TestUnload() local 711 cin >> pause; TestUnload() local 716 cin >> pause; TestUnload() local 721 cin >> pause; TestUnload() local 726 cin >> pause; TestUnload() local 731 cin >> pause; TestUnload() local 736 cin >> pause; TestUnload() local 744 std::string pause; TestGet() local 746 cin >> pause; TestGet() local 751 cin >> pause; TestGet() local 756 cin >> pause; TestGet() local 761 cin >> pause; TestGet() local 766 cin >> pause; TestGet() local 771 cin >> pause; TestGet() local [all...] |
/test/testfwk/xdevice/ |
H A D | run.bat | 22 pause 29 pause 36 pause
|
/foundation/multimedia/media_foundation/test/scenetest/ |
H A D | test_single_video_player_fast_2.h | 58 PTEST((std::string url, int32_t fileSize), Test fdsource create pause, release) in FIXTURE() argument 68 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, pause, release) in FIXTURE() 94 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, stop, pause, release) in FIXTURE() 109 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, reset, pause, release) in FIXTURE() 124 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, seek, pause, relase) in FIXTURE() 144 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, setvolume, pause, release) in FIXTURE() 161 PTEST((std::string url, int32_t fileSize), Test fdsource create, setsource, pause, release) in FIXTURE() 172 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, pause, pause, pause, releas in FIXTURE() [all...] |
H A D | test_single_video_player_fast_1.h | 97 PTEST((std::string url), Test fdsource prepare, play, pause, release) in FIXTURE() 109 PTEST((std::string url), Test fdsource prepare, play, pause, release) in FIXTURE() 160 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, pause, prepare, release) in FIXTURE() 291 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, pause, play, release) in FIXTURE()
|
H A D | test_single_player_fast.h | 162 PTEST((std::string url), Can seek after pause) in FIXTURE() argument 176 ASSERT_TRUE(CheckTimeEquality(seekPos, currentMS)); // pause + seek still pause in FIXTURE() 181 PTEST((std::string url), Can pause, then seek, then play, final stop) in FIXTURE() argument 195 ASSERT_TRUE(CheckTimeEquality(seekPos, currentMS)); // pause + seek still pause in FIXTURE() 197 std::this_thread::sleep_for(std::chrono::milliseconds(2000)); // pause + seek + play still play in FIXTURE() 202 PTEST((std::string url), Can play after pause) in FIXTURE() argument
|
/foundation/communication/dsoftbus/core/frame/small/init/src/ |
H A D | softbus_server_main.c | 23 pause(); in main()
|
/foundation/ai/ai_engine/services/server/communication_adapter/source/ |
H A D | start_server.c | 38 pause(); in main()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | main.cpp | 36 pause(); in main()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
H A D | wifi_service_main_lite.c | 38 pause(); in main()
|
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/resources/ |
H A D | echoHilog.bat | 6 pause
|
/test/xts/device_attest_lite/framework/small/src/service/ |
H A D | attest_framework_service.c | 44 pause(); in main()
|
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/ |
H A D | ipc_server_main.cpp | 48 pause(); in main()
|
/foundation/systemabilitymgr/safwk_lite/src/ |
H A D | main.c | 58 // pause only returns when a signal was caught and the signal-catching function returned.
in main() 59 // pause only returns -1, no need to process the return value.
in main() 60 (void)pause();
in main()
|
/test/xts/device_attest_lite/test/startup/ |
H A D | attest_framework_client_start.c | 58 pause(); in main()
|
/test/xts/acts/multimedia/media/media_js_standard/ |
H A D | AVRecorderTestBase.js | 192 await avRecorder.pause((err) => { 193 console.info('case pause called'); 196 console.info('pause AVRecorder success'); 198 console.info('pause AVRecorder failed and error is ' + err.message); 207 await avRecorder.pause().then(() => { 209 console.info('pause success'); 211 console.info('pause failed and catch error is ' + err.message); 1024 await avRecorder.pause((err) => { 1026 console.info('pause avRecorderReliabilitTest01 success'); 1030 console.info('pause avRecorderReliabilitTest0 [all...] |
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router/ |
H A D | index.js | 216 pause(){
237 this.$refs.animator.pause();
478 animation.pause()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router1/ |
H A D | index.js | 219 pause(){
240 this.$refs.animator.pause();
481 animation.pause()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router3/ |
H A D | index.js | 217 pause(){
238 this.$refs.animator.pause();
479 animation.pause()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router2/ |
H A D | index.js | 216 pause(){
237 this.$refs.animator.pause();
478 animation.pause()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router4/ |
H A D | index.js | 216 pause(){
237 this.$refs.animator.pause();
478 animation.pause()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router5/ |
H A D | index.js | 216 pause(){
237 this.$refs.animator.pause();
478 animation.pause()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router6/ |
H A D | index.js | 216 pause(){
237 this.$refs.animator.pause();
478 animation.pause()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/video/router/ |
H A D | index.js | 480 animation.pause()
497 function5.pause();
499 message: 'function5 video pause.'
569 pause() {
571 message: 'pause'
|