/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-hwi.md | 33 - Interrupt information (**LOSCFG_CPUP_INCLUDE_IRQ** disabled): 71 - Interrupt information (**LOSCFG_CPUP_INCLUDE_IRQ** enabled): 113 | InterruptNo | Interrupt number.| 116 | ATime | Interrupt handling time.| 120 | mode | Interrupt type, which can be any of the following:<br>- **normal**: non-shared interrupt…
|
H A D | kernel-mini-basic-interrupt.md | 1 # Interrupt Management 12 - Interrupt ID 18 - Interrupt priority 21 - Interrupt handler 24 - Interrupt triggering 27 - Interrupt vector 30 - Interrupt vector table 102 /* Interrupt ID to verify */ 105 /* Interrupt handler */ 120 HWI_PRIOR_T hwiPrio = 3; // Interrupt priority
|
H A D | kernel-small-basic-interrupt.md | 1 # Interrupt and Exception Handling 31 **Figure 1** Interrupt vector table 43 ##### Creating or Deleting an Interrupt 58 ##### Obtaining Interrupt Information 89 /* Interrupt handler function*/
|
H A D | kernel-small-debug-process-cpu.md | 17 - Interrupt CPUP 18 …Interrupt CPUP refers to the CPU usage of a single interrupt. It reflects the interrupt status, bu… 33 - Interrupt CPUP 43 Interrupt CPUP = Total running time of the interrupt/Total running time of the system 59 | Interrupt CPUP| LOS_GetAllIrqCpuUsage | Obtains the historical CPUP of all interrupts in the syst…
|
H A D | kernel-mini-extend-cpup.md | 20 **Interrupt CPUP** 24 Interrupt CPUP indicates the CPU usage of a single interrupt out of the total interrupt duration. T… 46 Interrupt CPUP = Running time of a single interrupt/Total running time of all interrupts
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/ |
H A D | interface_i_image_process_session_v12.md | 27 | [Interrupt](#interrupt) () | 中断进程会话。 | 71 ### Interrupt() 74 IImageProcessSession::Interrupt ()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/ |
H A D | deferred_photo_processor.cpp | 69 postProcessor_->Interrupt(); in RemoveImage() 99 Interrupt(); in ProcessImage() 222 void DeferredPhotoProcessor::Interrupt() in Interrupt() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessor 225 postProcessor_->Interrupt(); in Interrupt()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_smartalbum_map_operations_test/src/ |
H A D | trash_async_worker_test.cpp | 44 asyncWorker->Interrupt(); 56 asyncWorker1->Interrupt();
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-basic-interrupt.md | 23 …通过对中断控制器编程来打开和关闭中断源、设置中断源的优先级和触发方式。常用的中断控制器有VIC(Vector Interrupt Controller)和GIC(General Interrupt…
|
/ohos5.0/drivers/interface/camera/v1_2/ |
H A D | IImageProcessSession.idl | 82 * @brief Interrupt the process session. 87 Interrupt();
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_2/ |
H A D | IImageProcessSession.idl | 82 * @brief Interrupt the process session. 87 Interrupt();
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | trash_async_worker.h | 30 EXPORT void Interrupt();
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | trash_async_worker.cpp | 45 void TrashAsyncTaskWorker::Interrupt() in Interrupt() function in OHOS::Media::TrashAsyncTaskWorker
|
/ohos5.0/drivers/interface/camera/v1_3/ |
H A D | IVideoProcessSession.idl | 117 * @brief Interrupt the process session. 122 Interrupt();
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/ |
H A D | photo_post_processor.h | 61 void Interrupt();
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/ |
H A D | deferred_photo_processor.h | 52 void Interrupt();
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_async_worker/include/ |
H A D | medialibrary_async_worker.h | 60 ASYNC_WORKER_API_EXPORT void Interrupt();
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/cpp_target/camera/v1_2/ |
H A D | image_process_session_service.cpp.txt | 50 int32_t ImageProcessSessionService::Interrupt()
|
H A D | image_process_session_service.h.txt | 40 int32_t Interrupt() override;
|
H A D | iimage_process_session.h.txt | 81 virtual int32_t Interrupt() = 0;
|
H A D | image_process_session_proxy.h.txt | 48 int32_t Interrupt() override;
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-i3c-develop.md | 9 …C总线拥有更高的速度、更低的功耗,支持带内中断、从设备热接入以及切换当前主设备,同时向后兼容I2C从设备。I3C增加了带内中断(In-Bind Interrupt)功能,支持I3C设备进行热接入操… 13 - IBI(In-Band Interrupt):带内中断。 98 | requestIbi | **device**:结构体指针,核心层I3C设备 | 无 | HDF_STATUS相关状态 | 为I3C设备请求IBI(In-Bind Interrupt,即带内中断…
|
H A D | driver-platform-i3c-des.md | 9 …C总线拥有更高的速度、更低的功耗,支持带内中断、从设备热接入以及切换当前主设备,同时向后兼容I2C从设备。I3C增加了带内中断(In-Bind Interrupt)功能,支持I3C设备进行热接入操… 23 - IBI(In-Band Interrupt)<br>
|
/ohos5.0/drivers/peripheral/camera/test/fuzztest/defferred_delivery_image/ |
H A D | defferred_delivery_image_fuzzer.cpp | 87 imageProcessSession_->Interrupt(); in InterruptApi()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_async_worker/src/ |
H A D | medialibrary_async_worker.cpp | 72 void MediaLibraryAsyncWorker::Interrupt() in Interrupt() function in OHOS::Media::MediaLibraryAsyncWorker
|