H A D | kvstore_data_service.cpp | 626 …ts.ForEachCopies([bundleName, user, index](const auto &, const std::shared_ptr<StaticActs>& acts) { in OnUninstall() argument 627 acts->OnAppUninstall(bundleName, user, index); in OnUninstall() 636 …ts.ForEachCopies([bundleName, user, index](const auto &, const std::shared_ptr<StaticActs>& acts) { in OnUpdate() argument 637 acts->OnAppUpdate(bundleName, user, index); in OnUpdate() 646 …ts.ForEachCopies([bundleName, user, index](const auto &, const std::shared_ptr<StaticActs>& acts) { in OnInstall() argument 647 acts->OnAppInstall(bundleName, user, index); in OnInstall() 676 … [bundleName, userId, appIndex, tokenId](const auto &, const std::shared_ptr<StaticActs> &acts) { in ClearAppStorage() argument 677 acts->OnClearAppStorage(bundleName, userId, appIndex, tokenId); in ClearAppStorage()
|