/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/ |
H A D | pake_v1_client_task.c | 25 static int GetPakeV1ClientTaskType(const struct SubTaskBaseT *task) in GetPakeV1ClientTaskType() 35 static void DestroyPakeV1ClientTask(struct SubTaskBaseT *task) in DestroyPakeV1ClientTask() 98 static int Process(struct SubTaskBaseT *task, const CJson *in, CJson *out, int *status) in Process() 121 PakeV1ClientTask *task = (PakeV1ClientTask *)HcMalloc(sizeof(PakeV1ClientTask), 0); in CreatePakeV1ClientTask() local
|
H A D | pake_v1_server_task.c | 25 static int GetPakeV1ServerTaskType(const struct SubTaskBaseT *task) in GetPakeV1ServerTaskType() 35 static void DestroyPakeV1ServerTask(struct SubTaskBaseT *task) in DestroyPakeV1ServerTask() 98 static int Process(struct SubTaskBaseT *task, const CJson *in, CJson *out, int *status) in Process() 121 PakeV1ServerTask *task = (PakeV1ServerTask *)HcMalloc(sizeof(PakeV1ServerTask), 0); in CreatePakeV1ServerTask() local
|
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/ |
H A D | avmetadatahelper_server.cpp | 57 auto task = std::make_shared<TaskHandler<void>>([&, this] { in ~AVMetadataHelperServer() local 83 auto task = std::make_shared<TaskHandler<int32_t>>([&, this, usage] { in SetSource() local 107 auto task = std::make_shared<TaskHandler<int32_t>>([&, this, usage] { in SetSource() local 129 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { in SetSource() local 165 auto task = std::make_shared<TaskHandler<std::string>>([&, this] { in ResolveMetadata() local 206 auto task = std::make_shared<TaskHandler<std::shared_ptr<Meta>>>([&, this] { in GetAVMetadata() local 225 auto task = std::make_shared<TaskHandler<std::shared_ptr<AVSharedMemory>>>([&, this] { in FetchArtPicture() local 270 auto task = std::make_shared<TaskHandler<std::shared_ptr<AVBuffer>>>([&, this] { in FetchFrameYuv() local 291 auto task = std::make_shared<TaskHandler<void>>([&, this] { in Release() local 327 auto task = std::make_shared<TaskHandler<int32_t>>([&, this, &timeUs = time] { in GetTimeByFrameIndex() local [all …]
|
/ohos5.0/drivers/hdf_core/framework/utils/src/ |
H A D | hdf_message_task.c | 15 struct HdfMessageTask *task, struct HdfMessage *msg, bool sync, long delay) in HdfMessageTaskSendMessageLater() 36 int32_t HdfMessageTaskSendMessage(struct HdfMessageTask *task, struct HdfMessage *msg, bool sync) in HdfMessageTaskSendMessage() 41 void HdfMessageTaskDispatchMessage(struct HdfMessageTask *task, struct HdfMessage *msg) in HdfMessageTaskDispatchMessage()
|
/ohos5.0/base/update/updateservice/services/firmware/upgrade/data_processor/src/ |
H A D | firmware_check_data_processor.cpp | 102 FirmwareTask task; in HasUndoneTask() local 120 FirmwareTask task; in IsUpdateOnStatus() local 146 FirmwareTask task; in HandleNewVersion() local 189 FirmwareTask task; in UpdateFirmwareComponent() local 207 FirmwareTask task; in HandleNoNewVersion() local
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityRecordTests.java | 209 final Task task = activity.getTask(); in testTaskFragmentCleanupOnClearingTask() local 218 final Task task = activity.getTask(); in testTaskFragmentCleanupOnActivityRemoval() local 227 final Task task = activity.getTask(); in testRootTaskCleanupOnTaskRemoval() local 237 final Task task = activity.getTask(); in testRemoveChildWithOverlayActivity() local 295 final Task task = activity.getTask(); in testPausingWhenVisibleFromStopped() local 365 final Task task = activity.getTask(); in testNewParentConfigurationIncrementsSeq() local 379 final Task task = activity.getTask(); in testSetsRelaunchReason_NotDragResizing() local 404 final Task task = activity.getTask(); in testSetsRelaunchReason_DragResizing() local 431 final Task task = activity.getTask(); in testRelaunchClearTopWaitingTranslucent() local 452 final Task task = activity.getTask(); in testSetsRelaunchReason_NonResizeConfigChanges() local [all …]
|
H A D | TaskFragmentTest.java | 128 final Task task = createTask(mDisplayContent, WINDOWING_MODE_MULTI_WINDOW, in testShouldStartChangeTransition_relativePositionChange() local 160 final Task task = createTask(mDisplayContent, WINDOWING_MODE_MULTI_WINDOW, in testStartChangeTransition_resetSurface() local 305 final Task task = createTask(mDisplayContent); in testEmbeddedTaskFragmentEnterPip_singleActivity_resetOrganizerOverrideConfig() local 349 final Task task = createTask(mDisplayContent); in testEmbeddedTaskFragmentEnterPip_multiActivities_notifyOrganizer() local 380 final Task task = createTask(mDisplayContent); in testEmbeddedActivityExitPip_notifyOrganizer() local 414 final Task task = taskFragment.getTask(); in testIsReadyToTransit() local 541 final Task task = createTask(mDisplayContent); in testIgnoreRequestedOrientationForActivityEmbeddingSplit() local 602 final Task task = createTask(mDisplayContent); in testIsVisibleWithAdjacent_reportOrientationUnspecified() local 630 final Task task = createTask(mDisplayContent); in testUpdateImeParentForActivityEmbedding() local 659 final Task task = createTask(mDisplayContent); in testIsolatedNavigation() local
|
H A D | WindowOrganizerTests.java | 161 final Task task = createTask(rootTask); in testAppearVanish() local 235 final Task task = createTask(rootTask); in testClearOrganizer() local 254 final Task task = createTask(rootTask); in testRemoveWithOrganizerRemovesTask() local 272 final Task task = createTask(rootTask); in testNoRemoveWithOrganizerNoRemoveTask() local 290 final Task task = createTask(rootTask); in testUnregisterOrganizer() local 308 final Task task = createTask(rootTask); in testUnregisterOrganizerReturnsRegistrationToPrevious() local 351 final Task task = createTask(rootTask); in testUnregisterOrganizer_removesTasksCreatedByIt() local 405 final Task task = createTask(rootTask); in testOrganizerDeathReturnsRegistrationToPrevious() local 450 final Task task = createTask(rootTask); in testRegisterTaskOrganizerWithExistingTasks() local 466 final Task task = createTask(rootTask); in testRegisterTaskOrganizerWithExistingTasks_noSurfaceControl() local [all …]
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_inner_manager.cpp | 106 auto task = [name, displayId, rect, mode, type, recentHolderWindowFlag]() { in CreateInnerWindow() local 118 auto task = [type, recentHolderWindowFlag]() { in DestroyInnerWindow() local 130 auto task = [type, width, height, recentHolderWindowFlag]() { in UpdateInnerWindow() local 149 auto task = [weakToken, isFromUser]() { in MinimizeAbility() local 170 auto task = [weakToken]() { in TerminateAbility() local 192 auto task = [weakToken]() { in CloseAbility() local 214 auto task = [weakToken]() { in CompleteFirstFrameDrawing() local 235 auto task = [weakToken, pixelMap]() { in UpdateMissionSnapShot() local 250 void WindowInnerManager::PostTask(InnerTask &&task, std::string name, EventPriority priority) in PostTask() 332 auto task = [this]() { in StartWindowInfoReportLoop() local
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/ |
H A D | wm_decorator.cpp | 26 auto task = [this] { return wmCollector_->ExportWindowsInfo(); }; in ExportWindowsInfo() local 32 auto task = [this] { return wmCollector_->ExportWindowsMemory(); }; in ExportWindowsMemory() local 38 auto task = [this] { return wmCollector_->ExportGpuMemory(); }; in ExportGpuMemory() local
|
H A D | process_decorator.cpp | 26 auto task = [this] { return processCollector_->GetMemCgProcesses(); }; in GetMemCgProcesses() local 32 auto task = [this, pid] { return processCollector_->IsMemCgProcess(pid); }; in IsMemCgProcess() local 38 auto task = [this] { return processCollector_->ExportMemCgProcesses(); }; in ExportMemCgProcesses() local
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/ |
H A D | task_executor.cpp | 46 void TaskExecutor::PushTask(const std::shared_ptr<Task> task) in PushTask() 68 std::shared_ptr<Task> task = nullptr; in PopTask() local 91 std::shared_ptr<Task> task = PopTask(); in TriggerTask() local
|
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/src/ |
H A D | ability_scheduler.cpp | 135 auto task = [this, appInfo] { in PerformAppInit() local 143 auto task = [this, want, state, token, abilityType] { in PerformTransactAbilityState() local 152 auto task = [this, want, token] { in PerformConnectAbility() local 161 auto task = [this, want, token] { in PerformDisconnectAbility() local 170 auto task = [this] { in PerformAppExit() local 182 auto task = [this, want, token] { in PerformDumpAbility() local
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/ |
H A D | scheduler.h | 91 void ResetDeadline(CPUEUTask* task, int64_t deadline) in ResetDeadline() 102 void updateTask(CPUEUTask* task, int64_t deadline) in updateTask() 114 void UpdateChildTask(CPUEUTask* task, int64_t deadline) in UpdateChildTask() 125 for (auto task : data->consumers) { in UpdateVersion() local
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_epoll.c | 83 static int32_t CtlEpollDesc(EpollTask *task, int op, uint32_t events) in CtlEpollDesc() 132 int32_t RunEpollTask(void *task, uint32_t events) in RunEpollTask() 137 int32_t RefreshEpollTask(EpollTask *task, uint32_t events) in RefreshEpollTask() 142 int32_t RegisterEpollTask(EpollTask *task, uint32_t events) in RegisterEpollTask() 147 int32_t DeRegisterEpollTask(EpollTask *task) in DeRegisterEpollTask() 192 static struct EpollTaskList *EpollTaskListNew(EpollTask *task) in EpollTaskListNew() 205 static int32_t EpollEventTaskListAdd(const EpollSet *epollSetPtr, EpollTask *task) in EpollEventTaskListAdd() 493 static void EpollTaskEventHandle(uint32_t events, EpollTask *task) in EpollTaskEventHandle() 515 static int32_t EpollFdEventTaskAdd(EpollSet *epollSetPtr, EpollTask *task) in EpollFdEventTaskAdd() 706 EpollTask *task = NULL; local [all …]
|
/ohos5.0/foundation/resourceschedule/ffrt/src/core/ |
H A D | task_io.cpp | 32 static void work_finish_callable(IOTaskExecutor* task) in work_finish_callable() 41 IOTaskExecutor* task = static_cast<IOTaskExecutor*>(data); in ExecuteIOTask() local 82 ffrt::IOTaskExecutor* task = new (std::nothrow) ffrt::IOTaskExecutor(qos); variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer_manager.cpp | 55 auto task = [installer, bundleFilePath, installParam] { in CreateInstallTask() local 72 auto task = [installer, bundleName, installParam] { in CreateRecoverTask() local 89 auto task = [installer, bundleFilePaths, installParam] { in CreateInstallTask() local 111 auto task = [installer, bundleName, installParam] { in CreateInstallByBundleNameTask() local 128 auto task = [installer, bundleName, installParam] { in CreateUninstallTask() local 145 auto task = [installer, bundleName, modulePackage, installParam] { in CreateUninstallTask() local 162 auto task = [installer, uninstallParam] { in CreateUninstallTask() local 179 auto task = [installer, bundleName, installParam] { in CreateUninstallAndRecoverTask() local 196 void BundleInstallerManager::AddTask(const ThreadPoolTask &task, const std::string &taskName) in AddTask()
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | ITaskOrganizerController.aidl | 47 boolean deleteRootTask(in WindowContainerToken task); in deleteRootTask() 63 void setInterceptBackPressedOnTaskRoot(in WindowContainerToken task, in setInterceptBackPressedOnTaskRoot() 69 void restartTaskTopActivityProcessIfVisible(in WindowContainerToken task); in restartTaskTopActivityProcessIfVisible() 72 void updateCameraCompatControlState(in WindowContainerToken task, int state); in updateCameraCompatControlState()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/ |
H A D | shared_mutex.cpp | 100 auto task = ctx->task; in Wait() local 114 CoWait([&](CPUEUTask* task) -> bool { in Wait() 129 CPUEUTask* task = we->task; in NotifyOne() local 150 CPUEUTask* task = we->task; in NotifyAll() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_task_dispatcher_test.cpp | 45 dispatcher.RegisterTaskDispatchFunc(1, [](RSTaskDispatcher::RSTask task, bool isSyncTask) {}); in __anon245f71b40102() 58 dispatcher.RegisterTaskDispatchFunc(1, [](RSTaskDispatcher::RSTask task, bool isSyncTask) {}); in __anon245f71b40202() 73 dispatcher.RegisterTaskDispatchFunc(1, [](RSTaskDispatcher::RSTask task, bool isSyncTask) {}); in __anon245f71b40502()
|
/ohos5.0/base/startup/init/services/loopevent/idle/ |
H A D | le_idle.c | 40 IdleTask *task = (IdleTask *)calloc(1, sizeof(IdleTask)); in LE_AddIdle() local 66 IdleTask *task = (IdleTask *)idle; in LE_DelIdle() local 86 IdleTask *task = (IdleTask *)node; in IdleListTraversalProc() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_task_executor.cpp | 37 void TaskPoolExecutor::PostTask(Task&& task) in PostTask() 63 void TaskPoolExecutor::EnqueueTask(Task&& task) in EnqueueTask() 105 auto task = taskQueue_.Pop(); in ThreadLoop() local
|
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/services/srms/src/ |
H A D | sr_common_event_subscriber.cpp | 54 auto task = [weakThis, userId]() { in OnReceiveEvent() local 64 auto task = [weakThis, bundleName]() { in OnReceiveEvent() local 73 auto task = [weakThis, bundleName]() { in OnReceiveEvent() local
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/frameworks_common/httpsession_test/ |
H A D | app_domain_verify_task_mgr_test.cpp | 82 std::shared_ptr<MocVerifyHttpTask> task = std::make_shared<MocVerifyHttpTask>(); variable 109 std::shared_ptr<MocVerifyHttpTask> task = std::make_shared<MocVerifyHttpTask>(); variable 136 std::shared_ptr<MocVerifyHttpTask> task = std::make_shared<MocVerifyHttpTask>(); variable 163 std::shared_ptr<MocVerifyHttpTask> task = std::make_shared<MocVerifyHttpTask>(); variable 190 std::shared_ptr<MocVerifyHttpTask> task = std::make_shared<MocVerifyHttpTask>(); variable 218 void OnDataReceive(std::shared_ptr<OHOS::NetStack::HttpClient::HttpClientTask> task, in OnDataReceive()
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_protocol_task/ |
H A D | iso_client_protocol_task.c | 36 static void DestroyProtocolClientTask(struct SymBaseCurTaskT *task) in DestroyProtocolClientTask() 80 static int IsoClientStart(SymBaseCurTask *task, IsoParams *params, CJson *out, int32_t *status) in IsoClientStart() 152 static int CalculateTokenClient(SymBaseCurTask *task, IsoParams *params, const CJson *in, CJson *ou… in CalculateTokenClient() 202 static int GenerateSessionKey(SymBaseCurTask *task, IsoParams *params, const CJson *in, int32_t *st… in GenerateSessionKey() 241 static int Process(struct SymBaseCurTaskT *task, IsoParams *params, const CJson *in, CJson *out, in… in Process() 279 … IsoProtocolClientTask *task = (IsoProtocolClientTask *)HcMalloc(sizeof(IsoProtocolClientTask), 0); in CreateProtocolClientTask() local
|