/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/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()
|
H A D | task_executor_adapter.cpp | 43 bool TaskExecutorAdapter::Remove(const TaskExecutorAdapter::TaskId &taskId, bool wait) in Remove() 47 TaskExecutorAdapter::TaskId TaskExecutorAdapter::Reset(const TaskExecutorAdapter::TaskId &taskId, in Reset()
|
/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()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | SurfaceControlFpsListener.java | 62 public void register(int taskId) { in register() 92 private static native void nativeRegister(long ptr, int taskId); in nativeRegister()
|
/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
|
/aosp12/frameworks/base/core/java/android/service/voice/ |
H A D | VisibleActivityInfo.java | 74 int taskId, in VisibleActivityInfo() 168 int taskId = in.readInt(); in VisibleActivityInfo() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/tasksurfacehelper/ |
H A D | TaskSurfaceHelperController.java | 53 public void setGameModeForTask(int taskId, int gameMode) { in setGameModeForTask() 67 public void setGameModeForTask(int taskId, int gameMode) { in setGameModeForTask()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/ |
H A D | dscreen_test.cpp | 113 std::string taskId = "taskId"; variable 130 std::string taskId = "taskId"; variable 408 std::string taskId = "taskId"; variable 422 std::string taskId = "taskId"; variable
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/lifecycle/ |
H A D | lifecycle_manager.cpp | 46 ExecutorPool::TaskId taskId = executors_->Execute([=] { in OnGot() local 82 ExecutorPool::TaskId taskId = executors_->Schedule(GetTask(), LifeCyclePolicy::INTERVAL); in StartLifeCycleTimer() local
|
/ohos5.0/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_response_listener.h | 30 explicit CJResponseListener(const std::string &taskId) : taskId_(taskId) {} in CJResponseListener()
|
H A D | cj_notify_data_listener.h | 32 CJNotifyDataListener(const std::string &taskId, const SubscribeType &type) in CJNotifyDataListener()
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/ |
H A D | RemoteOptionsCoordinator.java | 71 RequestResult createRequestResult(long taskId, RemoteOptResponse response); in createRequestResult() 109 public void onRequestUpdated(long taskId, int event) { in onRequestUpdated() 148 Long taskId = request.getTaskId(); in handleRemoteRequestDone() local
|
H A D | UceRequestDispatcher.java | 45 public Request(long coordinatorId, long taskId) { in Request() 114 public synchronized void onRequestFinished(Long taskId) { in onRequestFinished() 187 long taskId = request.getTaskId(); in notifyStartOfRequest() local
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/sideloaded/ |
H A D | SideLoadedAppListener.java | 55 public void onTaskCreated(int taskId, ComponentName componentName) throws RemoteException { in onTaskCreated() 99 private RootTaskInfo getStackInfo(List<RootTaskInfo> taskInfoList, int taskId) { in getStackInfo()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_hitrace_adapter_impl.cpp | 34 void ArkHiTraceAdapterImpl::StartAsyncTrace(const ArkWebString& value, int32_t taskId, float limit) in StartAsyncTrace() 39 void ArkHiTraceAdapterImpl::FinishAsyncTrace(const ArkWebString& value, int32_t taskId) in FinishAsyncTrace()
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | TaskOrganizer.java | 114 public void copySplashScreenView(int taskId) {} in copySplashScreenView() 123 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() 146 public void onImeDrawnOnTask(int taskId) {} in onImeDrawnOnTask()
|
/aosp12/frameworks/base/core/java/android/app/contentsuggestions/ |
H A D | SelectionsRequest.java | 44 private SelectionsRequest(int taskId, @Nullable Point interestPoint, @Nullable Bundle extras) { in SelectionsRequest() 114 public Builder(int taskId) { in Builder()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/paintbooth/src/main/java/com/android/car/ui/paintbooth/currentactivity/ |
H A D | ActivityTaskManager.java | 38 void onTaskCreated(int taskId, ComponentName componentName); in onTaskCreated() 40 void onTaskRemoved(int taskId); in onTaskRemoved()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | task_manager.cpp | 46 bool TaskManager::Remove(const TaskId &taskId, bool wait) in Remove() 50 TaskManager::TaskId TaskManager::Reset(const TaskId &taskId, Duration interval) in Reset()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
H A D | task_scheduler_test.cpp | 170 auto taskId = taskScheduler.Every(times, std::chrono::milliseconds(0), variable 198 auto taskId = taskScheduler.At(expiredTime, [blockData, testData]() { in __anon38b05aad0902() variable 222 auto taskId = taskScheduler.At(expiredTime, [blockDataTest, blockDataWait, &testData]() { in __anon38b05aad0a02() variable 249 auto taskId = taskScheduler.At(expiredTime, [blockDataTest, blockDataWait, &testData]() { in __anon38b05aad0b02() variable
|
/ohos5.0/base/request/request/frameworks/js/napi/include/ |
H A D | js_response_listener.h | 28 …JSResponseListener(napi_env env, const std::string &taskId) : ListenerList(env, taskId, SubscribeT… in JSResponseListener()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | StartingWindowController.java | 165 public void copySplashScreenView(int taskId) { in copySplashScreenView() 174 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved() 182 public void onImeDrawnOnTask(int taskId) { in onImeDrawnOnTask()
|
/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/ |
H A D | request_manager_impl_test.cpp | 295 string taskId = "taskId"; variable 312 string taskId = "taskId"; variable 435 std::string taskId; variable
|