Home
last modified time | relevance | path

Searched refs:schedules (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dcontext_manager.c470 ResultCode CopySchedules(UserAuthContext *context, LinkedList **schedules) in CopySchedules() argument
472 if (context == NULL || context->scheduleList == NULL || schedules == NULL) { in CopySchedules()
482 *schedules = CreateLinkedList(DestroyScheduleNode); in CopySchedules()
483 if (*schedules == NULL) { in CopySchedules()
503 if ((*schedules)->insert(*schedules, schedule) != RESULT_SUCCESS) { in CopySchedules()
513 DestroyLinkedList(*schedules); in CopySchedules()
514 *schedules = NULL; in CopySchedules()
564 LinkedList *schedules = ((UserAuthContext *)data)->scheduleList; in DestroyContextNode() local
565 if (schedules == NULL) { in DestroyContextNode()
569 LinkedListNode *tempNode = schedules->head; in DestroyContextNode()
[all …]
H A Duser_auth_funcs.c44 ResultCode GenerateSolutionFunc(AuthParamHal param, LinkedList **schedules) in GenerateSolutionFunc() argument
46 if (schedules == NULL) { in GenerateSolutionFunc()
67 ResultCode ret = CopySchedules(authContext, schedules); in GenerateSolutionFunc()
/ohos5.0/docs/en/readme/
H A Dability.md5 …across processes. The Ability Manager Service provided in the framework schedules and manages abil…
17 - The AppScheduler sub-module schedules and manages the App Manager Service.
18 - The AbilityScheduler sub-module schedules and manages abilities.
19 - The LifecycleDeal sub-module schedules and manages ability lifecycle events.
H A Dglobal-resource-scheduling.md4 The global resource scheduling subsystem schedules and manages the CPU, memory, and storage resourc…
11 The global resource scheduling subsystem schedules and manages CPU, memory, I/O, network, and soft …
H A Ddistributed-hardware.md9 …ach device in a virtual hardware resource pool and centrally shares and schedules the hardware cap…
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Dcontext_manager.h79 ResultCode CopySchedules(UserAuthContext *context, LinkedList **schedules);
H A Duser_auth_funcs.h75 ResultCode GenerateSolutionFunc(AuthParamHal param, LinkedList **schedules);
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dconcurrency-overview.md3 … when a task is in the sleep state or is performing I/O operations, and schedules and executes oth…
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-basic-trans-user-mutex.md6 …k, and RW lock. The user-mode part implements lock logic, and the kernel-mode part schedules locks.
H A Dkernel-small-overview.md47 - Real-time scheduling: schedules tasks based on priorities. The tasks of the same priority are s…
/ohos5.0/docs/en/application-dev/application-models/
H A Dapplication-models.md13 … component instance based on the configuration file during running, and schedules the lifecycle ca…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-sheet-page.md5 …h as personal information, text introductions, sharing panels, creating schedules, and adding cont…
/ohos5.0/docs/en/application-dev/security/UserAuthenticationKit/
H A Duser-authentication-overview.md59 …on framework: consists of authentication SAs and drivers. The framework schedules various identity…
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md7 …ntities and authentication credential templates in a unified manner. It schedules executors implem…
65 …ate information required by the executor to process requests. User_auth schedules the executor to …
/ohos5.0/docs/en/application-dev/ffrt/
H A Dffrt-overview.md9 …ow programming model. Specifically, FFRT automatically and concurrently schedules and executes tas…
H A Dffrt-development-guideline.md5 …ow programming model. Specifically, FFRT automatically and concurrently schedules and executes tas…
/ohos5.0/docs/en/application-dev/task-management/
H A Dwork-scheduler.md39 - **Scheduling delay**: The system schedules deferred tasks in a unified manner based on the memory…
/ohos5.0/docs/en/application-dev/reference/apis-backgroundtasks-kit/
H A Djs-apis-resourceschedule-workScheduler.md3 …igh requirements on real-time performance as deferred tasks. The system schedules and executes the…
/ohos5.0/docs/en/application-dev/performance/
H A Dreasonable-running-backgroundTask.md360 …nce and can be executed at a later time.| The system enqueues tasks and schedules them in a unifie…
/ohos5.0/docs/en/application-dev/database/
H A Dshare-data-by-silent-access.md28 …ata provider | Database tables | Permanent | RDB data used for schedules and meetings. …
/ohos5.0/docs/en/device-dev/device-test/
H A Dxdevice.md26 - **scheduler**: schedules various test case executors in the test framework.
/ohos5.0/docs/en/application-dev/napi/
H A Dnapi-data-types-interfaces.md486 | napi_queue_async_work_with_qos | Adds an async work object to the queue and schedules it based on…
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-bes2600w-on-minisystem-display-demo.md311 4. The kernel starts up and schedules the `osKernelStart` thread.