Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dsystem_event_observer.cpp89 …auto task = [bgContinuousTaskMgr, userId]() { bgContinuousTaskMgr->OnAccountsStateChanged(userId);… in OnReceiveEventContinuousTask()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dbg_continuous_task_mgr.h73 void OnAccountsStateChanged(int32_t id);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_continuous_task_mgr_test.cpp724 bgContinuousTaskMgr_->OnAccountsStateChanged(1);
725 bgContinuousTaskMgr_->OnAccountsStateChanged(1);
734 bgContinuousTaskMgr_->OnAccountsStateChanged(1);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp1471 void BgContinuousTaskMgr::OnAccountsStateChanged(int32_t id) in OnAccountsStateChanged() function in OHOS::BackgroundTaskMgr::BgContinuousTaskMgr