Searched refs:g_bundleMgrService (Results 1 – 3 of 3) sorted by relevance
25 sptr<AppExecFwk::BundleMgrService> g_bundleMgrService = nullptr; variable55 if (!g_bundleMgrService) { in GetSystemAbility()58 g_bundleMgrService = g_mockBundleMgrService; in GetSystemAbility()61 g_bundleMgrService = new AppExecFwk::BundleMgrService(); in GetSystemAbility()64 remote = g_bundleMgrService; in GetSystemAbility()
26 static sptr<AppExecFwk::BundleMgrService> g_bundleMgrService = nullptr; variable50 if (!g_bundleMgrService) { in GetSystemAbility()51 g_bundleMgrService = new AppExecFwk::BundleMgrService(); in GetSystemAbility()53 remote = g_bundleMgrService; in GetSystemAbility()
24 extern sptr<AppExecFwk::BundleMgrService> g_bundleMgrService;