Home
last modified time | relevance | path

Searched refs:Trim (Results 1 - 11 of 11) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dcert_dn_utils.cpp29 if (StringUtils::Trim(pair).size() == 0) { in g_checkDn()
36 kvPair[0] = StringUtils::Trim(kvPair[0]); in g_checkDn()
37 kvPair[1] = StringUtils::Trim(kvPair[1]); in g_checkDn()
H A Dstring_utils.cpp56 std::string StringUtils::Trim(const std::string& str) in Trim() function in OHOS::SignatureTools::StringUtils
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H A Dparams_trust_list.cpp50 subParam = StringUtils::Trim(subParam); in PutTrustMap()
67 std::string params = StringUtils::Trim(str); in ReadHelpParam()
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dstring_utils.h36 static std::string Trim(const std::string& str);
/developtools/hdc/src/daemon/
H A Dmain.cpp68 workMode = Base::Trim(workMode); in ForkChildCheck()
H A Ddaemon.cpp166 enableSecure = ((Base::Trim(secure) == "1") && (Base::Trim(authbypass) != "1")); in InitMod()
675 return Base::Trim(authbypass) == "1"; in InitMod()
/developtools/hdc/src/common/
H A Dbase.h148 // Trim from right side
155 // Trim from left side
162 // Trim from both sides
163 inline string &Trim(string &s, const string &w = WHITE_SPACES) in Trim() function
175 // Trim from both sides and paired
H A Dbase.cpp2296 // Trim from both sides and paired
2303 cmd = Trim(cmd); in ShellCmdTrim()
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
H A Dsteps_gitee.go147 num, err := strconv.Atoi(strings.Trim(regexp.MustCompile(`!\d+ `).FindString(mr.Commit.Message), "! "))
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCsr/
H A Dgenerate_csr_test.cpp638 * @tc.desc: Test function of StringUtils::Trim() interface for SUCCESS.
645 std::string str1 = StringUtils::Trim(str); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateKeyPair/
H A Doptions_test.cpp1892 std::string params = StringUtils::Trim(str); in HWTEST_F()

Completed in 13 milliseconds