/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | db_dfx_adapter.cpp | 151 void DBDfxAdapter::StartAsyncTrace(const std::string &action, int32_t taskId) in StartAsyncTrace() 158 void DBDfxAdapter::FinishAsyncTrace(const std::string &action, int32_t taskId) in FinishAsyncTrace() 179 void DBDfxAdapter::StartAsyncTrace(const std::string &action, int32_t taskId) in StartAsyncTrace() 185 void DBDfxAdapter::FinishAsyncTrace(const std::string &action, int32_t taskId) in FinishAsyncTrace()
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/ |
H A D | account_module.c | 62 static int CreateAccountTask(int32_t *taskId, const CJson *in, CJson *out) in CreateAccountTask() 96 static int ProcessAccountTask(int32_t taskId, const CJson *in, CJson *out, int32_t *status) in ProcessAccountTask() 115 static void DestroyAccountTask(int taskId) in DestroyAccountTask()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/ |
H A D | EnterDesktopTaskTransitionHandlerTest.java | 99 final int taskId = 1; in testEnterFreeformAnimation() local 125 final int taskId = 1; in testTransitEnterDesktopModeAnimation() local 152 private TransitionInfo.Change createChange(@WindowManager.TransitionType int type, int taskId, in createChange()
|
/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/ |
H A D | request_manager_test.cpp | 253 std::string taskId = "taskId"; variable 266 std::string taskId = "taskId"; variable 299 string taskId = "taskId"; variable 322 string taskId = "taskId"; variable
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/ |
H A D | StartingSurfaceDrawerTests.java | 149 final int taskId = 1; in testAddSplashScreenSurface() local 169 final int taskId = 1; in testFallbackDefaultTheme() local 218 final int taskId = 1; in testRemoveTaskSnapshotWithImeSurfaceWhenOnImeDrawn() local 264 final int taskId = 1; in testClearAllWindows() local 339 private StartingWindowInfo createWindowInfo(int taskId, int themeResId, IBinder appToken) { in createWindowInfo()
|
/ohos5.0/base/request/request/frameworks/native/src/ |
H A D | request_manager_impl.cpp | 82 int32_t RequestManagerImpl::Retry(std::string &taskId, const Config &config, int32_t errorCode) in Retry() 268 …const std::string &taskId, const SubscribeType &type, const std::shared_ptr<IResponseListener> &li… in AddListener() 281 …const std::string &taskId, const SubscribeType &type, const std::shared_ptr<IResponseListener> &li… in RemoveListener() 294 …const std::string &taskId, const SubscribeType &type, const std::shared_ptr<INotifyDataListener> &… in AddListener() 308 …const std::string &taskId, const SubscribeType &type, const std::shared_ptr<INotifyDataListener> &… in RemoveListener() 320 void RequestManagerImpl::RemoveAllListeners(const std::string &taskId) in RemoveAllListeners() 327 int32_t RequestManagerImpl::Subscribe(const std::string &taskId) in Subscribe() 346 int32_t RequestManagerImpl::Unsubscribe(const std::string &taskId) in Unsubscribe() 407 std::shared_ptr<Request> RequestManagerImpl::GetTask(const std::string &taskId) in GetTask()
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_meter_wrapper.cpp | 33 void StartAsyncTraceCwrapper(uint64_t tag, const char *value, int32_t taskId) in StartAsyncTraceCwrapper() 38 void FinishAsyncTraceCwrapper(uint64_t tag, const char *value, int32_t taskId) in FinishAsyncTraceCwrapper()
|
/ohos5.0/base/inputmethod/imf/common/src/ |
H A D | inputmethod_trace.cpp | 33 void StartAsync(const std::string &value, int32_t taskId) in StartAsync() 38 void FinishAsync(const std::string &value, int32_t taskId) in FinishAsync()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashscreenWindowCreator.java | 147 final int taskId = taskInfo.taskId; in addSplashScreenStartingWindow() local 287 public void copySplashScreenView(int taskId) { in copySplashScreenView() 316 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() 325 private void onAppSplashScreenViewRemoved(int taskId, boolean fromServer) { in onAppSplashScreenViewRemoved() 338 protected boolean addWindow(int taskId, IBinder appToken, View view, Display display, in addWindow() 367 private void saveSplashScreenRecord(IBinder appToken, int taskId, View view, in saveSplashScreenRecord()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | TaskStackChangeListeners.java | 213 public void onActivityPinned(String packageName, int userId, int taskId, int stackId) { in onActivityPinned() 238 public void onActivityForcedResizable(String packageName, int taskId, int reason) { in onActivityForcedResizable() 270 public void onTaskSnapshotChanged(int taskId, TaskSnapshot snapshot) { in onTaskSnapshotChanged() 275 public void onTaskCreated(int taskId, ComponentName componentName) { in onTaskCreated() 280 public void onTaskRemoved(int taskId) { in onTaskRemoved() 295 public void onActivityRequestedOrientationChanged(int taskId, int requestedOrientation) { in onActivityRequestedOrientationChanged() 301 public void onTaskDisplayChanged(int taskId, int newDisplayId) { in onTaskDisplayChanged() 514 PinnedActivityInfo(String packageName, int userId, int taskId, int stackId) { in PinnedActivityInfo()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | asset_callback_manager.cpp | 62 void AssetCallbackManager::AddSendCallback(const std::string &taskId, const sptr<IAssetSendCallback… in AddSendCallback() 77 void AssetCallbackManager::RemoveSendCallback(const std::string &taskId) in RemoveSendCallback() 121 void AssetCallbackManager::NotifyAssetSendResult(const std::string &taskId, in NotifyAssetSendResult()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | IActivityTaskManager.aidl | 131 int taskId, int userId); in startActivityFromGameSession() 134 int startActivityFromRecents(int taskId, in Bundle options); in startActivityFromRecents() 150 void setFocusedTask(int taskId); in setFocusedTask() 151 boolean removeTask(int taskId); in removeTask() 164 void setFocusedRootTask(int taskId); in setFocusedRootTask() 166 Rect getTaskBounds(int taskId); in getTaskBounds() 177 void startSystemLockTaskMode(int taskId); in startSystemLockTaskMode() 188 void setTaskResizeable(int taskId, int resizeableMode); in setTaskResizeable() 198 void moveRootTaskToDisplay(int taskId, int displayId); in moveRootTaskToDisplay() 253 void cancelTaskWindowTransition(int taskId); in cancelTaskWindowTransition() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskFpsCallbackController.java | 38 void registerListener(int taskId, ITaskFpsCallback callback) { in registerListener() 77 private static native long nativeRegister(ITaskFpsCallback callback, int taskId); in nativeRegister()
|
H A D | TaskSnapshotCache.java | 49 @Nullable TaskSnapshot getSnapshot(int taskId, int userId, boolean restoreFromDisk, in getSnapshot() 66 private TaskSnapshot tryRestoreFromDisk(int taskId, int userId, boolean isLowResolution) { in tryRestoreFromDisk()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/downloadassetcbmgr_fuzzer/ |
H A D | downloadassetcbmgr_fuzzer.cpp | 34 void OnFinished(const TaskId taskId, const std::string &uri, const int32_t result) override {} in OnFinished() 44 uint64_t taskId = fuzzData.GetData<uint64_t>(); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/ |
H A D | download_asset_callback_proxy_test.cpp | 74 DownloadAssetCallback::TaskId taskId = 1; variable 96 DownloadAssetCallback::TaskId taskId = 1; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_ace_trace.cpp | 27 void AceAsyncTraceBegin(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceBegin() 29 void AceAsyncTraceEnd(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceEnd() 31 void AceAsyncTraceBeginCommercial(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceBeginCommercial() 33 void AceAsyncTraceEndCommercial(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceEndCommercial()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | task_executor.cpp | 52 bool TaskExecutor::Remove(TaskExecutor::TaskId taskId, bool wait) in Remove() 60 TaskExecutor::TaskId TaskExecutor::Reset(TaskExecutor::TaskId taskId, Duration interval) in Reset()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/freeform/ |
H A D | FreeformTaskListener.java | 165 public void attachChildSurfaceToTask(int taskId, SurfaceControl.Builder b) { in attachChildSurfaceToTask() 170 public void reparentChildSurfaceToTask(int taskId, SurfaceControl sc, in reparentChildSurfaceToTask() 175 private SurfaceControl findTaskSurface(int taskId) { in findTaskSurface()
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/ |
H A D | das_module.c | 67 static int CreateDasTask(int32_t *taskId, const CJson *in, CJson *out) in CreateDasTask() 86 static int ProcessDasTask(int32_t taskId, const CJson* in, CJson* out, int32_t *status) in ProcessDasTask() 105 static void DestroyDasTask(int taskId) in DestroyDasTask()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/ |
H A D | file_transfer_manager.cpp | 43 const uint64_t taskId, in DownloadFileFromRemoteDevice() 90 auto taskId = msgHandler.GetTaskId(); in HandleDownloadFileRequest() local 118 auto taskId = msgHandler.GetTaskId(); in HandleDownloadFileResponse() local 219 …id FileTransferManager::AddTransTask(const std::string &uri, const int32_t userId, uint64_t taskId) in AddTransTask() 227 void FileTransferManager::RemoveTransTask(uint64_t taskId) in RemoveTransTask()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_asset_send_listener.cpp | 58 auto taskId = assetObj->srcBundleName_ + assetObj->sessionId_; in OnSendAssetFinished() local 80 auto taskId = assetObj->srcBundleName_ + assetObj->sessionId_; in OnSendAssetError() local
|
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/filetransfermanager_fuzzer/ |
H A D | filetransfermanager_fuzzer.cpp | 40 uint64_t taskId = fuzzData.GetData<uint64_t>(); in DownloadFileFromRemoteDeviceFuzzTest() local 54 uint64_t taskId = fuzzData.GetData<uint64_t>(); in HandleDownloadFileRequestFuzzTest() local 74 uint64_t taskId = fuzzData.GetData<uint64_t>(); in HandleDownloadFileResponseFuzzTest() local 93 uint64_t taskId = fuzzData.GetData<uint64_t>(); in OnMessageHandleFuzzTest() local
|
/ohos5.0/foundation/multimedia/av_session/utils/include/ |
H A D | avsession_trace.h | 27 #define AVSESSION_TRACE_ASYNC_START(traceName, taskId) AVSessionTrace::TraceBegin(traceName, taskId) argument 28 #define AVSESSION_TRACE_ASYNC_END(traceName, taskId) AVSessionTrace::TraceEnd(traceName, taskId) argument 89 static void TraceBegin(const std::string& traceName, int32_t taskId) in TraceBegin() 99 static void TraceEnd(const std::string& traceName, int32_t taskId) in TraceEnd()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | virtual_cloud_syncer.cpp | 24 int VirtualCloudSyncer::DoDownload(CloudSyncer::TaskId taskId, bool isFirstDownload) in DoDownload() 48 int VirtualCloudSyncer::DoUpload(CloudSyncer::TaskId taskId, bool lastTable, LockAction lockAction) in DoUpload() 100 CloudSyncer::TaskId taskId) in SetCurrentTaskInfo()
|