/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | context_manager.c | 470 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 D | user_auth_funcs.c | 44 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 D | ability.md | 5 …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 D | global-resource-scheduling.md | 4 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 D | distributed-hardware.md | 9 …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 D | context_manager.h | 79 ResultCode CopySchedules(UserAuthContext *context, LinkedList **schedules);
|
H A D | user_auth_funcs.h | 75 ResultCode GenerateSolutionFunc(AuthParamHal param, LinkedList **schedules);
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | concurrency-overview.md | 3 … 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 D | kernel-small-basic-trans-user-mutex.md | 6 …k, and RW lock. The user-mode part implements lock logic, and the kernel-mode part schedules locks.
|
H A D | kernel-small-overview.md | 47 - 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 D | application-models.md | 13 … component instance based on the configuration file during running, and schedules the lifecycle ca…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-sheet-page.md | 5 …h as personal information, text introductions, sharing panels, creating schedules, and adding cont…
|
/ohos5.0/docs/en/application-dev/security/UserAuthenticationKit/ |
H A D | user-authentication-overview.md | 59 …on framework: consists of authentication SAs and drivers. The framework schedules various identity…
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-user-auth-des.md | 7 …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 D | ffrt-overview.md | 9 …ow programming model. Specifically, FFRT automatically and concurrently schedules and executes tas…
|
H A D | ffrt-development-guideline.md | 5 …ow programming model. Specifically, FFRT automatically and concurrently schedules and executes tas…
|
/ohos5.0/docs/en/application-dev/task-management/ |
H A D | work-scheduler.md | 39 - **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 D | js-apis-resourceschedule-workScheduler.md | 3 …igh requirements on real-time performance as deferred tasks. The system schedules and executes the…
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | reasonable-running-backgroundTask.md | 360 …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 D | share-data-by-silent-access.md | 28 …ata provider | Database tables | Permanent | RDB data used for schedules and meetings. …
|
/ohos5.0/docs/en/device-dev/device-test/ |
H A D | xdevice.md | 26 - **scheduler**: schedules various test case executors in the test framework.
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | napi-data-types-interfaces.md | 486 | 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 D | porting-bes2600w-on-minisystem-display-demo.md | 311 4. The kernel starts up and schedules the `osKernelStart` thread.
|