Lines Matching refs:AppStateSubscriberTest
35 class AppStateSubscriberTest : public AppStateSubscriber {
45 void AppStateSubscriberTest::OnConnected()
49 void AppStateSubscriberTest::OnDisconnected()
53 void AppStateSubscriberTest::OnAppStateChanged(int32_t pid, int32_t uid, int32_t state)
57 void AppStateSubscriberTest::ForceReclaim(int32_t pid, int32_t uid)
61 void AppStateSubscriberTest::OnTrim(SystemMemoryLevel level)
65 void AppStateSubscriberTest::OnRemoteDied(const wptr<IRemoteObject> &object)
76 static std::vector<std::shared_ptr<AppStateSubscriberTest>> appStateSubscriberTests;
78 std::vector<std::shared_ptr<AppStateSubscriberTest>> InnerkitsTest::appStateSubscriberTests =
79 std::vector<std::shared_ptr<AppStateSubscriberTest>>();
149 std::shared_ptr<AppStateSubscriberTest> appStateSubscriberTest_1 = std::make_shared<AppStateSubscriberTest>();
158 std::shared_ptr<AppStateSubscriberTest> appStateSubscriberTest_1 = std::make_shared<AppStateSubscriberTest>();
190 std::shared_ptr<AppStateSubscriberTest> appStateSubscriberTest_1 = std::make_shared<AppStateSubscriberTest>();
199 std::shared_ptr<AppStateSubscriberTest> appStateSubscriberTest_1 = std::make_shared<AppStateSubscriberTest>();