Home
last modified time | relevance | path

Searched refs:OnBundleInfoChanged (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dsystem_event_observer.cpp98 bgContinuousTaskMgr->OnBundleInfoChanged(action, bundleName, uid); in OnReceiveEventContinuousTask()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_continuous_task_mgr_test.cpp695 bgContinuousTaskMgr_->OnBundleInfoChanged("action", "bundleName", -1);
697 …bgContinuousTaskMgr_->OnBundleInfoChanged(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED,
700 …bgContinuousTaskMgr_->OnBundleInfoChanged(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_…
711 …bgContinuousTaskMgr_->OnBundleInfoChanged(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_…
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dbg_continuous_task_mgr.h74 void OnBundleInfoChanged(const std::string &action, const std::string &bundleName, int32_t uid);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp1435 void BgContinuousTaskMgr::OnBundleInfoChanged(const std::string &action, const std::string &bundleN… in OnBundleInfoChanged() function in OHOS::BackgroundTaskMgr::BgContinuousTaskMgr