/* * 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. */ #ifndef USERIDM_UT_TEST_H #define USERIDM_UT_TEST_H void UserIDMUtTest_001(void); void UserIDMUtTest_002(void); void UserIDMUtTest_003(void); void UserIDMUtTest_003b(void); void UserIDMUtTest_003c(void); void UserIDMUtTest_003d(void); void UserIDMUtTest_004(void); void UserIDMUtTest_004b(void); void UserIDMUtTest_005(void); void UserIDMUtTest_005b(void); void UserIDMUtTest_005c(void); void UserIDMUtTest_005d(void); void UserIDMUtTest_006(void); void UserIDMUtTest_006b(void); void UserIDMUtTest_007(void); void UserIDMUtTest_008(void); void UserIDMUtTest_008b(void); void UserIDMUtTest_009(void); void UserIDMUtTest_009b(void); void UserIDMUtTest_010(void); void UserIDMUtTest_010b(void); void UserIDMUtTest_011(void); void UserIDMUtTest_011b(void); void UserIDMUtTest_011c(void); void UserIDMUtTest_011d(void); #endif