Searched refs:applicationManagerProxy (Results 1 – 1 of 1) sorted by relevance
149 auto applicationManagerProxy = ApplicationManagerProxy::GetApplicationManagerProxy(); in AddOrRemoveAutoStartApps() local152 ret = applicationManagerProxy->AddAutoStartApps(elementName, autoStartApps); in AddOrRemoveAutoStartApps()154 ret = applicationManagerProxy->RemoveAutoStartApps(elementName, autoStartApps); in AddOrRemoveAutoStartApps()181 auto applicationManagerProxy = ApplicationManagerProxy::GetApplicationManagerProxy(); in GetAutoStartApps() local183 int32_t ret = applicationManagerProxy->GetAutoStartApps(elementName, autoStartApps); in GetAutoStartApps()448 auto applicationManagerProxy = ApplicationManagerProxy::GetApplicationManagerProxy(); in AddOrRemoveDisallowedRunningBundlesSync() local449 if (applicationManagerProxy == nullptr) { in AddOrRemoveDisallowedRunningBundlesSync()455 … ret = applicationManagerProxy->AddDisallowedRunningBundles(elementName, appIds, accountId, true); in AddOrRemoveDisallowedRunningBundlesSync()457 …ret = applicationManagerProxy->RemoveDisallowedRunningBundles(elementName, appIds, accountId, true… in AddOrRemoveDisallowedRunningBundlesSync()493 auto applicationManagerProxy = ApplicationManagerProxy::GetApplicationManagerProxy(); in GetDisallowedRunningBundlesSync() local[all …]