Home
last modified time | relevance | path

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

/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()
/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);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/
H A Dbundle_aging_mgr.h56 bool QueryBundleStatsInfoByInterval(std::vector<DeviceUsageStats::BundleActivePackageStats> &results);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleagingmgr_fuzzer/
H A Dbundleagingmgr_fuzzer.cpp36 bundleAgingMgr->QueryBundleStatsInfoByInterval(results); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dibundle_active_service.h66 * function: QueryBundleStatsInfoByInterval, query all usage statistics in specific time span for calling user.
70 virtual ErrCode QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& PackageStats,
H A Dbundle_active_service.h75 * @brief QueryBundleStatsInfoByInterval, query all bundle usage statistics in specific time span for calling user.
84 ErrCode QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& PackageStats,
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_client.h58 * @brief QueryBundleStatsInfoByInterval, query all bundle usage statistics in specific time span for calling user.
67 ErrCode QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& bundleActivePackageStats,
H A Dbundle_active_proxy.h46 * function: QueryBundleStatsInfoByInterval, query all usage statistics in specific time span for calling user.
50 ErrCode QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& PackageStats,
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_client.cpp86 ErrCode BundleActiveClient::QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& PackageStats, in QueryBundleStatsInfoByInterval() function in OHOS::DeviceUsageStats::BundleActiveClient
94 return bundleActiveProxy_->QueryBundleStatsInfoByInterval(PackageStats, intervalType, beginTime, endTime, userId); in QueryBundleStatsInfoByInterval()
H A Dbundle_active_proxy.cpp55 ErrCode BundleActiveProxy::QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& PackageStats, in QueryBundleStatsInfoByInterval() function in OHOS::DeviceUsageStats::BundleActiveProxy
84 BUNDLE_ACTIVE_LOGD("QueryBundleStatsInfoByInterval PackageStats idx is %{public}d, bundleName_ is %{public}s, " in QueryBundleStatsInfoByInterval()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_multi_test.cpp192 BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(result, g_intervalType, 0, g_largeNum); in MultiTestQueryBundleStatsInfoByInterval()
194 EXPECT_NE(BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval( in MultiTestQueryBundleStatsInfoByInterval()
H A Ddevice_usage_statistics_test.cpp164 BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(result, 4, 0, g_largeNum); in HWTEST_F()
166 EXPECT_NE(BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(result, 4, g_largeNum, g_largeNum), 0); in HWTEST_F()
H A Ddevice_usage_statistics_mock_test.cpp86 EXPECT_NE(BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(packageStats, in HWTEST_F()
251 ->QueryBundleStatsInfoByInterval(packageStats, 0, 0, g_largeNum, -1); in HWTEST_F()
/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.cpp116 BUNDLE_ACTIVE_LOGE("QueryBundleStatsInfoByInterval, asyncCallbackInfo == nullptr"); in QueryModuleUsageRecordsAsync()
531 BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(asyncCallbackInfo->packageStats, in QueryBundleStatsInfoByIntervalAsync()
534 BUNDLE_ACTIVE_LOGE("QueryBundleStatsInfoByInterval, asyncCallbackInfo == nullptr"); in QueryBundleStatsInfoByIntervalAsync()
549 napi_value QueryBundleStatsInfoByInterval(napi_env env, napi_callback_info info) in QueryBundleStatsInfoByInterval() function
564 NAPI_CALL(env, napi_create_string_latin1(env, "QueryBundleStatsInfoByInterval", NAPI_AUTO_LENGTH, &resourceName)); in QueryBundleStatsInfoByInterval()
H A Dbundle_state_common.cpp476 errCode = BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(packageStats, INTERVAL_TYPE_DEFAULT, in QueryBundleStatsInfos()
H A Dbundle_state_query.cpp467 BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(asyncCallbackInfo->packageStats, in QueryBundleStatsInfoByIntervalAsync()
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactivepowerstatecallbackproxy_fuzzer/
H A Dbundleactivepowerstatecallbackproxy_fuzzer.cpp121 DelayedSingleton<BundleActiveClient>::GetInstance()->QueryBundleStatsInfoByInterval(packageStats, in BundleActiveClientFuzzTest()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_service.cpp312 ErrCode BundleActiveService::QueryBundleStatsInfoByInterval(std::vector<BundleActivePackageStats>& PackageStats, in QueryBundleStatsInfoByInterval() function in OHOS::DeviceUsageStats::BundleActiveService
315 BUNDLE_ACTIVE_LOGD("QueryBundleStatsInfoByInterval stats called, intervaltype is %{public}d", intervalType); in QueryBundleStatsInfoByInterval()
743 this->QueryBundleStatsInfoByInterval(packageUsageResult, intervalType, beginTime, endTime, userId); in ShellDump()
H A Dbundle_active_stub.cpp118 ErrCode errCode = QueryBundleStatsInfoByInterval(result, intervalType, beginTime, endTime, userId); in HandleQueryBundleStatsInfoByInterval()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp1851 * @tc.name: test QueryBundleStatsInfoByInterval
1852 * @tc.desc: 1.test QueryBundleStatsInfoByInterval of AgingRequest
1861 bool ret = bundleAgingMgr.QueryBundleStatsInfoByInterval(results); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1289 DeviceUsageStats::BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval( in CleanBundleCacheFilesAutomatic()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp8792 bool ret = bundleAgingMgr.QueryBundleStatsInfoByInterval(results); in HWTEST_F()

Completed in 52 milliseconds