/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/ |
H A D | mock_application.h | 81 virtual int32_t ScheduleChangeAppGcState(int32_t state) in ScheduleChangeAppGcState() function
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_application.h | 59 virtual int32_t ScheduleChangeAppGcState(int32_t state);
|
H A D | mock_application.cpp | 189 int32_t MockApplication::ScheduleChangeAppGcState(int32_t state) in ScheduleChangeAppGcState() function in OHOS::AppExecFwk::MockApplication
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_scheduler.h | 48 MOCK_METHOD1(ScheduleChangeAppGcState, int32_t(int32_t state));
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_proxy_test/ |
H A D | app_scheduler_proxy_test.cpp | 83 int32_t result = appSchedulerProxy->ScheduleChangeAppGcState(0);
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler.h | 56 MOCK_METHOD1(ScheduleChangeAppGcState, int32_t(int32_t state));
|
H A D | mock_application.h | 130 int32_t ScheduleChangeAppGcState(int32_t state) override in ScheduleChangeAppGcState() function
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 225 virtual int32_t ScheduleChangeAppGcState(int32_t state) = 0;
|
H A D | app_scheduler_proxy.h | 192 virtual int32_t ScheduleChangeAppGcState(int32_t state) override;
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_host_test/ |
H A D | app_scheduler_host_test.cpp | 99 EXPECT_CALL(*mockAppScheduler_, ScheduleChangeAppGcState(_)).Times(1);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 311 return appThread->ScheduleChangeAppGcState(state); in ChangeAppGcState()
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 178 int32_t ScheduleChangeAppGcState(int32_t state) override in ScheduleChangeAppGcState() function in OHOS::AppExecFwk::MockedApplication
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 100 int32_t ScheduleChangeAppGcState(int32_t state) override in ScheduleChangeAppGcState() function in OHOS::AppExecFwk::TestAppSchedulerImpl
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 308 int32_t ScheduleChangeAppGcState(int32_t state) override;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 424 int32_t result = ScheduleChangeAppGcState(state); in HandleScheduleChangeAppGcState()
|
H A D | app_scheduler_proxy.cpp | 573 int32_t AppSchedulerProxy::ScheduleChangeAppGcState(int32_t state) in ScheduleChangeAppGcState() function in OHOS::AppExecFwk::AppSchedulerProxy
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 2428 auto ret = mainThread_->ScheduleChangeAppGcState(0);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 3287 int32_t MainThread::ScheduleChangeAppGcState(int32_t state) in ScheduleChangeAppGcState() function in OHOS::AppExecFwk::MainThread
|