Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp39 class AppForegroundStateObserverMock : public AppForegroundStateObserverStub { class
41 AppForegroundStateObserverMock() = default;
42 virtual ~AppForegroundStateObserverMock() = default;
458 sptr<IRemoteObject> object = new (std::nothrow) AppForegroundStateObserverMock();
475 sptr<IRemoteObject> object = new (std::nothrow) AppForegroundStateObserverMock();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp36 class AppForegroundStateObserverMock : public AppForegroundStateObserverStub { class
38 AppForegroundStateObserverMock() = default;
39 virtual ~AppForegroundStateObserverMock() = default;
491 … sptr<IAppForegroundStateObserver> observer = new (std::nothrow) AppForegroundStateObserverMock();
504 … sptr<IAppForegroundStateObserver> observer = new (std::nothrow) AppForegroundStateObserverMock();