Home
last modified time | relevance | path

Searched refs:ChangeAppGcState (Results 1 - 25 of 27) sorted by relevance

12

/foundation/ability/ability_runtime/test/unittest/app_lifecycle_deal_test/
H A Dapp_lifecycle_deal_test.cpp134 * @tc.desc: Verify that the ChangeAppGcState interface calls normally
140 int32_t result = appLifeCycle->ChangeAppGcState(0); in HWTEST_F()
144 int32_t result1 = appLifeCycle->ChangeAppGcState(0); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h251 int32_t ChangeAppGcState(int32_t state);
H A Dapp_mgr_service.h598 virtual int32_t ChangeAppGcState(pid_t pid, int32_t state) override;
H A Dapp_running_record.h829 int32_t ChangeAppGcState(const int32_t state);
H A Dapp_mgr_service_inner.h1023 int32_t ChangeAppGcState(pid_t pid, int32_t state);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp307 int32_t AppLifeCycleDeal::ChangeAppGcState(int32_t state) in ChangeAppGcState() function in OHOS::AppExecFwk::AppLifeCycleDeal
H A Dapp_running_record.cpp2182 int32_t AppRunningRecord::ChangeAppGcState(const int32_t state) in ChangeAppGcState() function in OHOS::AppExecFwk::AppRunningRecord
2189 return appLifeCycleDeal_->ChangeAppGcState(state); in ChangeAppGcState()
H A Dapp_mgr_service.cpp1280 int32_t AppMgrService::ChangeAppGcState(pid_t pid, int32_t state) in ChangeAppGcState() function in OHOS::AppExecFwk::AppMgrService
1286 return appMgrServiceInner_->ChangeAppGcState(pid, state); in ChangeAppGcState()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h607 virtual int32_t ChangeAppGcState(pid_t pid, int32_t state) = 0;
H A Dapp_mgr_client.h592 int32_t ChangeAppGcState(pid_t pid, int32_t state);
H A Dapp_mgr_proxy.h519 virtual int32_t ChangeAppGcState(pid_t pid, int32_t state) override;
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h615 int32_t ChangeAppGcState(int32_t state);
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h243 virtual int32_t ChangeAppGcState(pid_t pid, int32_t state) in ChangeAppGcState() function in OHOS::AppExecFwk::MockAppMgrService
/foundation/ability/ability_runtime/test/unittest/appkit/main_fourth_test/
H A Dmain_fourth_test.cpp252 int32_t ChangeAppGcState(pid_t pid, int32_t state) override
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/
H A Dmock_app_mgr_service.h240 virtual int32_t ChangeAppGcState(pid_t pid, int32_t state) in ChangeAppGcState() function in OHOS::AppExecFwk::MockAppMgrService
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp385 appMgrProxy_->ChangeAppGcState(pid, state); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp948 int32_t AppMgrClient::ChangeAppGcState(pid_t pid, int32_t state) in ChangeAppGcState() function in OHOS::AppExecFwk::AppMgrClient
957 return service->ChangeAppGcState(pid, state); in ChangeAppGcState()
H A Dapp_mgr_stub.cpp1228 int32_t ret = ChangeAppGcState(pid, state); in HandleChangeAppGcState()
H A Dapp_mgr_proxy.cpp1398 int32_t AppMgrProxy::ChangeAppGcState(pid_t pid, int32_t state) in ChangeAppGcState() function in OHOS::AppExecFwk::AppMgrProxy
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3196 TAG_LOGE(AAFwkTag::APPKIT, "appThread is nullptr, ChangeAppGcState failed."); in ScheduleChangeAppGcState()
3199 appThread->ChangeAppGcState(state); in ScheduleChangeAppGcState()
3203 ChangeAppGcState(state); in ScheduleChangeAppGcState()
3205 mainHandler_->PostTask(task, "MainThread:ChangeAppGcState"); in ScheduleChangeAppGcState()
3210 int32_t MainThread::ChangeAppGcState(int32_t state) in ChangeAppGcState() function in OHOS::AppExecFwk::MainThread
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp806 * @tc.desc: ChangeAppGcState.
817 auto resultCode = appMgrClient->ChangeAppGcState(pid, state); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/
H A Dapp_mgr_service_inner_tdd_test.cpp615 int32_t ret = appMgrServiceInner->ChangeAppGcState(pid, state); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp2908 * Function: ChangeAppGcState
2919 EXPECT_EQ(ERR_INVALID_VALUE, record->ChangeAppGcState(0)); in HWTEST_F()
2925 * Function: ChangeAppGcState
2936 EXPECT_EQ(ERR_INVALID_VALUE, record->ChangeAppGcState(0)); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1378 int32_t res = appMgrService->ChangeAppGcState(0, 0); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp251 int32_t ChangeAppGcState(pid_t pid, int32_t state) override

Completed in 51 milliseconds

12