Home
last modified time | relevance | path

Searched refs:AppStateSubscriberTest (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dpurgeable_memory_manager_test.cpp43 class AppStateSubscriberTest : public AppStateSubscriber { class
74 static std::vector<std::shared_ptr<AppStateSubscriberTest>> appStateSubscriberTests;
76 std::vector<std::shared_ptr<AppStateSubscriberTest>> PurgeableMemMgrTest::appStateSubscriberTests =
77 std::vector<std::shared_ptr<AppStateSubscriberTest>>();
78 void AppStateSubscriberTest::OnConnected() in OnConnected()
83 void AppStateSubscriberTest::OnDisconnected() in OnDisconnected()
88 void AppStateSubscriberTest::OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) in OnAppStateChanged()
93 void AppStateSubscriberTest::ForceReclaim(int32_t pid, int32_t uid) in ForceReclaim()
98 void AppStateSubscriberTest::OnTrim(SystemMemoryLevel level) in OnTrim()
103 void AppStateSubscriberTest
[all...]
H A Dinnerkits_test.cpp35 class AppStateSubscriberTest : public AppStateSubscriber { class
45 void AppStateSubscriberTest::OnConnected() in OnConnected()
49 void AppStateSubscriberTest::OnDisconnected() in OnDisconnected()
53 void AppStateSubscriberTest::OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) in OnAppStateChanged()
57 void AppStateSubscriberTest::ForceReclaim(int32_t pid, int32_t uid) in ForceReclaim()
61 void AppStateSubscriberTest::OnTrim(SystemMemoryLevel level) in OnTrim()
65 void AppStateSubscriberTest::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied()
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>>();
[all...]

Completed in 2 milliseconds