• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright (c) 2022 Huawei Device Co., Ltd.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  *     http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 
16 #ifndef USERIDM_UT_TEST_H
17 #define USERIDM_UT_TEST_H
18 
19 void UserIDMUtTest_001(void);
20 void UserIDMUtTest_002(void);
21 void UserIDMUtTest_003(void);
22 void UserIDMUtTest_003b(void);
23 void UserIDMUtTest_003c(void);
24 void UserIDMUtTest_003d(void);
25 void UserIDMUtTest_004(void);
26 void UserIDMUtTest_004b(void);
27 void UserIDMUtTest_005(void);
28 void UserIDMUtTest_005b(void);
29 void UserIDMUtTest_005c(void);
30 void UserIDMUtTest_005d(void);
31 void UserIDMUtTest_006(void);
32 void UserIDMUtTest_006b(void);
33 void UserIDMUtTest_007(void);
34 void UserIDMUtTest_008(void);
35 void UserIDMUtTest_008b(void);
36 void UserIDMUtTest_009(void);
37 void UserIDMUtTest_009b(void);
38 void UserIDMUtTest_010(void);
39 void UserIDMUtTest_010b(void);
40 void UserIDMUtTest_011(void);
41 void UserIDMUtTest_011b(void);
42 void UserIDMUtTest_011c(void);
43 void UserIDMUtTest_011d(void);
44 
45 #endif