Home
last modified time | relevance | path

Searched defs:taskId (Results 76 – 100 of 457) sorted by relevance

12345678910>>...19

/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/filetransfermanager_fuzzer/
H A Dfiletransfermanager_fuzzer.cpp40 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 Davsession_trace.h27 #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 Dtask_executor.cpp52 bool TaskExecutor::Remove(TaskExecutor::TaskId taskId, bool wait) in Remove()
60 TaskExecutor::TaskId TaskExecutor::Reset(TaskExecutor::TaskId taskId, Duration interval) in Reset()
H A Dtask_executor_adapter.cpp43 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 Dvirtual_cloud_syncer.cpp24 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 DSurfaceControlFpsListener.java62 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 Dsoftbus_asset_send_listener.cpp58 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 DVisibleActivityInfo.java74 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 DTaskSurfaceHelperController.java53 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 Ddscreen_test.cpp113 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 Dlifecycle_manager.cpp46 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 Dcj_response_listener.h30 explicit CJResponseListener(const std::string &taskId) : taskId_(taskId) {} in CJResponseListener()
H A Dcj_notify_data_listener.h32 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 DRemoteOptionsCoordinator.java71 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 DUceRequestDispatcher.java45 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 DSideLoadedAppListener.java55 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 Dark_hitrace_adapter_impl.cpp34 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 DTaskOrganizer.java114 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 DSelectionsRequest.java44 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 DActivityTaskManager.java38 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 Dtask_manager.cpp46 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 Dtask_scheduler_test.cpp170 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 Djs_response_listener.h28 …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 DStartingWindowController.java165 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 Drequest_manager_impl_test.cpp295 string taskId = "taskId"; variable
312 string taskId = "taskId"; variable
435 std::string taskId; variable

12345678910>>...19