/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/ |
D | oh_audio_capturer_test.cpp | 56 void SleepWaitRecoder(bool* stop) in SleepWaitRecoder() argument 59 *stop = true; in SleepWaitRecoder() 90 bool stop = false; in RecorderTest() local 91 std::thread stopthread(SleepWaitRecoder, &stop); in RecorderTest() 95 while (!stop) { in RecorderTest()
|
/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
D | net_vpn_impl.cpp | 253 int32_t stop = INVALID_UID; in GenerateUidRangesByAcceptedApps() local 257 } else if (uid != stop + 1) { in GenerateUidRangesByAcceptedApps() 259 endUids.push_back(stop); in GenerateUidRangesByAcceptedApps() 262 stop = uid; in GenerateUidRangesByAcceptedApps() 266 endUids.push_back(stop); in GenerateUidRangesByAcceptedApps() 274 …int32_t stop = userId_ * AppExecFwk::Constants::BASE_USER_RANGE + AppExecFwk::Constants::MAX_APP_U… in GenerateUidRangesByRefusedApps() local 284 if (start <= stop) { in GenerateUidRangesByRefusedApps() 286 endUids.push_back(stop); in GenerateUidRangesByRefusedApps() 338 …int32_t stop = userId_ * AppExecFwk::Constants::BASE_USER_RANGE + AppExecFwk::Constants::MAX_APP_U… in GenerateUidRanges() local 340 endUids.push_back(stop); in GenerateUidRanges() [all …]
|
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/image-animator/05/ |
D | index.js | 26 animator.stop(); 33 animator.stop();
|
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/ |
D | @ohos.multimedia.camera.d.ts | 1287 stop(callback: AsyncCallback<void>): void; method 1297 stop(): Promise<void>; method 1755 stop(callback: AsyncCallback<void>): void; method 1764 stop(): Promise<void>; method 2197 stop(callback: AsyncCallback<void>): void; method 2206 stop(): Promise<void>; method 2363 stop(callback: AsyncCallback<void>): void; method 2372 stop(): Promise<void>; method
|
/foundation/multimedia/player_framework/interfaces/kits/js/ |
D | @ohos.multimedia.media.d.ts | 438 stop(callback: AsyncCallback<void>): void; method 447 stop(): Promise<void>; method 995 stop(): void; method 1317 stop(callback: AsyncCallback<void>): void; method 1328 stop(): Promise<void>; method 1717 stop(): void; method 1906 stop(callback: AsyncCallback<void>): void; method 1917 stop(): Promise<void>; method 2119 stop(callback: AsyncCallback<void>): void; method 2128 stop(): Promise<void>; method
|
/foundation/filemanagement/dfs_service/utils/system/include/ |
D | dfsu_thread.h | 65 bool stop = 67 if (stop) { // is stopped 90 bool stop = 92 if (stop) { // is stopped
|
/foundation/multimedia/histreamer/tests/st/ |
D | test_single_video_player_fast_2.h | 91 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, stop, pause, release) in FIXTURE() 185 PTEST((std::string url, int32_t fileSize), Test fdsource create, stop, release) in FIXTURE() 195 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, stop, release) in FIXTURE() 207 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, stop, release) in FIXTURE() 221 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, pause, stop, release) in FIXTURE() 236 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, reset, stop, relese) in FIXTURE() 251 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, seek, stop, release) in FIXTURE() 271 … PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, setvolume, stop, release) in FIXTURE() 287 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, speed, stop, release) in FIXTURE() 301 PTEST((std::string url, int32_t fileSize), Test fdsource create, setsource, stop, release) in FIXTURE() [all …]
|
D | test_lite_stream_player.h | 32 PTEST((std::string url), Test play stream source automatically stop) in FIXTURE()
|
/foundation/multimedia/audio_framework/services/audio_service/etc/ |
D | pulseaudio.cfg | 20 "stop audio_policy", 21 "stop audio_host",
|
/foundation/ability/ability_runtime/ |
D | README_zh.md | 149 **aa force-stop** 153 | aa force-stop <bundle-name> | 强制停止application | 157 aa force-stop com.ohos.app
|
/foundation/ability/ability_lite/interfaces/inner_api/abilitymgr_lite/ |
D | README.md | 2 …r outside processes. By using these functions, other processes can start, stop, connect or disconn…
|
/foundation/communication/wifi/wifi/services/wifi_standard/ipc_framework/cRPC/include/ |
D | evloop.h | 34 int stop; member
|
/foundation/ai/intelligent_voice_framework/interfaces/kits/js/ |
D | @ohos.ai.intelligentVoice.d.ts | 528 stop(callback: AsyncCallback<void>): void; method 537 stop(): Promise<void>; method
|
/foundation/communication/dhcp/ |
D | README.en.md | 12 …t of DHCP module services, including start, stop and result acquisition of DHCP client services. s…
|
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/image-animator/04/ |
D | index.js | 44 animator.stop();
|
/foundation/ability/ability_lite/interfaces/kits/ability_lite/ |
D | README.md | 2 …plications ability will be managed by AMS, including, start, termination, stop, connection and dis…
|
/foundation/multimedia/player_framework/test/sample/AVRecorder/ |
D | README.md | 18 …ght to check your configurations. You can click the start, pause, resume, stop button to control t… 19 …itch to the audio recording page. You can click the start, pause, resume, stop button to control t…
|
/foundation/multimedia/audio_framework/test/demo/entry/src/main/ets/pages/stream_manager/ |
D | CapturerStream.ets | 189 Button("stop") 196 await this.audioCapturer.stop(); 197 this.returnMsg += `Capturer stop success \n` 199 this.returnMsg = `Capturer stop failed err:${JSON.stringify(err)}}`
|
/foundation/multimedia/audio_framework/test/demo/entry/src/main/ets/pages/toneplayer/ |
D | TonePlayerPromise.ets | 82 tonePlayer.stop().then(()=>{ 83 _this.returnMsg += ` stop Success,` 90 _this.returnMsg = `stop promise Error:${JSON.stringify(err)}`
|
D | TonePlayerCallback.ets | 94 tonePlayer.stop((err) => { 96 _this.returnMsg = `stop callback Error:${JSON.stringify(err)}` 99 _this.returnMsg += `start stop Success,`
|
/foundation/multimedia/player_framework/test/jstest/ |
D | VideoRecorderTestBase.js | 44 await captureSession.stop().then(() => {
|
/foundation/multimedia/audio_framework/test/demo/entry/src/main/ets/pages/focus/ |
D | AvplayerInterruptAvplayer.ets | 151 async stop(index) { 158 await this.AVPlayers[index].stop() 159 this.returnMsg = `AVPlayer ${index} stop Success,state=${this.AVPlayers[index].state}` 161 this.returnMsg = `AVPlayer ${index} stop Fail,err=${JSON.stringify(err)}` 309 Text("stop").fontSize(22).fontColor(Color.Blue) 311 this.stop(item)
|
D | CapturerInterruptRenderer.ets | 321 this.returnMsg = `AudioCapturer instance had not created,dont‘t allow to stop\n` 325 _this.audioCapturer.stop((err) => { 327 _this.returnMsg = `AudioCapturer stop : Error: ${JSON.stringify(err)}\n` 329 _this.returnMsg = `AudioCapturer stop : SUCCESS,state:${_this.audioCapturer.state}\n` 523 this.returnMsg = `audioRenderer instance had not created,dont‘t allow to stop\n` 527 _this.audioRenderer.stop((err) => { 529 _this.returnMsg = `audioRenderer stop : Error: ${JSON.stringify(err)}\n` 531 _this.returnMsg = `audioRenderer stop : SUCCESS,state:${_this.audioRenderer.state}\n` 656 Text("stop").fontSize(22).fontColor(Color.Blue) 760 Text("stop").fontSize(22).fontColor(Color.Blue)
|
/foundation/multimedia/audio_framework/test/demo/entry/src/main/ets/pages/renderer/ |
D | MultiInstance.ets | 150 this.returnMsg = `audioRenderer ${index} instance had not created,dont‘t allow to stop\n` 154 _this.audioRenderers[index].stop((err) => { 156 _this.returnMsg = `audioRenderer ${index} stop : Error: ${JSON.stringify(err)}\n` 158 …_this.returnMsg = `audioRenderer ${index} stop : SUCCESS,state:${_this.audioRenderers[index].state… 238 Text("stop").fontSize(22).fontColor(Color.Blue)
|
/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/ |
D | server_test.cpp | 173 loop.stop = 0; 185 loop.stop = 0;
|