1{ 2 "ut_export_003.d.ts": [ 3 { 4 "filePath": "ut_export_003.d.ts", 5 "apiType": "Method", 6 "definedText": "export function getUserName() {}", 7 "pos": { 8 "line": 19, 9 "character": 1 10 }, 11 "isExport": true, 12 "apiName": "getUserName", 13 "hierarchicalRelations": [ 14 "ut_export_003.d.ts", 15 "getUserName" 16 ], 17 "isStruct": false, 18 "syscap": "", 19 "currentVersion": "-1", 20 "jsDocText": "/*\r\n * Copyright (c) 2021-2023 Huawei Device Co., Ltd.\r\n * Licensed under the Apache License, Version 2.0 (the \"License\");\r\n * you may not use this file except in compliance with the License.\r\n * You may obtain a copy of the License at\r\n *\r\n * http://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n * Unless required by applicable law or agreed to in writing, software\r\n * distributed under the License is distributed on an \"AS IS\" BASIS,\r\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n * See the License for the specific language governing permissions and\r\n * limitations under the License.\r\n */\r\n\r\n/**\r\n * the ut for export\r\n */\r\n", 21 "isJoinType": false, 22 "genericInfo": [], 23 "jsDocInfos": [ 24 { 25 "description": "the ut for export", 26 "syscap": "", 27 "since": "-1", 28 "isForm": false, 29 "isCrossPlatForm": false, 30 "isSystemApi": false, 31 "modelLimitation": "", 32 "deprecatedVersion": "-1", 33 "useinstead": "", 34 "permissions": "", 35 "errorCodes": [], 36 "typeInfo": "", 37 "isConstant": false, 38 "isAtomicService": false, 39 "kit": "", 40 "isFile": false 41 } 42 ], 43 "callForm": "getUserName() {}", 44 "params": [], 45 "returnValue": [], 46 "isStatic": false, 47 "sync": "", 48 "returnValueType": -1, 49 "typeLocations": [], 50 "objLocations": [] 51 }, 52 { 53 "filePath": "ut_export_003.d.ts", 54 "apiType": "Method", 55 "definedText": "export function setName() {}", 56 "pos": { 57 "line": 20, 58 "character": 1 59 }, 60 "isExport": true, 61 "apiName": "setName", 62 "hierarchicalRelations": [ 63 "ut_export_003.d.ts", 64 "setName" 65 ], 66 "isStruct": false, 67 "syscap": "", 68 "currentVersion": "-1", 69 "jsDocText": "\r\n", 70 "isJoinType": false, 71 "genericInfo": [], 72 "jsDocInfos": [], 73 "callForm": "setName() {}", 74 "params": [], 75 "returnValue": [], 76 "isStatic": false, 77 "sync": "", 78 "returnValueType": -1, 79 "typeLocations": [], 80 "objLocations": [] 81 }, 82 { 83 "filePath": "ut_export_003.d.ts", 84 "apiType": "Export", 85 "definedText": "export { getUserName as get, setName as set };", 86 "pos": { 87 "line": 21, 88 "character": 1 89 }, 90 "isExport": false, 91 "apiName": "export_get_set", 92 "hierarchicalRelations": [ 93 "ut_export_003.d.ts", 94 "export_get_set" 95 ], 96 "isStruct": false, 97 "syscap": "", 98 "currentVersion": "-1", 99 "jsDocText": "", 100 "isJoinType": false, 101 "genericInfo": [], 102 "exportValues": [ 103 { 104 "key": "get", 105 "value": "getUserName" 106 }, 107 { 108 "key": "set", 109 "value": "setName" 110 } 111 ] 112 } 113 ] 114}