Home
last modified time | relevance | path

Searched refs:OnAppStateChanged (Results 1 - 25 of 89) sorted by relevance

1234

/foundation/ability/ability_runtime/test/unittest/app_foreground_state_observer_proxy_test/
H A Dapp_foreground_state_observer_proxy_test.cpp71 EXPECT_CALL(*mock_, OnAppStateChanged(_)).Times(1); in HWTEST_F()
73 observerProxy_->OnAppStateChanged(appStateData); in HWTEST_F()
H A Dmock_app_foreground_state_observer_stub.h30 MOCK_METHOD1(OnAppStateChanged, void(const AppStateData &appStateData));
/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dapp_state_subscriber.cpp45 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 Dapp_state_subscriber.h59 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 Dapp_foreground_state_observer_interface.h29 virtual void OnAppStateChanged(const AppStateData &appStateData) = 0;
H A Dapp_foreground_state_observer_proxy.h29 void OnAppStateChanged(const AppStateData &appStateData) override;
H A Dapp_state_callback_proxy.h45 virtual void OnAppStateChanged(const AppProcessData &appProcessData) override;
H A Diapp_state_callback.h43 virtual void OnAppStateChanged(const AppProcessData &appProcessData) = 0;
H A Dapp_state_callback_host.h51 virtual void OnAppStateChanged(const AppProcessData &) override;
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_state_call_back_mock.h34 MOCK_METHOD1(OnAppStateChanged, void(const AppInfo& info));
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_iapp_state_callback.h34 MOCK_METHOD1(OnAppStateChanged, void(const AppProcessData&));
/foundation/ability/ability_runtime/test/unittest/app_foreground_state_observer_stub_test/
H A Dmock_app_foreground_state_observer_stub.h33 MOCK_METHOD1(OnAppStateChanged, void(const AppStateData &appStateData));
H A Dapp_foreground_state_observer_stub_test.cpp63 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 Dapp_state_callback_proxy.cpp35 void AppStateCallbackProxy::OnAppStateChanged(const AppProcessData& appProcessData) in OnAppStateChanged() function in OHOS::AppExecFwk::AppStateCallbackProxy
H A Dapp_state_callback_host.cpp42 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 Dpurgeable_memory_manager_test.cpp47 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 Dapp_state_listener.h35 void OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) override;
H A Dapp_state_listener.cpp67 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 Diapp_state_subscriber.h54 virtual void OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) = 0;
H A Dapp_state_subscriber_proxy.h49 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 Dapp_foreground_state_observer_proxy.cpp36 void AppForegroundStateObserverProxy::OnAppStateChanged(const AppStateData &appStateData) in OnAppStateChanged() function in OHOS::AppExecFwk::AppForegroundStateObserverProxy
H A Dapp_foreground_state_observer_stub.cpp55 OnAppStateChanged(*processData); in HandleOnAppStateChanged()
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_foreground_state_observer.h34 void OnAppStateChanged(const AppStateData &appStateData);
/foundation/multimedia/av_session/services/session/adapter/
H A Dapp_manager_adapter.h62 void OnAppStateChanged(const AppExecFwk::AppProcessData&) override;
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/
H A Dapp_state_callback_host.h51 virtual void OnAppStateChanged(const AppProcessData&) override;

Completed in 8 milliseconds

1234