Home
last modified time | relevance | path

Searched defs:taskId (Results 1 – 25 of 139) sorted by relevance

123456

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
Ddms_callback_task_test.cpp43 DmsCallbackTaskInitCallbackFunc mockCallback = [this] (int64_t taskId) {}; in SetUp()
49 void DmsCallbackTaskTest::PushMockTask(int64_t taskId, std::string& deviceId) in PushMockTask()
105 int64_t taskId = -1; variable
125 int64_t taskId = 1; variable
145 int64_t taskId = 1; variable
166 int64_t taskId = 1; variable
187 int64_t taskId = 1; variable
208 int64_t taskId = 1; variable
228 int64_t taskId = 1; variable
243 int64_t taskId = 1; variable
[all …]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
Dcloud_syncer_test.h52 void InitCloudSyncer(TaskId taskId, SyncMode mode) in InitCloudSyncer()
105 void SetTimeOut(TaskId taskId, int64_t timeout) in SetTimeOut()
129 SyncProcessCallback getCallback(TaskId taskId) in getCallback()
147 int CallDoDownload(TaskId taskId) in CallDoDownload()
167 int32_t GetUploadSuccessCount(TaskId taskId) in GetUploadSuccessCount()
172 int32_t GetUploadFailCount(TaskId taskId) in GetUploadFailCount()
225 int CallPrepareSync(TaskId taskId) in CallPrepareSync()
269 void SetCurrentContext(TaskId taskId) in SetCurrentContext()
274 void SetLastTaskId(TaskId taskId) in SetLastTaskId()
291 void SetQuerySyncObject(TaskId taskId, const QuerySyncObject &query) in SetQuerySyncObject()
[all …]
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
Ddownload_asset_callback_client.cpp24 void DownloadAssetCallbackClient::OnFinished(const TaskId taskId, const std::string &uri, const int… in OnFinished()
37 void DownloadAssetCallbackClient::AddDownloadTaskCallback(TaskId taskId, CloudSyncAssetManager::Res… in AddDownloadTaskCallback()
43 void DownloadAssetCallbackClient::RemoveDownloadTaskCallback(TaskId taskId) in RemoveDownloadTaskCallback()
53 …yncAssetManager::ResultCallback DownloadAssetCallbackClient::GetDownloadTaskCallback(TaskId taskId) in GetDownloadTaskCallback()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
Ddms_callback_task.cpp47 int32_t DmsCallbackTask::PushCallback(int64_t taskId, const sptr<IRemoteObject>& callback, in PushCallback()
92 CallbackTaskItem DmsCallbackTask::PopCallback(int64_t taskId) in PopCallback()
109 void DmsCallbackTask::PopContinuationMissionMap(int64_t taskId) in PopContinuationMissionMap()
118 int64_t DmsCallbackTask::GetContinuaionMissionId(int64_t taskId) in GetContinuaionMissionId()
134 void DmsCallbackTask::SetContinuationMissionMap(int64_t taskId, int32_t missionId) in SetContinuationMissionMap()
150 LaunchType DmsCallbackTask::GetLaunchType(int64_t taskId) in GetLaunchType()
191 int64_t taskId = static_cast<int64_t>(eventId); in ProcessEvent() local
/foundation/arkui/ace_engine/adapter/preview/osal/
Dace_trace.cpp23 void AceAsyncTraceBegin(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceBegin()
24 void AceAsyncTraceEnd(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceEnd()
25 void AceAsyncTraceBeginCommercial(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceBeginCommercial()
26 void AceAsyncTraceEndCommercial(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceEndCommercial()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
Ddscreen_test.cpp146 std::string taskId = "taskId"; variable
167 std::string taskId = "taskId"; variable
187 std::string taskId = "taskId"; variable
207 std::string taskId = "taskId"; variable
231 std::string taskId = "taskId"; variable
252 std::string taskId = "taskId"; variable
280 std::string taskId = "taskId"; variable
307 std::string taskId = "taskId"; variable
341 std::string taskId = "taskId"; variable
/foundation/distributedhardware/distributed_camera/common/src/utils/
Ddcamera_hitrace_adapter.cpp20 void DcameraStartAsyncTrace(const std::string& str, int32_t taskId) in DcameraStartAsyncTrace()
25 void DcameraFinishAsyncTrace(const std::string& str, int32_t taskId) in DcameraFinishAsyncTrace()
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
Dark_interop_hitrace.cpp22 void ARKTS_HiTraceStartTrace(const char* name, int32_t taskId) in ARKTS_HiTraceStartTrace()
27 void ARKTS_HiTraceFinishTrace(const char* name, int32_t taskId) in ARKTS_HiTraceFinishTrace()
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dace_trace.cpp53 void AceAsyncTraceBegin(int32_t taskId, const char* name, bool isAnimationTrace) in AceAsyncTraceBegin()
64 void AceAsyncTraceEnd(int32_t taskId, const char* name, bool isAnimationTrace) in AceAsyncTraceEnd()
75 void AceAsyncTraceBeginCommercial(int32_t taskId, const char* name, bool isAnimationTrace) in AceAsyncTraceBeginCommercial()
86 void AceAsyncTraceEndCommercial(int32_t taskId, const char* name, bool isAnimationTrace) in AceAsyncTraceEndCommercial()
/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
Dhitrace_utils.h24 #define ASYNC_TRACE_START(title, taskId) argument
25 #define ASYNC_TRACE_END(title, taskId) argument
39 #define ASYNC_TRACE_START(title, taskId) \ argument
41 #define ASYNC_TRACE_END(title, taskId) FinishAsyncTrace(WRAP_TITLE_PREFIX(title), taskId, DEFAULT_H… argument
/foundation/multimedia/media_foundation/engine/include/foundation/utils/
Dhitrace_utils.h24 #define ASYNC_TRACE_START(title, taskId) argument
25 #define ASYNC_TRACE_END(title, taskId) argument
39 #define ASYNC_TRACE_START(title, taskId) \ argument
41 #define ASYNC_TRACE_END(title, taskId) FinishAsyncTrace(WRAP_TITLE_PREFIX(title), taskId, DEFAULT_H… argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
Dcloud_syncer.cpp224 int CloudSyncer::DoSync(TaskId taskId) in DoSync()
426 TaskId taskId; in SyncMachineDoFinished() local
467 void CloudSyncer::DoFinished(TaskId taskId, int errCode) in DoFinished()
640 int CloudSyncer::CloudDbDownloadAssets(TaskId taskId, InnerProcessInfo &info, const DownloadList &d… in CloudDbDownloadAssets()
701 TaskId taskId; in DownloadAssets() local
853 int CloudSyncer::SaveData(CloudSyncer::TaskId taskId, SyncParam &param) in SaveData()
910 int CloudSyncer::PreCheck(CloudSyncer::TaskId &taskId, const TableName &tableName) in PreCheck()
938 TaskId taskId; in NeedNotifyChangedData() local
983 void CloudSyncer::NotifyInDownload(CloudSyncer::TaskId taskId, SyncParam &param, bool isFirstDownlo… in NotifyInDownload()
1004 int CloudSyncer::SaveDataInTransaction(CloudSyncer::TaskId taskId, SyncParam &param) in SaveDataInTransaction()
[all …]
/foundation/communication/netmanager_base/utils/common_utils/src/
Dnetmanager_hitrace.cpp34 void NetmanagerHiTrace::NetmanagerStartAsyncTrace(const std::string &value, int32_t taskId) in NetmanagerStartAsyncTrace()
40 void NetmanagerHiTrace::NetmanagerFinishAsyncTrace(const std::string &value, int32_t taskId) in NetmanagerFinishAsyncTrace()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_hitrace.cpp35 void BluetoothHiTrace::BluetoothStartAsyncTrace(const std::string& value, int32_t taskId) in BluetoothStartAsyncTrace()
41 void BluetoothHiTrace::BluetoothFinishAsyncTrace(const std::string& value, int32_t taskId) in BluetoothFinishAsyncTrace()
/foundation/multimedia/av_codec/services/dfx/
Davcodec_trace.cpp26 void AVCodecTrace::TraceBegin(const std::string& funcName, int32_t taskId) in TraceBegin()
31 void AVCodecTrace::TraceEnd(const std::string& funcName, int32_t taskId) in TraceEnd()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Ddb_dfx_adapter.cpp151 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()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
Drelational_store_delegate.h106 [[gnu::unused]] uint64_t taskId) in Sync()
111 DB_API virtual SyncProcess GetCloudTaskStatus([[gnu::unused]] uint64_t taskId) in GetCloudTaskStatus()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
Dasset_callback_manager.cpp62 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()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
Ddownload_asset_callback_proxy_test.cpp74 DownloadAssetCallback::TaskId taskId = 1; variable
96 DownloadAssetCallback::TaskId taskId = 1; variable
/foundation/filemanagement/dfs_service/test/fuzztest/downloadassetcbmgr_fuzzer/
Ddownloadassetcbmgr_fuzzer.cpp34 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
/foundation/arkui/ace_engine/test/mock/base/
Dmock_ace_trace.cpp27 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()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
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()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
Dsoftbus_asset_send_listener.cpp58 auto taskId = assetObj->srcBundleName_ + assetObj->sessionId_; in OnSendAssetFinished() local
80 auto taskId = assetObj->srcBundleName_ + assetObj->sessionId_; in OnSendAssetError() local
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
Dfile_transfer_manager.cpp43 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()
/foundation/filemanagement/dfs_service/test/fuzztest/filetransfermanager_fuzzer/
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

123456