Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TestToolChainDemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
dsq
TestToolChainDemo
Commits
e493bea1
Commit
e493bea1
authored
Apr 02, 2026
by
qq_38816927
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试用法
parent
1e6d01dc
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
0 deletions
+26
-0
FindUses1.ets
harmonyApp/entry/src/main/ets/pages/FindUses1.ets
+6
-0
FindUses2.ets
harmonyApp/entry/src/main/ets/pages/FindUses2.ets
+6
-0
FindUses3.ets
harmonyApp/entry/src/main/ets/pages/FindUses3.ets
+6
-0
Index.ets
harmonyApp/entry/src/main/ets/pages/Index.ets
+8
-0
No files found.
harmonyApp/entry/src/main/ets/pages/FindUses1.ets
0 → 100644
View file @
e493bea1
import {testFindUsages} from "./Index"
export function testUse1(): void {
testFindUsages()
}
\ No newline at end of file
harmonyApp/entry/src/main/ets/pages/FindUses2.ets
0 → 100644
View file @
e493bea1
import {testFindUsages} from "./Index"
export function testUse2(): void {
testFindUsages()
}
harmonyApp/entry/src/main/ets/pages/FindUses3.ets
0 → 100644
View file @
e493bea1
import {testFindUsages} from "./Index"
export function testUse3(): void {
testFindUsages()
}
\ No newline at end of file
harmonyApp/entry/src/main/ets/pages/Index.ets
View file @
e493bea1
...
...
@@ -111,5 +111,13 @@ function testRepair(){
}
//测试Find Usages
export function testFindUsages(){
//测试引用
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment