Home
last modified time | relevance | path

Searched refs:taskId_ (Results 1 - 25 of 25) sorted by relevance

/base/useriam/user_auth_framework/frameworks/native/common/dfx/src/
H A Diam_hitrace_helper.cpp26 : taskId_(GetHiTraceTaskId()), in IamHitraceHelper()
29 StartAsyncTrace(HITRACE_TAG_USERIAM, value_, taskId_); in IamHitraceHelper()
34 FinishAsyncTrace(HITRACE_TAG_USERIAM, value_, taskId_); in ~IamHitraceHelper()
/base/request/request/frameworks/cj/ffi/include/
H A Dcj_response_listener.h30 explicit CJResponseListener(const std::string &taskId) : taskId_(taskId) {} in CJResponseListener()
33 const std::string taskId_; member in OHOS::CJSystemapi::Request::CJResponseListener
H A Dcj_listener_list.h37 : taskId_(taskId), type_(type) in ListenerList()
56 const std::string taskId_; member in OHOS::CJSystemapi::Request::ListenerList
H A Dcj_request_task.h50 std::string taskId_{ };
/base/powermgr/power_manager/utils/ffrt/src/
H A Dffrt_utils.cpp105 taskId_.clear(); in Clear()
127 ++taskId_[timerId]; in SetTimer()
129 timerId, taskId_[timerId], delayMs); in SetTimer()
137 uint32_t id = taskId_[timerId]; in GetTaskId()
154 POWER_HILOGD(FEATURE_UTIL, "Timer[%{public}u] Cancel Task[%{public}u]", p.first, taskId_[p.first]); in CancelAllTimerInner()
164 POWER_HILOGD(FEATURE_UTIL, "Timer[%{public}u] Cancel Task[%{public}u]", timerId, taskId_[timerId]); in CancelTimerInner()
/base/request/request/frameworks/js/napi/include/
H A Dlistener_list.h30 : env_(env), taskId_(taskId), type_(type) in ListenerList()
43 const std::string taskId_; member in OHOS::Request::ListenerList
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_task.cpp47 : taskId_("") in PrintTask()
76 : taskId_("") in PrintTask()
118 taskId_ = jobId; in Start()
126 return PrintManagerClient::GetInstance()->StartPrint(fileList_, fdList_, taskId_); in Start()
144 taskId_ = jobId; in StartPrintAdapter()
150 printJobName_, printAdapterCallback_, *printAttributes_, taskId_, callerToken_); in StartPrintAdapter()
348 PrintManagerClient::GetInstance()->StopPrint(taskId_); in Stop()
349 taskId_ = ""; in Stop()
354 return taskId_; in GetId()
390 int32_t ret = PrintManagerClient::GetInstance()->On(task->taskId_, typ in On()
[all...]
/base/request/request/frameworks/js/napi/src/
H A Djs_response_listener.cpp31 RequestManager::GetInstance()->AddListener(this->taskId_, this->type_, shared_from_this()); in AddListener()
43 RequestManager::GetInstance()->RemoveListener(this->taskId_, this->type_, shared_from_this()); in RemoveListener()
H A Djs_notify_data_listener.cpp37 RequestManager::GetInstance()->AddListener(this->taskId_, this->type_, shared_from_this()); in AddListener()
49 RequestManager::GetInstance()->RemoveListener(this->taskId_, this->type_, shared_from_this()); in RemoveListener()
/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
H A Diam_hitrace_helper.h34 int32_t taskId_ = -1; member in OHOS::UserIam::UserAuth::final
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
H A Dfeature_analysis.h50 taskId_ = epochTime; in FeatureAnalysis()
52 taskId_ = 0; in FeatureAnalysis()
92 int taskId_; member in OHOS::HiviewDFX::FeatureAnalysis
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_notify_data_listener.cpp36 RequestManager::GetInstance()->AddListener(this->taskId_, this->type_, shared_from_this()); in AddListener()
44 RequestManager::GetInstance()->RemoveListener(this->taskId_, this->type_, shared_from_this()); in RemoveListener()
H A Dcj_request_task.cpp79 tid_ = taskId_; in SetTid()
282 int32_t err = RequestManager::GetInstance()->Create(config_, seq, taskId_); in Create()
H A Dcj_request_impl.cpp220 ret.taskId = MallocCString(task->taskId_); in CreateTask()
/base/request/request/frameworks/native/src/
H A Drequest.cpp20 Request::Request(const std::string &taskId) : taskId_(taskId) in Request()
26 return this->taskId_; in getId()
/base/request/request/frameworks/js/napi/src/legacy/
H A Ddownload_task.cpp29 : taskId_(token), option_(option), callback_(callback), totalSize_(0), hasFileSize_(false) in DownloadTask()
88 callback_(taskId_, successful, errMsg); in NotifyDone()
159 REQUEST_HILOGD("taskId=%{public}s url=%{public}s file=%{public}s dir=%{public}s", taskId_.c_str(), in Start()
H A Drequest_manager.cpp32 std::atomic<uint32_t> RequestManager::taskId_; member in OHOS::Request::Legacy::RequestManager
47 uint32_t id = taskId_++; in GetTaskToken()
/base/request/request/frameworks/native/include/
H A Drequest.h42 const std::string taskId_; member in OHOS::Request::Request
/base/request/request/frameworks/js/napi/include/legacy/
H A Ddownload_task.h60 std::string taskId_; member in OHOS::Request::Legacy::DownloadTask
H A Drequest_manager.h79 static std::atomic<uint32_t> taskId_; member in OHOS::Request::Legacy::RequestManager
/base/powermgr/power_manager/utils/ffrt/include/
H A Dffrt_utils.h168 std::unordered_map<uint32_t, uint32_t> taskId_; member in OHOS::PowerMgr::FFRTTimer
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dfeature_analysis.cpp41 HIVIEW_LOGD("<%{public}d> FeatureAnalysis::~FeatureAnalysis.", taskId_); in ~FeatureAnalysis()
46 HIVIEW_LOGI("<%{public}d> begin analysis <%{public}s>, eventType is <%{public}s>.", taskId_, in AnalysisLog()
63 HIVIEW_LOGE("<%{public}d> file is invalid", taskId_); in Extract()
77 HIVIEW_LOGI("<%{public}d> skipStep is %{public}d. size:%{public}zu", taskId_, skipStep, featureSet_.rules.size()); in RawInfoPosition()
/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dprint_task.h82 std::string taskId_; member in OHOS::Print::PrintTask
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_handler.h42 uintptr_t taskId_; member
44 : dfxName_(dfxName), delayTime_(delayTime), priority_(priority), taskId_(taskId) {} in TaskOptions()
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_handler.cpp635 return (*ptr)->PostTask(callback, std::to_string(task.taskId_), task.delayTime_, task.priority_, caller); in PostTaskByFFRT()

Completed in 14 milliseconds