Searched refs:g_appMgrService (Results 1 – 2 of 2) sorted by relevance
24 static sptr<AppExecFwk::BundleMgrStub> g_appMgrService = nullptr; variable37 if (!g_appMgrService) { in GetSystemAbility()39 g_appMgrService = new AppExecFwk::BundleMgrStub(); in GetSystemAbility()41 remote = g_appMgrService; in GetSystemAbility()
26 static sptr<AppExecFwk::MockAppMgrService> g_appMgrService = nullptr; variable35 if (g_appMgrService == nullptr) { in SwitchForeOrBackGround()38 g_appMgrService->SwitchForeOrBackGround(tokenId, flag); in SwitchForeOrBackGround()71 if (!g_appMgrService) { in GetSystemAbility()73 g_appMgrService = new AppExecFwk::MockAppMgrService(); in GetSystemAbility()75 remote = g_appMgrService; in GetSystemAbility()