Searched refs:CheckAndUpdateGroup (Results 1 - 4 of 4) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/ |
H A D | bundle_active_group_controller.h | 64 void CheckAndUpdateGroup(const std::string& bundleName, int32_t userId,
|
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
H A D | bundle_active_group_controller.cpp | 201 CheckAndUpdateGroup(oneBundle.bundleName, userId, oneBundle.uid, bootBasedTimeStamp); in CheckEachBundleState() 301 void BundleActiveGroupController::CheckAndUpdateGroup(const std::string& bundleName, const int32_t userId, in CheckAndUpdateGroup() function in OHOS::DeviceUsageStats::BundleActiveGroupController 341 BUNDLE_ACTIVE_LOGI("CheckAndUpdateGroup called SetAppGroup"); in CheckAndUpdateGroup()
|
H A D | bundle_active_group_handler.cpp | 195 bundleActiveGroupController_->CheckAndUpdateGroup( in ProcessEvent()
|
/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_service_test.cpp | 835 coreObject->bundleGroupController_->CheckAndUpdateGroup("test", userId, 0, timeStamp); in HWTEST_F() 1095 * @tc.desc: CheckAndUpdateGroup 1115 coreObject->bundleGroupController_->CheckAndUpdateGroup(bundleName, 0, userId, bootBasedTimeStamp); in HWTEST_F() 1120 coreObject->bundleGroupController_->CheckAndUpdateGroup(bundleName, 0, userId, bootBasedTimeStamp); in HWTEST_F()
|
Completed in 5 milliseconds