Home
last modified time | relevance | path

Searched refs:ReportEventToAllUserId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_mock_test.cpp293 EXPECT_NE(bundleActiveCore->ReportEventToAllUserId(event), ERR_OK);
313 EXPECT_NE(bundleActiveCore->ReportEventToAllUserId(eventTemp), ERR_OK);
H A Ddevice_usage_statistics_service_test.cpp264 coreObject->ReportEventToAllUserId(event);
291 coreObject->ReportEventToAllUserId(event);
734 coreObject->ReportEventToAllUserId(event);
738 coreObject->ReportEventToAllUserId(event);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_core.h89 int32_t ReportEventToAllUserId(BundleActiveEvent& event);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp366 ReportEventToAllUserId(event); in ShutDown()
530 int32_t BundleActiveCore::ReportEventToAllUserId(BundleActiveEvent& event) in ReportEventToAllUserId() function in OHOS::DeviceUsageStats::BundleActiveCore