Home
last modified time | relevance | path

Searched refs:OnAppStateChanged (Results 1 – 25 of 104) sorted by relevance

12345

/ohos5.0/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);
73 observerProxy_->OnAppStateChanged(appStateData);
H A Dmock_app_foreground_state_observer_stub.h30 MOCK_METHOD1(OnAppStateChanged, void(const AppStateData &appStateData));
/ohos5.0/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_… in OnAppStateChanged() function in OHOS::Memory::AppStateSubscriber::AppStateSubscriberImpl
101 subscriber_.OnAppStateChanged(pid, uid, state); in OnAppStateChanged()
/ohos5.0/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;
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dcontext_appstate_observer_test.cpp98 appStateObserver->OnAppStateChanged(appStateData);
109 appStateObserver->OnAppStateChanged(appStateData);
120 appStateObserver->OnAppStateChanged(appStateData);
/ohos5.0/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);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/
H A Dams_app_life_cycle_test.cpp1470 EXPECT_CALL(*mockCallback, OnAppStateChanged(_)).Times(2);
1478 serviceInner_->OnAppStateChanged(appRecord, ApplicationState::APP_STATE_READY);
1494 EXPECT_CALL(*mockCallback, OnAppStateChanged(_)).Times(0);
1496 serviceInner_->OnAppStateChanged(nullptr, ApplicationState::APP_STATE_READY);
1593 EXPECT_CALL(*mockCallback, OnAppStateChanged(_)).Times(1);
1595 EXPECT_CALL(*mockCallback, OnAppStateChanged(_)).Times(1);
1597 EXPECT_CALL(*mockCallback, OnAppStateChanged(_)).Times(1);
1599 EXPECT_CALL(*mockCallback, OnAppStateChanged(_)).Times(1);
1601 EXPECT_CALL(*mockCallback, OnAppStateChanged(_)).Times(1);
1603 EXPECT_CALL(*mockCallback, OnAppStateChanged(_)).Times(1);
[all …]
/ohos5.0/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 Diapp_state_callback.h43 virtual void OnAppStateChanged(const AppProcessData &appProcessData) = 0;
/ohos5.0/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));
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_state_callback_host.cpp70 void AppStateCallbackHost::OnAppStateChanged(const AppProcessData &) in OnAppStateChanged() function in OHOS::AppExecFwk::AppStateCallbackHost
103 OnAppStateChanged(*processData); in HandleOnAppStateChanged()
H A Dapp_foreground_state_observer_proxy.cpp36 void AppForegroundStateObserverProxy::OnAppStateChanged(const AppStateData &appStateData) in OnAppStateChanged() function in OHOS::AppExecFwk::AppForegroundStateObserverProxy
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_iapp_state_callback.h34 MOCK_METHOD1(OnAppStateChanged, void(const AppProcessData&));
/ohos5.0/base/security/access_token/services/accesstokenmanager/test/unittest/
H A Dpermission_manager_test.cpp1587 appStateObserver_->OnAppStateChanged(appStateData);
1596 appStateObserver_->OnAppStateChanged(appStateData);
1627 appStateObserver_->OnAppStateChanged(appStateData);
1632 appStateObserver_->OnAppStateChanged(appStateData);
1669 appStateObserver_->OnAppStateChanged(appStateData);
1700 appStateObserver_->OnAppStateChanged(appStateData);
1739 appStateObserver_->OnAppStateChanged(appStateData);
1790 appStateObserver_->OnAppStateChanged(appStateData);
1821 appStateObserver_->OnAppStateChanged(appStateData);
1862 appStateObserver_->OnAppStateChanged(appStateData);
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_state_call_back_mock.h34 MOCK_METHOD1(OnAppStateChanged, void(const AppInfo& info));
/ohos5.0/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
/ohos5.0/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;
/ohos5.0/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;
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_foreground_state_observer.h34 void OnAppStateChanged(const AppStateData &appStateData);
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_appstate_observer.h55 void OnAppStateChanged(const AppStateData &appStateData) override;
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/uiabilitylifecyclemanagera_fuzzer/
H A Duiabilitylifecyclemanagera_fuzzer.cpp98 uIAbilityLifecycleManager->OnAppStateChanged(info); in DoSomethingInterestingWithMyAPI1()
100 uIAbilityLifecycleManager->OnAppStateChanged(info); in DoSomethingInterestingWithMyAPI1()
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Dapp_manager_adapter.h62 void OnAppStateChanged(const AppExecFwk::AppProcessData&) override;
/ohos5.0/base/security/access_token/services/common/app_manager/include/
H A Dapp_status_change_callback.h37 virtual void OnAppStateChanged(const AppStateData &appStateData) override {} in OnAppStateChanged() function

12345