/ohos5.0/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); 73 observerProxy_->OnAppStateChanged(appStateData);
|
H A D | mock_app_foreground_state_observer_stub.h | 30 MOCK_METHOD1(OnAppStateChanged, void(const AppStateData &appStateData));
|
/ohos5.0/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_… 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 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;
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | context_appstate_observer_test.cpp | 98 appStateObserver->OnAppStateChanged(appStateData); 109 appStateObserver->OnAppStateChanged(appStateData); 120 appStateObserver->OnAppStateChanged(appStateData);
|
/ohos5.0/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);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/ |
H A D | ams_app_life_cycle_test.cpp | 1470 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 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 | iapp_state_callback.h | 43 virtual void OnAppStateChanged(const AppProcessData &appProcessData) = 0;
|
/ohos5.0/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));
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_state_callback_host.cpp | 70 void AppStateCallbackHost::OnAppStateChanged(const AppProcessData &) in OnAppStateChanged() function in OHOS::AppExecFwk::AppStateCallbackHost 103 OnAppStateChanged(*processData); in HandleOnAppStateChanged()
|
H A D | app_foreground_state_observer_proxy.cpp | 36 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 D | mock_iapp_state_callback.h | 34 MOCK_METHOD1(OnAppStateChanged, void(const AppProcessData&));
|
/ohos5.0/base/security/access_token/services/accesstokenmanager/test/unittest/ |
H A D | permission_manager_test.cpp | 1587 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 D | app_state_call_back_mock.h | 34 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 D | app_state_callback_proxy.cpp | 35 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 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;
|
/ohos5.0/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;
|
/ohos5.0/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);
|
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/ |
H A D | context_appstate_observer.h | 55 void OnAppStateChanged(const AppStateData &appStateData) override;
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/uiabilitylifecyclemanagera_fuzzer/ |
H A D | uiabilitylifecyclemanagera_fuzzer.cpp | 98 uIAbilityLifecycleManager->OnAppStateChanged(info); in DoSomethingInterestingWithMyAPI1() 100 uIAbilityLifecycleManager->OnAppStateChanged(info); in DoSomethingInterestingWithMyAPI1()
|
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/ |
H A D | app_manager_adapter.h | 62 void OnAppStateChanged(const AppExecFwk::AppProcessData&) override;
|
/ohos5.0/base/security/access_token/services/common/app_manager/include/ |
H A D | app_status_change_callback.h | 37 virtual void OnAppStateChanged(const AppStateData &appStateData) override {} in OnAppStateChanged() function
|