Searched refs:GetWorkId (Results 1 - 11 of 11) sorted by relevance
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_scheduler_connection.cpp | 47 WS_HILOGI("On ability connectDone, workId = %{public}d.", workInfo_->GetWorkId()); in OnAbilityConnectDone()
|
H A D | work_scheduler_service.cpp | 170 WS_HILOGI("get persisted work, id: %{public}d", it->GetWorkId()); in InitPersistedWork() 181 WS_HILOGD("preinstalled workinfo id %{public}d, uid %{public}d", work->GetWorkId(), work->GetUid()); in InitPreinstalledWork() 190 return (pair.second->GetUid() == work->GetUid()) && (pair.second->GetWorkId() == work->GetWorkId()); in InitPreinstalledWork() 193 WS_HILOGD("find workid %{public}d in persisted map, ignore", work->GetWorkId()); in InitPreinstalledWork() 201 string workId = "u" + to_string(work->GetUid()) + "_" + to_string(work->GetWorkId()); in InitPreinstalledWork() 227 WS_HILOGI("find one persisted work %{public}d", workInfo->GetWorkId()); in ReadPersistedWorks() 228 string workId = "u" + to_string(workInfo->GetUid()) + "_" + to_string(workInfo->GetWorkId()); in ReadPersistedWorks() 619 workInfo.GetBundleName().c_str(), workInfo.GetAbilityName().c_str(), workInfo.GetWorkId(), uid); in StartWork()
|
H A D | work_status.cpp | 63 this->workId_ = MakeWorkId(workInfo.GetWorkId(), uid); in WorkStatus()
|
H A D | work_policy_manager.cpp | 184 return uidQueueMap_.at(uid)->Find(WorkStatus::MakeWorkId(workInfo.GetWorkId(), uid)); in FindWorkStatus()
|
/foundation/resourceschedule/work_scheduler/frameworks/include/ |
H A D | work_info.h | 159 int32_t GetWorkId();
|
/foundation/resourceschedule/work_scheduler/services/zidl/src/ |
H A D | work_sched_service_proxy.cpp | 202 WS_HILOGD("WP read from parcel, workInfo ID: %{public}d", workInfo->GetWorkId()); in ObtainAllWorks() 270 WS_HILOGD("WP read from parcel, workInfo ID: %{public}d", workInfo->GetWorkId()); in GetAllRunningWorks()
|
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/ |
H A D | js_work_scheduler_extension.cpp | 349 int32_t workId = workInfo.GetWorkId(); in OnWorkStart() 401 int32_t workId = workInfo.GetWorkId(); in OnWorkStop()
|
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/ |
H A D | work_scheduler_ffi.cpp | 241 cwork.workId = workInfo->GetWorkId(); in ParseWorkInfo()
|
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/ |
H A D | workinfo_test.cpp | 55 EXPECT_EQ(workInfo.GetWorkId(), 1); in HWTEST_F()
|
/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | work_info.cpp | 176 int32_t WorkInfo::GetWorkId() in GetWorkId() function in OHOS::WorkScheduler::WorkInfo
|
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | common.cpp | 426 napi_create_int32(env, workInfo->GetWorkId(), &napiWorkId); in GetNapiWorkInfo()
|
Completed in 11 milliseconds