/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/ |
H A D | bundle_aging_mgr.cpp | 148 bool BundleAgingMgr::QueryBundleStatsInfoByInterval( in QueryBundleStatsInfoByInterval() function in OHOS::AppExecFwk::BundleAgingMgr 161 DeviceUsageStats::BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval( in QueryBundleStatsInfoByInterval() 190 if (!QueryBundleStatsInfoByInterval(activeBundleRecord)) { in InitAgingRequest()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/ |
H A D | bundle_state_query_napi.h | 28 napi_value QueryBundleStatsInfoByInterval(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/ |
H A D | bundle_aging_mgr.h | 56 …bool QueryBundleStatsInfoByInterval(std::vector<DeviceUsageStats::BundleActivePackageStats> &resul…
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_multi_test.cpp | 213 …BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(result, g_intervalType, 0, g_larg… in MultiTestQueryBundleStatsInfoByInterval() 215 EXPECT_NE(BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval( in MultiTestQueryBundleStatsInfoByInterval()
|
H A D | device_usage_statistics_mock_test.cpp | 89 EXPECT_NE(BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(packageStats, 258 ->QueryBundleStatsInfoByInterval(packageStats, 0, 0, g_largeNum, -1);
|
H A D | device_usage_statistics_test.cpp | 185 BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(result, 4, 0, g_largeNum); 187 …EXPECT_NE(BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(result, 4, g_largeNum, …
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/ |
H A D | bundle_active_client.cpp | 95 ErrCode BundleActiveClient::QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& P… in QueryBundleStatsInfoByInterval() function in OHOS::DeviceUsageStats::BundleActiveClient 103 …return bundleActiveProxy_->QueryBundleStatsInfoByInterval(PackageStats, intervalType, beginTime, e… in QueryBundleStatsInfoByInterval()
|
H A D | bundle_active_proxy.cpp | 71 ErrCode BundleActiveProxy::QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& Pa… in QueryBundleStatsInfoByInterval() function in OHOS::DeviceUsageStats::BundleActiveProxy
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | ibundle_active_service.h | 77 …virtual ErrCode QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& PackageStats,
|
H A D | bundle_active_service.h | 95 ErrCode QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& PackageStats,
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/ |
H A D | bundle_active_client.h | 78 …ErrCode QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& bundleActivePackageS…
|
H A D | bundle_active_proxy.h | 57 ErrCode QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& PackageStats,
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/ |
H A D | app_usage_event_factory.cpp | 97 …int32_t errCode = BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(pkgStats, INTER… in GetAppUsageInfosByUserId()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/frameworks/src/ |
H A D | usage_statistics_init.cpp | 45 DECLARE_NAPI_FUNCTION("queryBundleStatsInfoByInterval", QueryBundleStatsInfoByInterval), in UsageStatisticsInit()
|
H A D | bundle_state_query_napi.cpp | 531 … BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(asyncCallbackInfo->packageStats, in QueryBundleStatsInfoByIntervalAsync() 549 napi_value QueryBundleStatsInfoByInterval(napi_env env, napi_callback_info info) in QueryBundleStatsInfoByInterval() function
|
H A D | bundle_state_common.cpp | 476 …errCode = BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(packageStats, INTERVAL_… in QueryBundleStatsInfos()
|
H A D | bundle_state_query.cpp | 467 … BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(asyncCallbackInfo->packageStats, in QueryBundleStatsInfoByIntervalAsync()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactivepowerstatecallbackproxy_fuzzer/ |
H A D | bundleactivepowerstatecallbackproxy_fuzzer.cpp | 122 … DelayedSingleton<BundleActiveClient>::GetInstance()->QueryBundleStatsInfoByInterval(packageStats, in BundleActiveClientFuzzTest()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_stub.cpp | 117 …ErrCode errCode = QueryBundleStatsInfoByInterval(result, intervalType, beginTime, endTime, userId); in HandleQueryBundleStatsInfoByInterval()
|
H A D | bundle_active_service.cpp | 337 ErrCode BundleActiveService::QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& … in QueryBundleStatsInfoByInterval() function in OHOS::DeviceUsageStats::BundleActiveService
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/ |
H A D | bms_bundle_free_install_test.cpp | 1845 bool ret = bundleAgingMgr.QueryBundleStatsInfoByInterval(results);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 1316 DeviceUsageStats::BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval( in CleanBundleCacheFilesAutomatic()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 8797 bool ret = bundleAgingMgr.QueryBundleStatsInfoByInterval(results);
|