Home
last modified time | relevance | path

Searched refs:ScheduleChangeAppGcState (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H A Dmock_application.h81 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 Dmock_application.h59 virtual int32_t ScheduleChangeAppGcState(int32_t state);
H A Dmock_application.cpp189 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 Dmock_app_scheduler.h48 MOCK_METHOD1(ScheduleChangeAppGcState, int32_t(int32_t state));
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_proxy_test/
H A Dapp_scheduler_proxy_test.cpp83 int32_t result = appSchedulerProxy->ScheduleChangeAppGcState(0);
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler.h56 MOCK_METHOD1(ScheduleChangeAppGcState, int32_t(int32_t state));
H A Dmock_application.h130 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 Dapp_scheduler_interface.h225 virtual int32_t ScheduleChangeAppGcState(int32_t state) = 0;
H A Dapp_scheduler_proxy.h192 virtual int32_t ScheduleChangeAppGcState(int32_t state) override;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_host_test/
H A Dapp_scheduler_host_test.cpp99 EXPECT_CALL(*mockAppScheduler_, ScheduleChangeAppGcState(_)).Times(1);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp311 return appThread->ScheduleChangeAppGcState(state); in ChangeAppGcState()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp178 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 Dams_app_mgr_service_module_test.cpp100 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 Dmain_thread.h308 int32_t ScheduleChangeAppGcState(int32_t state) override;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp424 int32_t result = ScheduleChangeAppGcState(state); in HandleScheduleChangeAppGcState()
H A Dapp_scheduler_proxy.cpp573 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 Dmain_thread_test.cpp2428 auto ret = mainThread_->ScheduleChangeAppGcState(0);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3287 int32_t MainThread::ScheduleChangeAppGcState(int32_t state) in ScheduleChangeAppGcState() function in OHOS::AppExecFwk::MainThread