Home
last modified time | relevance | path

Searched defs:username (Results 1 – 4 of 4) sorted by relevance

/test/xts/tools/sample/AppSampleE/entry/src/main/ets/data/
DLoginResult.ts19 public username: string; property in LoginResult
/test/testfwk/xdevice/src/xdevice/_core/cluster/
Drunner.py85 def __prepare_git_project(self, url, username, password, branch): argument
123 def __prepare_svn_project(self, url, username, password): argument
Dmodels.py53 username: str = Field(default="", description="用户名") variable in Project
Dutils.py65 def __init__(self, url, username, password, project_path): argument