/foundation/ability/ability_runtime/test/unittest/app_foreground_state_observer_proxy_test/ |
H A D | app_foreground_state_observer_proxy_test.cpp | 71 EXPECT_CALL(*mock_, OnAppStateChanged(_)).Times(1); in HWTEST_F() 73 observerProxy_->OnAppStateChanged(appStateData); in HWTEST_F()
|
H A D | mock_app_foreground_state_observer_stub.h | 30 MOCK_METHOD1(OnAppStateChanged, void(const AppStateData &appStateData));
|
/foundation/resourceschedule/memmgr/interface/innerkits/src/ |
H A D | app_state_subscriber.cpp | 45 void AppStateSubscriber::OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) {}
in OnAppStateChanged() function in OHOS::Memory::AppStateSubscriber 93 void AppStateSubscriber::AppStateSubscriberImpl::OnAppStateChanged(int32_t pid, int32_t uid, int32_t state)
in OnAppStateChanged() function in OHOS::Memory::AppStateSubscriber::AppStateSubscriberImpl 101 subscriber_.OnAppStateChanged(pid, uid, state);
in OnAppStateChanged()
|
/foundation/resourceschedule/memmgr/interface/innerkits/include/ |
H A D | app_state_subscriber.h | 59 virtual void OnAppStateChanged(int32_t pid, int32_t uid, int32_t state);
122 void OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) override;
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_foreground_state_observer_interface.h | 29 virtual void OnAppStateChanged(const AppStateData &appStateData) = 0;
|
H A D | app_foreground_state_observer_proxy.h | 29 void OnAppStateChanged(const AppStateData &appStateData) override;
|
H A D | app_state_callback_proxy.h | 45 virtual void OnAppStateChanged(const AppProcessData &appProcessData) override;
|
H A D | iapp_state_callback.h | 43 virtual void OnAppStateChanged(const AppProcessData &appProcessData) = 0;
|
H A D | app_state_callback_host.h | 51 virtual void OnAppStateChanged(const AppProcessData &) override;
|
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/ |
H A D | app_state_call_back_mock.h | 34 MOCK_METHOD1(OnAppStateChanged, void(const AppInfo& info));
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_iapp_state_callback.h | 34 MOCK_METHOD1(OnAppStateChanged, void(const AppProcessData&));
|
/foundation/ability/ability_runtime/test/unittest/app_foreground_state_observer_stub_test/ |
H A D | mock_app_foreground_state_observer_stub.h | 33 MOCK_METHOD1(OnAppStateChanged, void(const AppStateData &appStateData));
|
H A D | app_foreground_state_observer_stub_test.cpp | 63 EXPECT_CALL(*stub, OnAppStateChanged(_)).Times(1); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/ |
H A D | app_state_callback_proxy.cpp | 35 void AppStateCallbackProxy::OnAppStateChanged(const AppProcessData& appProcessData) in OnAppStateChanged() function in OHOS::AppExecFwk::AppStateCallbackProxy
|
H A D | app_state_callback_host.cpp | 42 void AppStateCallbackHost::OnAppStateChanged(const AppProcessData&) in OnAppStateChanged() function in OHOS::AppExecFwk::AppStateCallbackHost 44 TAG_LOGD(AAFwkTag::TEST, "OnAppStateChanged called"); in OnAppStateChanged()
|
/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | purgeable_memory_manager_test.cpp | 47 void OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) override;
88 void AppStateSubscriberTest::OnAppStateChanged(int32_t pid, int32_t uid, int32_t state)
in OnAppStateChanged() function in OHOS::Memory::AppStateSubscriberTest 200 subscriberImpl->OnAppStateChanged(pid, uid, state);
in HWTEST_F()
|
/foundation/multimedia/player_framework/services/services/player/player_mem_manage/ |
H A D | app_state_listener.h | 35 void OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) override;
|
H A D | app_state_listener.cpp | 67 void AppStateListener::OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) in OnAppStateChanged() function in OHOS::Media::AppStateListener
|
/foundation/resourceschedule/memmgr/services/memmgrservice/include/purgeable_mem_manager/ |
H A D | iapp_state_subscriber.h | 54 virtual void OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) = 0;
|
H A D | app_state_subscriber_proxy.h | 49 void OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) override;
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_foreground_state_observer_proxy.cpp | 36 void AppForegroundStateObserverProxy::OnAppStateChanged(const AppStateData &appStateData) in OnAppStateChanged() function in OHOS::AppExecFwk::AppForegroundStateObserverProxy
|
H A D | app_foreground_state_observer_stub.cpp | 55 OnAppStateChanged(*processData); in HandleOnAppStateChanged()
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/ |
H A D | js_app_foreground_state_observer.h | 34 void OnAppStateChanged(const AppStateData &appStateData);
|
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | app_manager_adapter.h | 62 void OnAppStateChanged(const AppExecFwk::AppProcessData&) override;
|
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/ |
H A D | app_state_callback_host.h | 51 virtual void OnAppStateChanged(const AppProcessData&) override;
|