Files
arkui_ui_appearance/test/mock/mock_app_mgr_proxy.cpp
wlh2624 3fa06a858b uiAppearance支持多用户配置
Signed-off-by: wlh2624 <1968860844@qq.com>
Change-Id: I17b6e96f230c671613767e433613b0cec31da84a
2024-08-26 12:15:15 +08:00

26 lines
833 B
C++

/*
* Copyright (c) 2022 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.
*/
#include "app_mgr_proxy.h"
namespace OHOS {
namespace AppExecFwk {
int32_t AppMgrProxy::UpdateConfiguration(const Configuration& config, const int32_t userId)
{
return 0;
}
} // namespace AppExecFwk
} // namespace OHOS