/developtools/integration_verification/tools/fotff/vcs/ |
H A D | manifest.go | 28 XMLName xml.Name `xml:"manifest"` 35 Name string `xml:"name,attr"` 47 XMLName xml.Name `xml:"project"` 48 Name string `xml:"name,attr"` 69 return fmt.Sprintf("<%s>", p.Name) 79 return p.Name != p2.Name || p.Path != p2.Path || p.Remote != p2.Remote 83 return p.Name == p2.Name && p.Path == p2.Path && p.Remote == p2.Remote && p.Revision == p2.Revision 114 if m2.Projects[j].Name [all...] |
/developtools/integration_verification/tools/fotff/rec/ |
H A D | report.go | 101 if err := c.Compress(utils.LogFile.Name(), utils.LogFile.Name()+".tgz"); err != nil { 102 logrus.Errorf("failed to compress %s: %v", utils.LogFile.Name(), err) 104 attrs = append(attrs, utils.LogFile.Name()+".tgz") 108 if err := c.Compress(utils.StdoutFile.Name(), utils.StdoutFile.Name()+".tgz"); err != nil { 109 logrus.Errorf("failed to compress %s: %v", utils.StdoutFile.Name(), err) 111 attrs = append(attrs, utils.StdoutFile.Name()+".tgz")
|
/developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
H A D | common.go | 65 path := filepath.Join(m.Workspace, e.Name()) 86 if e.Name() == "manifest_tag.xml" || e.Name() == "__last_issue__" { 89 if err := os.RemoveAll(filepath.Join(path, e.Name())); err != nil { 90 logrus.Errorf("remove %s fail: %v", filepath.Join(path, e.Name()), err) 133 ti, _ := parseTime(files[i].Name()) 134 tj, _ := parseTime(files[j].Name())
|
H A D | steps_gitee.go | 119 p1, err = gitee.GetBetweenTimeMRs("openharmony", update.P1.Name, branch, startTime, endTime) 124 p2, err = gitee.GetBetweenTimeMRs("openharmony", update.P2.Name, branch, startTime, endTime) 132 Repo: update.P2.Name, 272 lastCommit, err := gitee.GetLatestMRBefore("openharmony", pu.P2.Name, branch, commit.Commit.Committer.Date) 289 m[p.Name] = vcs.ProjectUpdate{P1: &p, P2: m[p.Name].P2} 293 m[p.Name] = vcs.ProjectUpdate{P1: m[p.Name].P1, P2: &p} 344 newManifest.UpdateManifestProject(u.P2.Name, u.P2.Path, u.P2.Remote, u.P2.Revision, true) 346 newManifest.RemoveManifestProject(u.P1.Name) [all...] |
/developtools/hiperf/src/ |
H A D | command.cpp | 57 HLOGD("OnSubCommandOptions -> %s", subCommand->Name().c_str()); in DispatchCommands() 64 HLOGD("OnSubCommand -> %s", subCommand->Name().c_str()); in DispatchCommands() 66 printf("subcommand '%s' failed\n", subCommand->Name().c_str()); in DispatchCommands()
|
H A D | subcommand_help.cpp | 58 printf("\t%s:\t%s\n", command.second->Name().c_str(), command.second->Brief().c_str()); in OnHelp()
|
/developtools/hiperf/test/unittest/common/native/ |
H A D | subcommand_test.cpp | 104 EXPECT_EQ(SubCommand::FindSubCommand(TEST_CMD_1)->Name(), TEST_CMD_1); in HWTEST_F() 109 EXPECT_EQ(SubCommand::FindSubCommand(TEST_CMD_2)->Name(), TEST_CMD_2); in HWTEST_F() 114 EXPECT_EQ(SubCommand::FindSubCommand(TEST_CMD_3)->Name(), TEST_CMD_3); in HWTEST_F()
|
H A D | command_test.cpp | 57 ASSERT_TRUE(SubCommand::RegisterSubCommand(subCommandAlwaysTure.get()->Name(), in SetUp() 59 ASSERT_TRUE(SubCommand::RegisterSubCommand(subCommandAlwaysFalse.get()->Name(), in SetUp()
|
/developtools/integration_verification/tools/fotff/tester/xdevice/ |
H A D | xdevice.go | 44 XMLName xml.Name `xml:"testsuites"` 47 Name string `xml:"name,attr"` 158 ret = append(ret, tester.Result{TestCaseName: c.Name, Status: status})
|
/developtools/integration_verification/tools/fotff/vcs/gitee/ |
H A D | branch.go | 26 Name string `json:"name"`
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/ |
H A D | demo_meta_table.cpp | 47 sqlite3_result_text(demoContext_, demoDataCache_->GetConstMetaData().Name(CurrentRow()).c_str(), in Column()
|
/developtools/smartperf_host/trace_streamer/src/table/base/ |
H A D | meta_table.cpp | 46 sqlite3_result_text(context_, dataCache_->GetConstMetaData().Name(CurrentRow()).c_str(), STR_DEFAULT_LEN, in Column()
|
/developtools/hdc/src/common/ |
H A D | header.h | 103 std::string Name();
|
H A D | header.cpp | 47 std::string Header::Name() in Name() function in Hdc::Header
|
H A D | entry.cpp | 92 auto name = this->prefix + this->header.Name(); in GetName()
|
/developtools/hiperf/include/ |
H A D | subcommand.h | 33 const std::string &Name() const in Name() function in OHOS::Developtools::HiPerf::SubCommand
|
/developtools/integration_verification/tools/fotff/tester/pkg_available/ |
H A D | pkg_available.go | 63 if strings.HasSuffix(e.Name(), ".img") {
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/ |
H A D | trace_stdtype.cpp | 113 const std::string &MetaData::Name(uint64_t row) const in Name() function in SysTuning::TraceStdtype::MetaData
|
H A D | trace_stdtype.h | 131 const std::string &Name(uint64_t row) const;
|
/developtools/smartperf_host/ide/server/ |
H A D | main.go | 99 subject := pkix.Name{ 458 if checkDue(d.Name()) { 459 fmt.Println(now, "delete->", path, d.Name(), err)
|
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ |
H A D | common_stdtype.h | 99 const std::string &Name(uint64_t row) const;
|
H A D | common_stdtype.cpp | 78 const std::string &MetaData::Name(uint64_t row) const in Name() function in SysTuning::TraceStdtype::MetaData
|