diff --git a/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_mgr_client.h b/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_mgr_client.h index 6aaf3f3bef..bd4335264b 100644 --- a/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_mgr_client.h +++ b/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_mgr_client.h @@ -13,8 +13,8 @@ * limitations under the License. */ -#ifndef MOCK_OHOS_ABILITY_RUNTIME_APP_MGR_CLIENT_H -#define MOCK_OHOS_ABILITY_RUNTIME_APP_MGR_CLIENT_H +#ifndef OHOS_ABILITY_RUNTIME_APP_MGR_CLIENT_H +#define OHOS_ABILITY_RUNTIME_APP_MGR_CLIENT_H #include "iremote_object.h" #include "refbase.h" @@ -173,4 +173,4 @@ private: }; } // namespace AppExecFwk } // namespace OHOS -#endif // MOCK_OHOS_ABILITY_RUNTIME_APP_MGR_CLIENT_H +#endif // OHOS_ABILITY_RUNTIME_APP_MGR_CLIENT_H diff --git a/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_mgr_interface.h b/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_mgr_interface.h index 3cf2fb56ef..9c02695f22 100644 --- a/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_mgr_interface.h +++ b/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_mgr_interface.h @@ -13,8 +13,8 @@ * limitations under the License. */ -#ifndef MOCK_OHOS_ABILITY_RUNTIME_APP_MGR_INTERFACE_H -#define MOCK_OHOS_ABILITY_RUNTIME_APP_MGR_INTERFACE_H +#ifndef OHOS_ABILITY_RUNTIME_APP_MGR_INTERFACE_H +#define OHOS_ABILITY_RUNTIME_APP_MGR_INTERFACE_H #include "iremote_broker.h" #include "iremote_object.h" @@ -155,4 +155,4 @@ public: } // namespace AppExecFwk } // namespace OHOS -#endif // MOCK_OHOS_ABILITY_RUNTIME_APP_MGR_INTERFACE_H +#endif // OHOS_ABILITY_RUNTIME_APP_MGR_INTERFACE_H diff --git a/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_process_data.h b/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_process_data.h index 3b01a473ba..88c807792e 100644 --- a/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_process_data.h +++ b/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_process_data.h @@ -13,8 +13,8 @@ * limitations under the License. */ -#ifndef MOCK_OHOS_ABILITY_RUNTIME_APP_PROCESS_DATA_H -#define MOCK_OHOS_ABILITY_RUNTIME_APP_PROCESS_DATA_H +#ifndef OHOS_ABILITY_RUNTIME_APP_PROCESS_DATA_H +#define OHOS_ABILITY_RUNTIME_APP_PROCESS_DATA_H #include #include "parcel.h" @@ -53,4 +53,4 @@ struct AppProcessData : public Parcelable { }; } // namespace AppExecFwk } // namespace OHOS -#endif // MOCK_OHOS_ABILITY_RUNTIME_APP_PROCESS_DATA_H +#endif // OHOS_ABILITY_RUNTIME_APP_PROCESS_DATA_H diff --git a/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_state_callback_host.h b/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_state_callback_host.h index f348caf140..144c64e468 100644 --- a/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_state_callback_host.h +++ b/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/app_state_callback_host.h @@ -13,8 +13,8 @@ * limitations under the License. */ -#ifndef MOCK_OHOS_ABILITY_RUNTIME_APP_STATE_CALLBACK_HOST_H -#define MOCK_OHOS_ABILITY_RUNTIME_APP_STATE_CALLBACK_HOST_H +#ifndef OHOS_ABILITY_RUNTIME_APP_STATE_CALLBACK_HOST_H +#define OHOS_ABILITY_RUNTIME_APP_STATE_CALLBACK_HOST_H #include #include "iremote_stub.h" @@ -60,4 +60,4 @@ private: }; } // namespace AppExecFwk } // namespace OHOS -#endif // MOCK_OHOS_ABILITY_RUNTIME_APP_STATE_CALLBACK_HOST_H +#endif // OHOS_ABILITY_RUNTIME_APP_STATE_CALLBACK_HOST_H diff --git a/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/iapp_state_callback.h b/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/iapp_state_callback.h deleted file mode 100644 index 9c62299c6b..0000000000 --- a/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/iapp_state_callback.h +++ /dev/null @@ -1,53 +0,0 @@ -/* - * Copyright (c) 2021 Huawei Device Co., Ltd. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#ifndef MOCK_OHOS_ABILITY_RUNTIME_IAPP_STATE_CALLBACK_H -#define MOCK_OHOS_ABILITY_RUNTIME_IAPP_STATE_CALLBACK_H - -#include "iremote_broker.h" -#include "iremote_object.h" - -#include "app_mgr_constants.h" -#include "app_process_data.h" - -namespace OHOS { -namespace AppExecFwk { -class IAppStateCallback : public IRemoteBroker { -public: - DECLARE_INTERFACE_DESCRIPTOR(u"ohos.appexecfwk.AppStateCallback"); - - /** - * Application state changed callback. - * - * @param appProcessData Process data - */ - virtual void OnAppStateChanged(const AppProcessData &appProcessData) = 0; - - /** - * AbilityMgr's request is done. - * - * @param token Ability token. - * @param state Application state. - */ - virtual void OnAbilityRequestDone(const sptr &token, const AbilityState state) = 0; - - enum class Message { - TRANSACT_ON_APP_STATE_CHANGED = 0, - TRANSACT_ON_ABILITY_REQUEST_DONE, - }; -}; -} // namespace AppExecFwk -} // namespace OHOS -#endif // MOCK_OHOS_ABILITY_RUNTIME_IAPP_STATE_CALLBACK_H