Searched refs:GetNewGroup (Results 1 - 9 of 9) sorted by relevance
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_bundle_group_change_callback.cpp | 31 int32_t newGroup = appGroupCallbackInfo.GetNewGroup(); in OnAppGroupChanged()
|
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/ |
H A D | app_group_callback_info.h | 50 int32_t GetNewGroup() const;
|
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/ |
H A D | app_group_callback_info.cpp | 41 int32_t AppGroupCallbackInfo::GetNewGroup() const in GetNewGroup() function in OHOS::DeviceUsageStats::AppGroupCallbackInfo
|
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/ |
H A D | bundle_active_group_controller.h | 99 int32_t GetNewGroup(const std::string& bundleName, const int32_t userId, const int64_t bootBasedTimeStamp,
|
/foundation/resourceschedule/device_usage_statistics/frameworks/src/ |
H A D | app_group_observer_napi.cpp | 159 callbackReceiveDataWorker->newGroup = callBackInfo->GetNewGroup(); in OnAppGroupChanged()
|
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
H A D | bundle_active_group_controller.cpp | 220 int32_t BundleActiveGroupController::GetNewGroup(const std::string& bundleName, const int32_t userId, in GetNewGroup() function in OHOS::DeviceUsageStats::BundleActiveGroupController 321 newGroup = GetNewGroup(bundleName, userId, bootBasedTimeStamp, uid); in CheckAndUpdateGroup()
|
/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_test.cpp | 398 EXPECT_EQ(appGroupCallback->GetNewGroup(), newGroup); in HWTEST_F()
|
H A D | device_usage_statistics_service_test.cpp | 795 EXPECT_EQ(coreObject->bundleGroupController_->GetNewGroup("test", userId, timeStamp, 0), -1); in HWTEST_F()
|
/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_core.cpp | 834 callbackInfo.GetOldGroup(), callbackInfo.GetNewGroup()); in NotifOberserverGroupChanged()
|
Completed in 8 milliseconds