Searched refs:ClearUpApplicationDataBySelf (Results 1 - 14 of 14) sorted by relevance
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_mgr_service_inner.h | 49 MOCK_METHOD3(ClearUpApplicationDataBySelf, int32_t(int32_t, pid_t, int32_t userId));
|
H A D | mock_app_mgr_service.h | 59 MOCK_METHOD1(ClearUpApplicationDataBySelf, int32_t(int32_t userId));
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 139 virtual int32_t ClearUpApplicationDataBySelf(int32_t userId = -1) = 0;
|
H A D | app_mgr_client.h | 215 * ClearUpApplicationDataBySelf, call ClearUpApplicationDataBySelf() through proxy project, 221 virtual AppMgrResultCode ClearUpApplicationDataBySelf(int32_t userId = -1);
|
H A D | app_mgr_proxy.h | 117 virtual int32_t ClearUpApplicationDataBySelf(int32_t userId = -1) override;
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 135 * ClearUpApplicationDataBySelf, call ClearUpApplicationDataBySelf() through proxy project, 141 virtual int32_t ClearUpApplicationDataBySelf(int32_t userId = -1) override;
|
H A D | app_mgr_service_inner.h | 344 * ClearUpApplicationDataBySelf, clear the application data. 352 virtual int32_t ClearUpApplicationDataBySelf(int32_t callerUid, pid_t callerPid, int32_t userId = -1);
|
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/ |
H A D | mock_app_mgr_service.h | 58 MOCK_METHOD1(ClearUpApplicationDataBySelf, int32_t(int32_t userId));
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_client.cpp | 373 AppMgrResultCode AppMgrClient::ClearUpApplicationDataBySelf(int32_t userId) in ClearUpApplicationDataBySelf() function in OHOS::AppExecFwk::AppMgrClient 377 int32_t result = service->ClearUpApplicationDataBySelf(userId); in ClearUpApplicationDataBySelf()
|
H A D | app_mgr_stub.cpp | 443 int32_t result = ClearUpApplicationDataBySelf(userId); in HandleClearUpApplicationDataBySelf()
|
H A D | app_mgr_proxy.cpp | 164 int32_t AppMgrProxy::ClearUpApplicationDataBySelf(int32_t userId) in ClearUpApplicationDataBySelf() function in OHOS::AppExecFwk::AppMgrProxy
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 369 int32_t AppMgrService::ClearUpApplicationDataBySelf(int32_t userId) in ClearUpApplicationDataBySelf() function in OHOS::AppExecFwk::AppMgrService 376 return appMgrServiceInner_->ClearUpApplicationDataBySelf(uid, pid, userId); in ClearUpApplicationDataBySelf()
|
H A D | app_mgr_service_inner.cpp | 1702 int32_t AppMgrServiceInner::ClearUpApplicationDataBySelf(int32_t callerUid, pid_t callerPid, int32_t userId) in ClearUpApplicationDataBySelf() function in OHOS::AppExecFwk::AppMgrServiceInner 1719 "ClearUpApplicationDataBySelf"); in ClearUpApplicationDataBySelf()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | context_impl.cpp | 1441 int errCode = DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->ClearUpApplicationDataBySelf(); in ClearUpApplicationData()
|
Completed in 41 milliseconds