/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/ |
H A D | app_mgr_interface.h | 73 * AbilityCleaned,call through AbilityCleaned() proxy project, clean Ability record. 75 * @param token, a unique record that identifies AbilityCleaned from others. 78 virtual void AbilityCleaned(const sptr<IRemoteObject>& token) = 0;
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_mgr_test/ |
H A D | ams_ipc_app_mgr_module_test.cpp | 158 * FunctionPoints: test AbilityCleaned API,then check the function whether is good or not 169 EXPECT_CALL(*mockAppMgr, AbilityCleaned(_)) in HWTEST_F() 171 appMgrClient->AbilityCleaned(token); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/ |
H A D | appmgrservicefirst_fuzzer.cpp | 135 appMgrService->AbilityCleaned(token); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/unittest/ams_service_event_drive_test/ |
H A D | ams_service_event_drive_test.cpp | 329 * CaseDescription: Verify if AbilityCleaned act normal without initialize AppMgrService 342 appMgrService_->AbilityCleaned(token); in HWTEST_F() 498 * CaseDescription: Verify if AbilityCleaned act normal after AppMgrService stopped 511 appMgrService_->AbilityCleaned(token); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 106 * AbilityCleaned,call through AbilityCleaned() proxy project, clean Ability record. 108 * @param token, a unique record that identifies AbilityCleaned from others. 111 virtual void AbilityCleaned(const sptr<IRemoteObject> &token) = 0;
|
H A D | app_mgr_proxy.h | 84 * AbilityCleaned,call through AbilityCleaned() proxy project, clean Ability record. 86 * @param token, a unique record that identifies AbilityCleaned from others. 89 virtual void AbilityCleaned(const sptr<IRemoteObject> &token) override;
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_mgr_service.h | 42 MOCK_METHOD1(AbilityCleaned, void(const sptr<IRemoteObject>& token));
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 126 virtual void AbilityCleaned(const sptr<IRemoteObject>& token) in AbilityCleaned() function in OHOS::AppExecFwk::MockAppMgrService 128 GTEST_LOG_(INFO) << "MockAppMgrService::AbilityCleaned called"; in AbilityCleaned()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 115 * AbilityCleaned,call through AbilityCleaned() proxy project, clean Ability record. 117 * @param token, a unique record that identifies AbilityCleaned from others. 120 virtual void AbilityCleaned(const sptr<IRemoteObject> &token) override;
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_fourth_test/ |
H A D | main_fourth_test.cpp | 119 void AbilityCleaned(const sptr<IRemoteObject> &token) override
|
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/ |
H A D | mock_app_mgr_service.h | 41 MOCK_METHOD1(AbilityCleaned, void(const sptr<IRemoteObject>& token));
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/ |
H A D | app_mgr_service_test.cpp | 213 * Function: AbilityCleaned 215 * FunctionPoints: AppMgrService AbilityCleaned 217 * CaseDescription: Verify AbilityCleaned 224 appMgrService->AbilityCleaned(nullptr); in HWTEST_F() 229 * Function: AbilityCleaned 231 * FunctionPoints: AppMgrService AbilityCleaned 233 * CaseDescription: Verify AbilityCleaned 241 appMgrService->AbilityCleaned(nullptr); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_stub.cpp | 406 AbilityCleaned(token); in HandleAbilityCleaned()
|
H A D | app_mgr_proxy.cpp | 115 void AppMgrProxy::AbilityCleaned(const sptr<IRemoteObject> &token) in AbilityCleaned() function in OHOS::AppExecFwk::AppMgrProxy
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 269 void AppMgrService::AbilityCleaned(const sptr<IRemoteObject> &token) in AbilityCleaned() function in OHOS::AppExecFwk::AppMgrService
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 118 void AbilityCleaned(const sptr<IRemoteObject> &token) override
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 2196 appMgr_->AbilityCleaned(token); in HandleCleanAbility()
|