Home
last modified time | relevance | path

Searched refs:OnUserRemoved (Results 1 - 8 of 8) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_group_controller.h69 void OnUserRemoved(const int32_t userId);
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_report_handler.cpp164 bundleActiveCore_->OnUserRemoved(tmpHandlerobj.userId_); in ProcessRmoveUserEvent()
H A Dbundle_active_user_service.cpp48 void BundleActiveUserService::OnUserRemoved() in OnUserRemoved() function in OHOS::DeviceUsageStats::BundleActiveUserService
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_core.h205 void OnUserRemoved(const int32_t userId);
/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H A Dbundle_active_user_service.h65 void OnUserRemoved();
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp536 void BundleActiveCore::OnUserRemoved(const int32_t userId) in OnUserRemoved() function in OHOS::DeviceUsageStats::BundleActiveCore
538 BUNDLE_ACTIVE_LOGD("OnUserRemoved called"); in OnUserRemoved()
544 userStatServices_[userId]->OnUserRemoved(); in OnUserRemoved()
547 bundleGroupController_->OnUserRemoved(userId); in OnUserRemoved()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp228 * @tc.desc: OnUserRemoved
244 coreObject->OnUserRemoved(userId); in HWTEST_F()
757 coreObject->OnUserRemoved(userId); in HWTEST_F()
1035 coreObject->OnUserRemoved(100); in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_controller.cpp67 void BundleActiveGroupController::OnUserRemoved(const int32_t userId) in OnUserRemoved() function in OHOS::DeviceUsageStats::BundleActiveGroupController

Completed in 9 milliseconds