/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/communication/dsoftbus/core/frame/small/init/src/ |
H A D | softbus_server_main.c | 23 pause(); in main()
|
/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...] |
H A D | ondemand_helper.cpp | 280 std::string pause; in TestScheduler() local
|
/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()
|
/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
|
H A D | test_single_video_player_fast_3.h | 91 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, pause, release) in FIXTURE() 223 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, pause, seek, release) in FIXTURE()
|
H A D | test_single_video_player_fast_4.h | 93 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, pause, setvolume, release) in FIXTURE()
|
/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()
|
/foundation/communication/ipc/ipc/test/ipc/server/ |
H A D | ipc_test_server.c | 167 pause(); in main()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | icloud_syncer.h | 32 bool pause = false; member
|
H A D | cloud_syncer.cpp | 1463 if (cloudTaskInfos_[taskId].pause) { in CheckTaskIdValid() 1508 cloudTaskInfos_[taskId].resume = cloudTaskInfos_[taskId].pause; in PrepareSync() 1509 cloudTaskInfos_[taskId].pause = false; in PrepareSync() 1823 cloudTaskInfos_[currentContext_.currentTaskId].pause = true; in MarkCurrentTaskPausedIfNeed()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | virtual_cloud_syncer.cpp | 126 cloudTaskInfos_[currentContext_.currentTaskId].pause = true; in PauseCurrentTask()
|
H A D | cloud_syncer_test.h | 281 cloudTaskInfos_[currentContext_.currentTaskId].pause = true; in SetCurrentTaskPause()
|
/foundation/communication/ipc/ipc/test/ipc/client/ |
H A D | ipc_test_client.c | 204 pause(); in main()
|
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/ |
H A D | bg_transient_task_mgr.h | 94 void DumpTaskTime(const std::vector<std::string> &dumpOption, bool pause, std::vector<std::string> &dumpInfo);
|
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/ |
H A D | bg_transient_task_mgr.cpp | 712 void BgTransientTaskMgr::DumpTaskTime(const std::vector<std::string> &dumpOption, bool pause, in DumpTaskTime() argument 717 if (pause) { in DumpTaskTime() 720 dumpInfo.push_back("pause transient tasl fail!\n"); in DumpTaskTime() 722 dumpInfo.push_back("pause transient tasl success!\n"); in DumpTaskTime()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | keys.h | 228 KEYWORD(PAUSE, pause) // video component pause event tag
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/ |
H A D | ams_app_life_cycle_module_test.cpp | 666 pause(); in HWTEST_F()
|