Home
last modified time | relevance | path

Searched defs:eventStats (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_mock_test.cpp107 std::vector<BundleActiveEventStats> eventStats; variable
147 std::vector<BundleActiveEventStats> eventStats; variable
162 std::vector<BundleActiveEventStats> eventStats; variable
295 std::vector<BundleActiveEventStats> eventStats; variable
408 std::map<std::string, BundleActiveEventStats> eventStats; variable
H A Ddevice_usage_statistics_multi_test.cpp316 std::vector<BundleActiveEventStats> eventStats; in MultiTestQueryDeviceEventStats() local
338 std::vector<BundleActiveEventStats> eventStats; in MultiTestQueryNotificationEventStats() local
H A Ddevice_usage_statistics_test.cpp345 std::vector<BundleActiveEventStats> eventStats; variable
361 std::vector<BundleActiveEventStats> eventStats; variable
H A Dpackage_usage_test.cpp264 auto eventStats = std::make_shared<BundleActiveEventStats>(); variable
361 std::vector<BundleActiveEventStats> eventStats; variable
392 std::vector<BundleActiveEventStats> eventStats; variable
H A Ddevice_usage_statistics_service_test.cpp1214 auto eventStats = std::map<std::string, BundleActiveEventStats>(); variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_proxy.cpp339 std::vector<BundleActiveEventStats>& eventStats, int32_t userId) in QueryDeviceEventStats()
351 std::vector<BundleActiveEventStats>& eventStats, int32_t userId) in QueryNotificationEventStats()
363 std::vector<BundleActiveEventStats>& eventStats, int32_t userId, int32_t communicationFlag) in IPCCommunication()
H A Dbundle_active_client.cpp205 std::vector<BundleActiveEventStats>& eventStats, int32_t userId) in QueryDeviceEventStats()
216 std::vector<BundleActiveEventStats>& eventStats, int32_t userId) in QueryNotificationEventStats()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactivepowerstatecallbackproxy_fuzzer/
H A Dbundleactivepowerstatecallbackproxy_fuzzer.cpp133 std::vector<BundleActiveEventStats> eventStats; in BundleActiveClientFuzzTest() local
/ohos5.0/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dbundle_state_common.cpp171 const std::vector<BundleActiveEventStats> &eventStats, napi_value result) in GetBundleActiveEventStatsForResult()
197 const std::vector<BundleActiveEventStats> &eventStats, napi_value result) in GetBundleActiveNotificationNumberForResult()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_user_service.cpp529 std::vector<BundleActiveEventStats>& eventStats, int32_t userId) in QueryDeviceEventStats()
587 std::vector<BundleActiveEventStats>& eventStats, int32_t userId) in QueryNotificationEventStats()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_service.cpp602 std::vector<BundleActiveEventStats>& eventStats, int32_t userId) in QueryDeviceEventStats()
623 std::vector<BundleActiveEventStats>& eventStats, int32_t userId) in QueryNotificationEventStats()
H A Dbundle_active_core.cpp617 std::vector<BundleActiveEventStats>& eventStats, int32_t userId) in QueryDeviceEventStats()
632 std::vector<BundleActiveEventStats>& eventStats, int32_t userId) in QueryNotificationEventStats()
H A Dbundle_active_usage_database.cpp1807 int64_t endTime, std::map<std::string, BundleActiveEventStats>& eventStats, int32_t userId) in QueryDeviceEventStats()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/
H A Dbundle_state_data.h102 std::vector<BundleActiveEventStats> eventStats; member