185d2f8c5Sopenharmony_ci/*
285d2f8c5Sopenharmony_ci * Copyright (c) 2022 Huawei Device Co., Ltd.
385d2f8c5Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License");
485d2f8c5Sopenharmony_ci * you may not use this file except in compliance with the License.
585d2f8c5Sopenharmony_ci * You may obtain a copy of the License at
685d2f8c5Sopenharmony_ci *
785d2f8c5Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0
885d2f8c5Sopenharmony_ci *
985d2f8c5Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software
1085d2f8c5Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS,
1185d2f8c5Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1285d2f8c5Sopenharmony_ci * See the License for the specific language governing permissions and
1385d2f8c5Sopenharmony_ci * limitations under the License.
1485d2f8c5Sopenharmony_ci */
1585d2f8c5Sopenharmony_ci
1685d2f8c5Sopenharmony_ci#ifndef IAM_TIME_H
1785d2f8c5Sopenharmony_ci#define IAM_TIME_H
1885d2f8c5Sopenharmony_ci
1985d2f8c5Sopenharmony_ci#include <string>
2085d2f8c5Sopenharmony_ci
2185d2f8c5Sopenharmony_cinamespace OHOS {
2285d2f8c5Sopenharmony_cinamespace UserIam {
2385d2f8c5Sopenharmony_cinamespace Common {
2485d2f8c5Sopenharmony_ciconst std::string GetNowTimeString();
2585d2f8c5Sopenharmony_ci} // namespace Common
2685d2f8c5Sopenharmony_ci} // namespace UserIam
2785d2f8c5Sopenharmony_ci} // namespace OHOS
2885d2f8c5Sopenharmony_ci
2985d2f8c5Sopenharmony_ci#endif // IAM_TIME_H