Home
last modified time | relevance | path

Searched refs:QueryBundleStatsInfoByInterval (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Dbundle_aging_mgr.cpp148 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 Dbundle_state_query_napi.h28 napi_value QueryBundleStatsInfoByInterval(napi_env env, napi_callback_info info);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/
H A Dbundle_aging_mgr.h56 …bool QueryBundleStatsInfoByInterval(std::vector<DeviceUsageStats::BundleActivePackageStats> &resul…
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_multi_test.cpp213 …BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(result, g_intervalType, 0, g_larg… in MultiTestQueryBundleStatsInfoByInterval()
215 EXPECT_NE(BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval( in MultiTestQueryBundleStatsInfoByInterval()
H A Ddevice_usage_statistics_mock_test.cpp89 EXPECT_NE(BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(packageStats,
258 ->QueryBundleStatsInfoByInterval(packageStats, 0, 0, g_largeNum, -1);
H A Ddevice_usage_statistics_test.cpp185 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 Dbundle_active_client.cpp95 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 Dbundle_active_proxy.cpp71 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 Dibundle_active_service.h77 …virtual ErrCode QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& PackageStats,
H A Dbundle_active_service.h95 ErrCode QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& PackageStats,
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_client.h78 …ErrCode QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& bundleActivePackageS…
H A Dbundle_active_proxy.h57 ErrCode QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& PackageStats,
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
H A Dapp_usage_event_factory.cpp97 …int32_t errCode = BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(pkgStats, INTER… in GetAppUsageInfosByUserId()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dusage_statistics_init.cpp45 DECLARE_NAPI_FUNCTION("queryBundleStatsInfoByInterval", QueryBundleStatsInfoByInterval), in UsageStatisticsInit()
H A Dbundle_state_query_napi.cpp531 … BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(asyncCallbackInfo->packageStats, in QueryBundleStatsInfoByIntervalAsync()
549 napi_value QueryBundleStatsInfoByInterval(napi_env env, napi_callback_info info) in QueryBundleStatsInfoByInterval() function
H A Dbundle_state_common.cpp476 …errCode = BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(packageStats, INTERVAL_… in QueryBundleStatsInfos()
H A Dbundle_state_query.cpp467 … BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(asyncCallbackInfo->packageStats, in QueryBundleStatsInfoByIntervalAsync()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactivepowerstatecallbackproxy_fuzzer/
H A Dbundleactivepowerstatecallbackproxy_fuzzer.cpp122 … DelayedSingleton<BundleActiveClient>::GetInstance()->QueryBundleStatsInfoByInterval(packageStats, in BundleActiveClientFuzzTest()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_stub.cpp117 …ErrCode errCode = QueryBundleStatsInfoByInterval(result, intervalType, beginTime, endTime, userId); in HandleQueryBundleStatsInfoByInterval()
H A Dbundle_active_service.cpp337 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 Dbms_bundle_free_install_test.cpp1845 bool ret = bundleAgingMgr.QueryBundleStatsInfoByInterval(results);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1316 DeviceUsageStats::BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval( in CleanBundleCacheFilesAutomatic()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp8797 bool ret = bundleAgingMgr.QueryBundleStatsInfoByInterval(results);