Searched defs:account_id (Results 1 – 4 of 4) sorted by relevance
/test/framework/harnesses/host_controller/build/ |
D | build_provider_pab.py | 214 def CallBuildsvc(self, method, params, account_id): argument 267 account_id, argument 361 def GetLatestBuildId(self, account_id, branch, target, method=GET): argument 400 self, account_id, build_id, branch, target, method=POST): argument 432 account_id, argument 517 account_id, argument 599 account_id, argument 695 def FetchLatestBuiltHCPackage(self, account_id, branch, target): argument
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_build.py | 46 def UpdateBuild(self, account_id, branch, targets, artifact_type, method, argument 118 def UpdateBuildLoop(self, account_id, branch, target, artifact_type, argument
|
D | command_config.py | 52 def UpdateConfig(self, account_id, branch, targets, config_type, method, argument 82 def FetchConfig(self, account_id, branch, target, config_type, method): argument 168 def UpdateConfigLoop(self, account_id, branch, target, config_type, method, argument
|
D | command_release.py | 149 def FetchVtslab(self, account_id, branch, target, bucket): argument 230 def ReleaseCallback(self, schedule_for, account_id, branch, target, dest, argument
|