Home
last modified time | relevance | path

Searched refs:MockAppMgrService (Results 1 - 3 of 3) sorted by relevance

/base/security/access_token/services/test/mock/aafwk/
H A Dmock_app_mgr_service.cpp21 int32_t MockAppMgrService::GetForegroundApplications(std::vector<AppStateData> &list) in GetForegroundApplications()
32 int32_t MockAppMgrService::RegisterApplicationStateObserver(const sptr<IApplicationStateObserver>& observer, in RegisterApplicationStateObserver()
43 int32_t MockAppMgrService::UnregisterApplicationStateObserver(const sptr<IApplicationStateObserver>& observer) in UnregisterApplicationStateObserver()
53 void MockAppMgrService::SwitchForeOrBackGround(uint32_t tokenId, int32_t flag) in SwitchForeOrBackGround()
H A Dmock_service_registry.cpp26 static sptr<AppExecFwk::MockAppMgrService> g_appMgrService = nullptr;
72 GTEST_LOG_(INFO) << "GetSystemAbility(" << systemAbilityId << "): return MockAppMgrService"; in GetSystemAbility()
73 g_appMgrService = new AppExecFwk::MockAppMgrService(); in GetSystemAbility()
H A Dmock_app_mgr_service.h26 class MockAppMgrService : public AppMgrStub { class

Completed in 2 milliseconds