Home
last modified time | relevance | path

Searched refs:SetCachedBundleInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dbg_continuous_task_mgr.h115 …bool SetCachedBundleInfo(int32_t uid, int32_t userId, const std::string &bundleName, const std::st…
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_continuous_task_mgr_test.cpp369 EXPECT_FALSE(bgContinuousTaskMgr_->SetCachedBundleInfo(1, 1, "false-test", "test"));
370 EXPECT_FALSE(bgContinuousTaskMgr_->SetCachedBundleInfo(1, 1, "empty-info", "test"));
371 EXPECT_TRUE(bgContinuousTaskMgr_->SetCachedBundleInfo(1, 1, "valid", "test"));
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp242 SetCachedBundleInfo(iter->second->GetUid(), iter->second->GetUserId(), in CheckPersistenceData()
439 bool BgContinuousTaskMgr::SetCachedBundleInfo(int32_t uid, int32_t userId, in SetCachedBundleInfo() function in OHOS::BackgroundTaskMgr::BgContinuousTaskMgr
775 SetCachedBundleInfo(continuousTaskRecord->uid_, continuousTaskRecord->userId_, in StartBackgroundRunningInner()