Home
last modified time | relevance | path

Searched defs:stop (Results 1 – 25 of 25) sorted by relevance

/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/tests/
Dbasic.rs72 fn stop() {} in stop() function
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
Doh_audio_capturer_test.cpp82 void SleepWaitRecoder(bool* stop) in SleepWaitRecoder()
119 bool stop = false; in RecorderTest() local
/foundation/communication/netmanager_ext/services/vpnmanager/src/
Dnet_vpn_impl.cpp307 int32_t stop = INVALID_UID; in GenerateUidRangesByAcceptedApps() local
328 …int32_t stop = userId * AppExecFwk::Constants::BASE_USER_RANGE + AppExecFwk::Constants::MAX_APP_UI… in GenerateUidRangesByRefusedApps() local
392 …int32_t stop = userId * AppExecFwk::Constants::BASE_USER_RANGE + AppExecFwk::Constants::MAX_APP_UI… in GenerateUidRanges() local
/foundation/filemanagement/dfs_service/utils/ffrt/src/
Dffrt_timer.cpp47 bool stop = in Start() local
/foundation/communication/wifi/wifi/base/cRPC/include/
Devloop.h34 int stop; member
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
Dapi_cache_manager_test.cpp899 void Task001(bool& stop) in Task001()
916 void Task002(bool& stop) in Task002()
933 void Task003(bool& stop) in Task003()
956 void Task004(bool& stop) in Task004()
969 void Task005(bool& stop) in Task005()
979 void Task006(bool& stop) in Task006()
999 bool stop = false; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/prefetcher/
DFetchingDriver.ts161 stop(): void { method in FetchingDriver
/foundation/ai/intelligent_voice_framework/interfaces/kits/js/
D@ohos.ai.intelligentVoice.d.ts987 stop(callback: AsyncCallback<void>): void; method
997 stop(): Promise<void>; method
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
Daudio_capturer_test.cpp151 auto stop = high_resolution_clock::now(); in StartCapture() local
/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
Dfile_access_service.h158 void stop() in stop() function
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
D@ohos.multimedia.camera.d.ts3906 stop(callback: AsyncCallback<void>): void; method
3916 stop(): Promise<void>; method
4104 stop(callback: AsyncCallback<void>): void; method
4116 stop(): Promise<void>; method
7440 stop(callback: AsyncCallback<void>): void; method
7451 stop(): Promise<void>; method
8871 stop(callback: AsyncCallback<void>): void; method
8880 stop(): Promise<void>; method
9664 stop(callback: AsyncCallback<void>): void; method
9673 stop(): Promise<void>; method
[all …]
/foundation/multimedia/media_lite/test/
Dtest_play_file_h265.cpp279 static void DisplayThrd(PlayManager *playMng, CODEC_HANDLETYPE decoderHdl, bool *stop, uint32_t tim… in DisplayThrd()
/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/
Dpaint.cpp213 void Paint::addColorStop(float stop, ColorType color) in addColorStop()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_property.cpp201 … std::string stop = std::to_string(fraction.first) + "," + std::to_string(fraction.second); in ToJsonValue() local
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
Dpaint.h160 float stop; member
/foundation/communication/ipc/ipc/native/src/core/source/
Dprocess_skeleton.cpp379 size_t stop = parcel.GetWritePosition(); in FlattenDBinderData() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
Ddrawing_decoration_painter.cpp55 for (auto& stop : gradient.GetColors()) { in GradientShader() local
167 for (auto& stop : colorStops_) { in AdjustColorStops() local
184 for (const auto& stop : colorStops_) { in ToRSColors() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dskia_decoration_painter.cpp84 for (auto& stop : gradient.GetColors()) { in GradientShader() local
195 for (auto& stop : colorStops_) { in AdjustColorStops() local
212 for (const auto& stop : colorStops_) { in ToSkColors() local
/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/test/unittest/audio_renderer_interrupt_test/
DAudioRendererInterruptRareTypeUnitTest.js170 async function stop(render,done) { function
DAudioRendererInterruptCommonTypeUnitTest.js153 async function stop(render,done) { function
/foundation/communication/dsoftbus/core/common/message_handler/
Dmessage_handler.c44 volatile unsigned char stop; // destroys looper, stop =1, and running =0 member
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
Drosen_decoration_painter.cpp73 for (auto& stop : gradient.GetColors()) { in GradientShader() local
188 for (auto& stop : colorStops_) { in AdjustColorStops() local
219 for (const auto& stop : colorStops_) { in ToSkColors() local
Drosen_svg_painter.cpp916 char* stop = nullptr; in FindDoubleValue() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DjsPrefetcher.js863 stop() { method in FetchingDriver
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dcanvas_component.cpp1887 float stop = FloatOf(args[ArgsIndex::IDX_0]); in AddColorStop() local