/* * Copyright (c) 2023 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 OHOS_GLOBAL_I18N_SERVICE_TEST_H #define OHOS_GLOBAL_I18N_SERVICE_TEST_H namespace OHOS { namespace Global { namespace I18n { int I18nServiceFuncTest001(void); int I18nServiceFuncTest002(void); int I18nServiceFuncTest003(void); int I18nServiceFuncTest004(void); int I18nServiceFuncTest005(void); int I18nServiceFuncTest006(void); int I18nServiceFuncTest007(void); int I18nServiceFuncTest008(void); int I18nServiceFuncTest009(void); int I18nServiceFuncTest010(void); int I18nServiceFuncTest011(void); int I18nServiceFuncTest012(void); int I18nServiceFuncTest013(void); int I18nServiceFuncTest014(void); int I18nServiceFuncTest015(void); int I18nServiceFuncTest016(void); int I18nServiceFuncTest017(void); int I18nServiceFuncTest018(void); int I18nServiceFuncTest019(void); int I18nServiceFuncTest020(void); int I18nServiceFuncTest021(void); int I18nServiceFuncTest022(void); int I18nServiceFuncTest023(void); int I18nServiceFuncTest024(void); int I18nServiceFuncTest025(void); int I18nServiceFuncTest026(void); int I18nServiceFuncTest027(void); int I18nServiceFuncTest028(void); } // namespace I18n } // namespace Global } // namespace OHOS #endif // OHOS_GLOBAL_I18N_SERVICE_TEST_H