Searched refs:SetCachedBundleInfo (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/ |
H A D | bg_continuous_task_mgr.h | 115 …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 D | bg_continuous_task_mgr_test.cpp | 369 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 D | bg_continuous_task_mgr.cpp | 242 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()
|