Searched refs:RemoveFormData (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | bundle_active_usage_database.h | 72 void RemoveFormData(const int32_t userId, const std::string bundleName,
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_mock_test.cpp | 459 database->RemoveFormData(userId, bundleName, moduleName, formName, 0, 0, uid);
|
H A D | device_usage_statistics_service_test.cpp | 1375 database->RemoveFormData(userId, bundleName, moduleName, formName, 0, 0, 0);
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/ |
H A D | bundle_active_user_service.cpp | 727 …database_.RemoveFormData(userId_, event.bundleName_, event.moduleName_, event.formName_, event.for… in ReportFormEvent()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_usage_database.cpp | 1707 void BundleActiveUsageDatabase::RemoveFormData(const int32_t userId, const std::string bundleName, in RemoveFormData() function in OHOS::DeviceUsageStats::BundleActiveUsageDatabase
|