Home
last modified time | relevance | path

Searched defs:taskId (Results 351 – 375 of 431) sorted by relevance

1...<<1112131415161718

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1291 public void setAppBubbleTaskId(String key, int taskId) { in setAppBubbleTaskId()
2201 synchronized void setAppBubbleTaskId(String key, int taskId) { in setAppBubbleTaskId()
2316 public boolean isAppBubbleTaskId(int taskId) { in isAppBubbleTaskId()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp284 const std::vector<uint32_t> &fdList, std::string &taskId) in StartPrint()
290 std::string &taskId) in CallSpooler()
324 int32_t PrintServiceAbility::StopPrint(const std::string &taskId) in StopPrint()
2199 int32_t PrintServiceAbility::On(const std::string taskId, const std::string &type, const sptr<IPrin… in On()
2247 int32_t PrintServiceAbility::Off(const std::string taskId, const std::string &type) in Off()
2480 std::string &taskId) in PrintByAdapter()
/ohos5.0/base/request/request/services/include/
H A Dc_task_config.h28 uint32_t taskId; member
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncservicestub_fuzzer/
H A Dcloudsyncservicestub_fuzzer.cpp60 void OnFinished(const TaskId taskId, const std::string &uri, const int32_t result) override {} in OnFinished()
582 uint64_t taskId = fuzzData.GetData<uint64_t>(); in HandleDownloadAssetFuzzTest() local
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp349 unsigned long int taskId, RenderThread<> *thread) in StartPipelineInner()
402 unsigned long int taskId, RenderThread<> *thread) in StartPipeline()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp1465 AccountInfo &accountInfo, int64_t &taskId) in ReadDataForFreeInstall()
1508 int64_t taskId = 0; in StartFreeInstallFromRemoteInner() local
1548 int64_t taskId = 0; in NotifyCompleteFreeInstallFromRemoteInner() local
H A Ddistributed_sched_proxy.cpp913 …32_t DistributedSchedProxy::StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) in StartFreeInstallFromRemote()
953 int32_t DistributedSchedProxy::NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCo… in NotifyCompleteFreeInstallFromRemote()
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCapturePerUserService.java267 final int taskId = activityPresentationInfo.taskId; in startSessionLocked() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_director.cpp455 void RSUIDirector::DumpNodeTreeProcessor(NodeId nodeId, pid_t pid, uint32_t taskId) in DumpNodeTreeProcessor()
/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_ffi.h122 const char *taskId; member
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
H A Ddas_task_main.c372 Task *CreateTaskT(int32_t *taskId, const CJson *in, CJson *out) in CreateTaskT()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskSupervisor.java544 void setNextTaskIdForUser(int taskId, int userId) { in setNextTaskIdForUser()
565 private static int nextTaskIdForUser(int taskId, int userId) { in nextTaskIdForUser()
1641 boolean removeTaskById(int taskId, boolean killProcess, boolean removeFromRecents, in removeTaskById()
2822 int startActivityFromRecents(int callingPid, int callingUid, int taskId, in startActivityFromRecents()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_service_ability_other_test.cpp382 std::string taskId; in TEST_F() local
392 std::string taskId; in TEST_F() local
402 std::string taskId = "testTaskId"; in TEST_F() local
412 std::string taskId = "testTaskId"; in TEST_F() local
435 std::string taskId = "testTaskId"; variable
442 std::string taskId = "testTaskId"; variable
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java355 public void setTaskId(int taskId) { in setTaskId()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesCommandQueueCallbacks.java523 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest()
H A DCentralSurfaces.java301 void showScreenPinningRequest(int taskId, boolean allowCancel); in showScreenPinningRequest()
/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Dresponse_message_receiver_test.cpp561 uint32_t taskId = 123; // 123 is except tid variable
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/
H A DShellTransitionTests.java1580 private static RunningTaskInfo createTaskInfo(int taskId, int windowingMode, int activityType) { in createTaskInfo()
1590 private static RunningTaskInfo createTaskInfo(int taskId) { in createTaskInfo()
/aosp14/frameworks/base/services/translation/java/com/android/server/translation/
H A DTranslationManagerServiceImpl.java263 IBinder token, int taskId, UiTranslationSpec uiTranslationSpec) { in updateUiTranslationStateLocked()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.cpp303 … CloudSyncUtils::UpdateExtendTime(CloudSyncData &uploadData, const int64_t &count, uint64_t taskId, in UpdateExtendTime()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrors.java616 int taskId; in crashApplicationInner() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskTests.java294 final int taskId = task.mTaskId; in testRemoveChildForOverlayTask() local
1624 private Task createTask(int taskId) { in createTask()
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_common.h201 uint32_t taskId; member
306 std::string taskId; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dpriority_queue_test.cpp45 TaskId taskId = INVALID_TASK_ID; member
/ohos5.0/foundation/communication/netstack/test/fuzztest/http_fuzzer/
H A Dhttp_fuzzer.cpp401 int taskId = task->GetTaskId(); in HttpClientTaskGetTypeFuzzTest() local

1...<<1112131415161718