Home
last modified time | relevance | path

Searched refs:g_appMgrService (Results 1 – 1 of 1) sorted by relevance

/base/security/access_token/services/test/mock/aafwk/
Dmock_service_registry.cpp26 static sptr<AppExecFwk::MockAppMgrService> g_appMgrService = nullptr; variable
35 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()