Home
last modified time | relevance | path

Searched refs:DeviceUsageStats (Results 1 – 25 of 131) sorted by relevance

123456

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Dbundle_aging_mgr.cpp31 const std::vector<DeviceUsageStats::BundleActivePackageStats> &useStats, in StatisticsUsageStats()
32 std::vector<DeviceUsageStats::BundleActivePackageStats> &results) in StatisticsUsageStats()
149 std::vector<DeviceUsageStats::BundleActivePackageStats> &results) in QueryBundleStatsInfoByInterval()
159 std::vector<DeviceUsageStats::BundleActivePackageStats> useStats; in QueryBundleStatsInfoByInterval()
161 DeviceUsageStats::BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval( in QueryBundleStatsInfoByInterval()
189 std::vector<DeviceUsageStats::BundleActivePackageStats> activeBundleRecord; in InitAgingRequest()
202 DeviceUsageStats::BundleActivePackageStats bundleRecord; in InitAgingRequest()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactivepowerstatecallbackproxy_fuzzer/
H A Dbundleactivepowerstatecallbackproxy_fuzzer.cpp40 namespace DeviceUsageStats { namespace
193 if (size < OHOS::DeviceUsageStats::U32_AT_SIZE) { in LLVMFuzzerTestOneInput()
197 OHOS::DeviceUsageStats::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
198 OHOS::DeviceUsageStats::BundleActiveClientFuzzTest(data, size); in LLVMFuzzerTestOneInput()
199 OHOS::DeviceUsageStats::BundleActiveEventListFuzzTest(data, size); in LLVMFuzzerTestOneInput()
200 OHOS::DeviceUsageStats::BundleActiveStatsCombinerFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/fuzztest/appgroupcallbackstub_fuzzer/
H A Dappgroupcallbackstub_fuzzer.cpp26 namespace DeviceUsageStats { namespace
64 if (size < OHOS::DeviceUsageStats::U32_AT_SIZE) { in LLVMFuzzerTestOneInput()
79 OHOS::DeviceUsageStats::DoSomethingInterestingWithMyAPI(ch, size); in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactiveobserver_fuzzer/
H A Dbundleactiveobserver_fuzzer.cpp27 namespace DeviceUsageStats { namespace
69 if (size < OHOS::DeviceUsageStats::U32_AT_SIZE) { in LLVMFuzzerTestOneInput()
84 OHOS::DeviceUsageStats::DoSomethingInterestingWithMyAPI(ch, size); in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactiveonremoterequest_fuzzer/
H A Dbundleactiveonremoterequest_fuzzer.cpp26 namespace DeviceUsageStats { namespace
70 if (size < OHOS::DeviceUsageStats::U32_AT_SIZE) { in LLVMFuzzerTestOneInput()
85 OHOS::DeviceUsageStats::DoSomethingInterestingWithMyAPI(ch, size); in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_bundle_group_change_callback.h27 class WorkBundleGroupChangeCallback : public DeviceUsageStats::AppGroupCallbackStub {
36 …void OnAppGroupChanged(const DeviceUsageStats::AppGroupCallbackInfo &appGroupCallbackInfo) overrid…
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_status.cpp416 …auto errCode = DeviceUsageStats::BundleActiveClient::GetInstance().QueryAppGroup(group, bundleName… in SetMinInterval()
437 group > DeviceUsageStats::DeviceUsageStatsGroupConst::ACTIVE_GROUP_FIXED) { in SetMinIntervalByGroup()
438 newGroup = DeviceUsageStats::DeviceUsageStatsGroupConst::ACTIVE_GROUP_FIXED; in SetMinIntervalByGroup()
440 auto itMap = DeviceUsageStats::DeviceUsageStatsGroupMap::groupIntervalMap_.find(newGroup); in SetMinIntervalByGroup()
441 if (itMap != DeviceUsageStats::DeviceUsageStatsGroupMap::groupIntervalMap_.end()) { in SetMinIntervalByGroup()
442 minInterval_ = DeviceUsageStats::DeviceUsageStatsGroupMap::groupIntervalMap_[newGroup]; in SetMinIntervalByGroup()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/mock/
H A Dbundle_active_client_mock.cpp20 namespace DeviceUsageStats { namespace
H A Dbundle_active_account_helper_mock.cpp20 namespace DeviceUsageStats { namespace
H A Dbundle_active_core_mock.cpp20 namespace DeviceUsageStats { namespace
H A Dbundle_active_usage_database_mock.cpp20 namespace DeviceUsageStats { namespace
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_debug_mode.h20 namespace DeviceUsageStats {
H A Dbundle_active_account_helper.h27 namespace DeviceUsageStats {
H A Dbundle_active_binary_search.h24 namespace DeviceUsageStats {
H A Dibundle_active_service_ipc_interface_code.h21 namespace DeviceUsageStats {
H A Dbundle_active_shutdown_callback_service.h23 namespace DeviceUsageStats {
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Diapp_group_callback_ipc_interface_code.h21 namespace DeviceUsageStats {
H A Diapp_group_callback.h25 namespace DeviceUsageStats {
H A Dapp_group_callback_proxy.h28 namespace DeviceUsageStats {
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_shutdown_callback_service.cpp19 namespace DeviceUsageStats { namespace
H A Dbundle_active_debug_mode.cpp25 namespace DeviceUsageStats { namespace
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/fuzztest/common/
H A Dfuzztest_helper.h23 namespace DeviceUsageStats {
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H A Dbundle_active_stats_update_listener.h20 namespace DeviceUsageStats {
H A Dbundle_active_event_list.h22 namespace DeviceUsageStats {
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/
H A Dbundle_state_condition.h19 namespace DeviceUsageStats {

123456