Home
last modified time | relevance | path

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

12

/base/update/updateservice/services/firmware/data/db/src/
Dfirmware_task_operator_empty.cpp40 bool FirmwareTaskOperator::UpdateProgressByTaskId(const std::string &taskId, UpgradeStatus status, … in UpdateProgressByTaskId()
45 bool FirmwareTaskOperator::UpdateErrMsgByTaskId(const std::string &taskId, int errorCode, const std… in UpdateErrMsgByTaskId()
50 bool FirmwareTaskOperator::UpdateDownloadTaskIdByTaskId(const std::string &taskId, const std::strin… in UpdateDownloadTaskIdByTaskId()
55 bool FirmwareTaskOperator::UpdateCombinationTypeByTaskId(const std::string &taskId, in UpdateCombinationTypeByTaskId()
61 bool FirmwareTaskOperator::UpdateDownloadModeByTaskId(const std::string &taskId, DownloadMode downl… in UpdateDownloadModeByTaskId()
66 bool FirmwareTaskOperator::UpdateDownloadAllowNetworkByTaskId(const std::string &taskId, NetType do… in UpdateDownloadAllowNetworkByTaskId()
71 bool FirmwareTaskOperator::UpdateDownloadOrderByTaskId(const std::string &taskId, Order downloadOrd… in UpdateDownloadOrderByTaskId()
77const std::string &taskId, DownloadMode downloadMode, NetType downloadAllowNetwork, Order download… in UpdateDownloadOptionByTaskId()
82 bool FirmwareTaskOperator::UpdateUpgradeModeByTaskId(const std::string &taskId, UpgradeMode upgrade… in UpdateUpgradeModeByTaskId()
87 bool FirmwareTaskOperator::UpdateUpgradeOrderByTaskId(const std::string &taskId, Order upgradeOrder) in UpdateUpgradeOrderByTaskId()
Dfirmware_task_operator.cpp38 bool FirmwareTaskOperator::UpdateProgressByTaskId(const std::string &taskId, UpgradeStatus status, … in UpdateProgressByTaskId()
46 bool FirmwareTaskOperator::UpdateErrMsgByTaskId(const std::string &taskId, int errorCode, const std… in UpdateErrMsgByTaskId()
54 bool FirmwareTaskOperator::UpdateDownloadTaskIdByTaskId(const std::string &taskId, const std::strin… in UpdateDownloadTaskIdByTaskId()
61 bool FirmwareTaskOperator::UpdateCombinationTypeByTaskId(const std::string &taskId, in UpdateCombinationTypeByTaskId()
69 bool FirmwareTaskOperator::UpdateDownloadModeByTaskId(const std::string &taskId, DownloadMode downl… in UpdateDownloadModeByTaskId()
76 bool FirmwareTaskOperator::UpdateDownloadAllowNetworkByTaskId(const std::string &taskId, NetType do… in UpdateDownloadAllowNetworkByTaskId()
83 bool FirmwareTaskOperator::UpdateDownloadOrderByTaskId(const std::string &taskId, Order downloadOrd… in UpdateDownloadOrderByTaskId()
91const std::string &taskId, DownloadMode downloadMode, NetType downloadAllowNetwork, Order download… in UpdateDownloadOptionByTaskId()
100 bool FirmwareTaskOperator::UpdateUpgradeModeByTaskId(const std::string &taskId, UpgradeMode upgrade… in UpdateUpgradeModeByTaskId()
107 bool FirmwareTaskOperator::UpdateUpgradeOrderByTaskId(const std::string &taskId, Order upgradeOrder) in UpdateUpgradeOrderByTaskId()
[all …]
/base/security/device_auth/services/authenticators/src/account_related/
Daccount_multi_task_manager.c24 static bool IsManagerHasTaskId(int32_t taskId) in IsManagerHasTaskId()
45 static bool CanAddTaskInManager(int32_t taskId) in CanAddTaskInManager()
80 static AccountTask *GetTaskFromManager(int32_t taskId) in GetTaskFromManager()
91 static void DeleteTaskFromManager(int32_t taskId) in DeleteTaskFromManager()
Daccount_module.c61 static int32_t CreateAccountTask(int32_t *taskId, const CJson *in, CJson *out) in CreateAccountTask()
92 static int32_t ProcessAccountTask(int32_t taskId, const CJson *in, CJson *out, int32_t *status) in ProcessAccountTask()
108 static void DestroyAccountTask(int32_t taskId) in DestroyAccountTask()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter_wrapper.cpp33 void StartAsyncTraceCwrapper(const char *value, int32_t taskId) in StartAsyncTraceCwrapper()
38 void FinishAsyncTraceCwrapper(const char *value, int32_t taskId) in FinishAsyncTraceCwrapper()
Dhitrace_meter.cpp310 void StartAsyncTrace(uint64_t label, const string& value, int32_t taskId, float limit UNUSED_PARAM) in StartAsyncTrace()
315 void StartAsyncTraceWrapper(uint64_t label, const char *value, int32_t taskId) in StartAsyncTraceWrapper()
321 void StartAsyncTraceDebug(bool isDebug, uint64_t label, const string& value, int32_t taskId, float … in StartAsyncTraceDebug()
329 void StartAsyncTraceArgs(uint64_t label, int32_t taskId, const char *fmt, ...) in StartAsyncTraceArgs()
344 void StartAsyncTraceArgsDebug(bool isDebug, uint64_t label, int32_t taskId, const char *fmt, ...) in StartAsyncTraceArgsDebug()
362 void FinishAsyncTrace(uint64_t label, const string& value, int32_t taskId) in FinishAsyncTrace()
367 void FinishAsyncTraceWrapper(uint64_t label, const char *value, int32_t taskId) in FinishAsyncTraceWrapper()
373 void FinishAsyncTraceDebug(bool isDebug, uint64_t label, const string& value, int32_t taskId) in FinishAsyncTraceDebug()
381 void FinishAsyncTraceArgs(uint64_t label, int32_t taskId, const char *fmt, ...) in FinishAsyncTraceArgs()
396 void FinishAsyncTraceArgsDebug(bool isDebug, uint64_t label, int32_t taskId, const char *fmt, ...) in FinishAsyncTraceArgsDebug()
/base/hiviewdfx/hitrace/frameworks/hitrace_ndk/
Dhitrace_meter_ndk.c28 void OH_HiTrace_StartAsyncTrace(const char *name, int32_t taskId) in OH_HiTrace_StartAsyncTrace()
33 void OH_HiTrace_FinishAsyncTrace(const char *name, int32_t taskId) in OH_HiTrace_FinishAsyncTrace()
/base/inputmethod/imf/services/dfx/src/
Dinputmethod_trace.cpp33 void StartAsync(const std::string &value, int32_t taskId) in StartAsync()
38 void FinishAsync(const std::string &value, int32_t taskId) in FinishAsync()
/base/print/print_fwk/test/unittest/service_test/mock/
Dmock_print_service.h27 const std::vector<uint32_t> &fdList, std::string &taskId) override in StartPrint()
32 …const std::vector<uint32_t> &fdList, std::string &taskId, const sptr<IRemoteObject> &token) overri… in StartPrint()
36 int32_t StopPrint(const std::string &taskId) override in StopPrint()
100 …int32_t On(const std::string taskId, const std::string &type, const sptr<IPrintCallback> &listener… in On()
104 int32_t Off(const std::string taskId, const std::string &type) override in Off()
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
Dhitrace_adapter_impl.cpp39 void HiTraceAdapterImpl::StartAsyncTrace(const std::string& value, int32_t taskId, float limit) in StartAsyncTrace()
44 void HiTraceAdapterImpl::FinishAsyncTrace(const std::string& value, int32_t taskId) in FinishAsyncTrace()
/base/useriam/user_auth_framework/frameworks/native/common/dfx/src/
Diam_hitrace_helper.cpp39 static std::atomic<int32_t> taskId(0); in GetHiTraceTaskId() local
/base/request/request/services/service/rust/src/c_wrapper/include/
Dbackground_notification.h26 uint32_t taskId; member
/base/print/print_fwk/test/unittest/service_test/
Dprint_service_ability_test.cpp319 std::string taskId = ""; in CreateServiceWithoutEvent() local
377 std::string taskId = ""; variable
400 std::string taskId = ""; variable
419 std::string taskId = ""; variable
438 std::string taskId = ""; variable
458 std::string taskId = ""; variable
474 std::string taskId = "1"; variable
490 std::string taskId = "1"; variable
978 std::string taskId = ""; variable
996 std::string taskId = ""; variable
[all …]
Dprint_service_stub_test.cpp796 std::string taskId = "1234"; variable
821 std::string taskId = "1234"; variable
846 std::string taskId = "1234"; variable
874 std::string taskId = "1234"; variable
902 std::string taskId = "1234"; variable
/base/web/webview/ohos_adapter/print_manager_adapter/src/
Dprint_manager_adapter_impl.cpp32 …const std::vector<std::string>& fileList, const std::vector<uint32_t>& fdList, std::string& taskId) in StartPrint()
/base/security/device_auth/services/authenticators/src/account_unrelated/
Ddas_module.c67 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()
/base/security/device_auth/services/authenticators/inc/account_unrelated/
Ddas_task_main.h27 int taskId; member
/base/request/request/services/service/rust/src/c_wrapper/source/
Dc_request_database.cpp138 bool HasRequestTaskRecord(uint32_t taskId) in HasRequestTaskRecord()
236 bool UpdateRequestTaskInfo(uint32_t taskId, CUpdateInfo *updateInfo) in UpdateRequestTaskInfo()
275 CTaskInfo *Touch(uint32_t taskId, uint64_t uid, CStringWrapper token) in Touch()
297 CTaskInfo *Query(uint32_t taskId, Action queryAction) in Query()
353 int64_t taskId = 0; in Search() local
367 int64_t taskId = 0; in GetCommonTaskInfo() local
/base/security/device_auth/services/frameworks/src/module/
Ddev_auth_module_manager.c168 int32_t CreateTask(int32_t *taskId, const CJson *in, CJson *out, int moduleType) in CreateTask()
189 int32_t ProcessTask(int taskId, const CJson *in, CJson *out, int32_t *status, int moduleType) in ProcessTask()
214 void DestroyTask(int taskId, int moduleType) in DestroyTask()
/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_manager_client.cpp91 const std::vector<uint32_t> &fdList, std::string &taskId) in StartPrint()
103 std::string &taskId, const sptr<IRemoteObject> &token) in StartPrint()
114 int32_t PrintManagerClient::StopPrint(const std::string &taskId) in StopPrint()
334 int32_t PrintManagerClient::On(const std::string &taskId, const std::string &type, const sptr<IPrin… in On()
345 int32_t PrintManagerClient::Off(const std::string &taskId, const std::string &type) in Off()
Dprint_service_proxy.cpp40 const std::vector<uint32_t> &fdList, std::string &taskId) in StartPrint()
72 std::string &taskId, const sptr<IRemoteObject> &token) in StartPrint()
107 int32_t PrintServiceProxy::StopPrint(const std::string &taskId) in StopPrint()
417 int32_t PrintServiceProxy::On(const std::string taskId, const std::string &type, const sptr<IPrintC… in On()
442 int32_t PrintServiceProxy::Off(const std::string taskId, const std::string &type) in Off()
/base/security/device_auth/services/authenticators/inc/account_related/
Daccount_task_main.h30 int32_t taskId; member
/base/startup/init/services/loopevent/loop/
Dle_loop.c30 TaskId *taskId = (TaskId *)key; in TaskKeyCompare() local
42 TaskId *taskId = (TaskId *)key; in TaskGetKeyHasCode() local
/base/print/print_fwk/interfaces/kits/napi/include/
Dprint_task.h47 std::string taskId = ""; member
/base/update/updateservice/services/core/ability/download/data/include/
Ddownload_info.h35 std::string taskId; member

12