/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleController.java | 1291 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 D | print_service_ability.cpp | 284 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 D | c_task_config.h | 28 uint32_t taskId; member
|
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncservicestub_fuzzer/ |
H A D | cloudsyncservicestub_fuzzer.cpp | 60 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 D | image_effect_inner.cpp | 349 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 D | distributed_sched_stub.cpp | 1465 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 D | distributed_sched_proxy.cpp | 913 …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 D | ContentCapturePerUserService.java | 267 final int taskId = activityPresentationInfo.taskId; in startSessionLocked() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_ui_director.cpp | 455 void RSUIDirector::DumpNodeTreeProcessor(NodeId nodeId, pid_t pid, uint32_t taskId) in DumpNodeTreeProcessor()
|
/ohos5.0/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_request_ffi.h | 122 const char *taskId; member
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/ |
H A D | das_task_main.c | 372 Task *CreateTaskT(int32_t *taskId, const CJson *in, CJson *out) in CreateTaskT()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityTaskSupervisor.java | 544 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 D | print_service_ability_other_test.cpp | 382 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 D | AccessibilityWindowInfo.java | 355 public void setTaskId(int taskId) { in setTaskId()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | CentralSurfacesCommandQueueCallbacks.java | 523 public void showScreenPinningRequest(int taskId) { in showScreenPinningRequest()
|
H A D | CentralSurfaces.java | 301 void showScreenPinningRequest(int taskId, boolean allowCancel); in showScreenPinningRequest()
|
/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/ |
H A D | response_message_receiver_test.cpp | 561 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 D | ShellTransitionTests.java | 1580 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 D | TranslationManagerServiceImpl.java | 263 IBinder token, int taskId, UiTranslationSpec uiTranslationSpec) { in updateUiTranslationStateLocked()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_sync_utils.cpp | 303 … 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 D | AppErrors.java | 616 int taskId; in crashApplicationInner() local
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskTests.java | 294 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 D | js_common.h | 201 uint32_t taskId; member 306 std::string taskId; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
H A D | priority_queue_test.cpp | 45 TaskId taskId = INVALID_TASK_ID; member
|
/ohos5.0/foundation/communication/netstack/test/fuzztest/http_fuzzer/ |
H A D | http_fuzzer.cpp | 401 int taskId = task->GetTaskId(); in HttpClientTaskGetTypeFuzzTest() local
|