Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Trim
(Results
1 - 25
of
29
) sorted by relevance
1
2
/base/update/updateservice/services/firmware/upgrade/status/src/
H
A
D
firmware_result_process.cpp
50
StringUtils::
Trim
(value);
in ParseResult()
130
StringUtils::
Trim
(updateResult.spath);
in ParseUpdaterResultRecord()
131
StringUtils::
Trim
(updateResult.result);
in ParseUpdaterResultRecord()
132
StringUtils::
Trim
(updateResult.reason);
in ParseUpdaterResultRecord()
/base/startup/init/test/moduletest/
H
A
D
test_utils.h
24
std::string
Trim
(const std::string &str);
H
A
D
test_utils.cpp
71
std::string
Trim
(const std::string &str)
in Trim()
function
/base/telephony/core_service/utils/vcard/src/
H
A
D
vcard_decoder_v21.cpp
143
VCardUtils::EqualsIgnoreCase(VCardUtils::
Trim
(strArr[0]), VCARD_TYPE_BEGIN) &&
in ReadBegin()
144
VCardUtils::EqualsIgnoreCase(VCardUtils::
Trim
(strArr[1]), DATA_VCARD)) {
in ReadBegin()
322
line = VCardUtils::
Trim
(line);
in GetNonEmptyLine()
419
std::string name = VCardUtils::ToUpper(VCardUtils::
Trim
(strs[0]));
420
std::string value = VCardUtils::
Trim
(strs[1]);
634
if (!VCardUtils::EndWith(VCardUtils::
Trim
(firstStr), "=")) {
in GetQuotedPrintableValue()
635
target += VCardUtils::
Trim
(firstStr);
in GetQuotedPrintableValue()
638
target += VCardUtils::
Trim
(firstStr) + "\r\n";
in GetQuotedPrintableValue()
646
if (!VCardUtils::EndWith(VCardUtils::
Trim
(line), "=")) {
in GetQuotedPrintableValue()
647
target += VCardUtils::
Trim
(lin
in GetQuotedPrintableValue()
[all...]
H
A
D
vcard_decoder_v30.cpp
78
return VCardUtils::
Trim
(ret);
in GetNonEmptyLine()
89
std::string name = VCardUtils::ToUpper(VCardUtils::
Trim
(strs[0]));
in DealParams()
90
std::string value = VCardUtils::
Trim
(strs[1]);
in DealParams()
H
A
D
vcard_constructor.cpp
348
VCardUtils::
Trim
(number);
in ConstructPhones()
476
VCardUtils::
Trim
(email);
in ConstructEmails()
613
VCardUtils::
Trim
(company);
in ConstructOrganizations()
620
VCardUtils::
Trim
(title);
in ConstructOrganizations()
640
VCardUtils::
Trim
(website);
in ConstructWebsites()
687
VCardUtils::
Trim
(note);
in ConstructNotes()
728
VCardUtils::
Trim
(birthdayDate);
in ConstructEvents()
746
VCardUtils::
Trim
(groupName);
in ConstructGroups()
/base/update/updater/services/
H
A
D
updater.cpp
56
using Updater::Utils::
Trim
;
305
auto outputInfo =
Trim
(output[1]);
in SetProgress()
340
auto outputHeader =
Trim
(output[0]);
in HandleChildOutput()
342
auto outputInfo =
Trim
(output[1]);
in HandleChildOutput()
346
auto outputInfo =
Trim
(output[1]);
in HandleChildOutput()
349
auto outputInfo =
Trim
(output[1]);
in HandleChildOutput()
352
auto outputInfo =
Trim
(output[1]);
in HandleChildOutput()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H
A
D
dfx_config.cpp
139
Trim
(key);
in ReadConfig()
140
Trim
(value);
in ReadConfig()
/base/telephony/core_service/test/fuzztest/isshowableasciionly_fuzzer/
H
A
D
isshowableasciionly_fuzzer.cpp
43
simUtils->
Trim
(str);
in DoSomethingInterestingWithMyAPI()
/base/update/updater/test/unittest/utils/
H
A
D
utils_unittest.cpp
39
string emptyStr = Utils::
Trim
("");
in HWTEST_F()
41
emptyStr = Utils::
Trim
(" ");
in HWTEST_F()
43
emptyStr = Utils::
Trim
("aa ");
in HWTEST_F()
/base/update/updater/test/fuzztest/updaterutils_fuzzer/
H
A
D
updater_utils_fuzzer.cpp
47
Utils::
Trim
("");
in TestTrim()
48
Utils::
Trim
(" ");
in TestTrim()
49
Utils::
Trim
("aa ");
in TestTrim()
50
Utils::
Trim
(std::string(reinterpret_cast<const char*>(data), size));
in TestTrim()
/base/powermgr/thermal_manager/application/protector/include/
H
A
D
thermal_sensor_provision.h
60
void
Trim
(char* str) const;
/base/global/i18n/frameworks/intl/src/
H
A
D
holiday_manager.cpp
172
line =
Trim
(line);
in ReadHolidayFile()
178
line =
Trim
(line);
in ReadHolidayFile()
223
std::string& HolidayManager::
Trim
(std::string &str)
in Trim()
function in OHOS::Global::HolidayManager
/base/powermgr/battery_manager/charger/src/
H
A
D
power_supply_provider.cpp
59
inline void PowerSupplyProvider::
Trim
(char* str)
in Trim()
function in OHOS::PowerMgr::PowerSupplyProvider
125
Trim
(buf);
in ReadSysfsFile()
320
Trim
(buf);
in ParseChargeState()
/base/global/i18n/frameworks/intl/include/
H
A
D
holiday_manager.h
66
static std::string&
Trim
(std::string &str);
/base/hiviewdfx/faultloggerd/common/dfxutil/
H
A
D
string_util.h
78
inline void
Trim
(std::string& str)
in Trim()
function
/base/powermgr/battery_manager/charger/include/
H
A
D
power_supply_provider.h
59
static inline void
Trim
(char* str);
/base/telephony/core_service/services/sim/include/
H
A
D
sim_utils.h
84
static std::string
Trim
(std::string& str);
/base/powermgr/thermal_manager/application/protector/src/
H
A
D
thermal_sensor_provision.cpp
91
Trim
(buf);
in ReadSysfsFile()
97
inline void ThermalSensorProvision::
Trim
(char* str) const
in Trim()
function in OHOS::PowerMgr::ThermalSensorProvision
/base/telephony/core_service/utils/vcard/include/
H
A
D
vcard_utils.h
28
static std::string
Trim
(std::string &str);
/base/update/updateservice/foundations/ability/utils/include/
H
A
D
string_utils.h
46
static inline void
Trim
(std::string &inputStr)
in Trim()
function in OHOS::UpdateEngine::StringUtils
/base/update/updater/utils/include/
H
A
D
utils.h
65
std::string
Trim
(const std::string &str);
/base/update/updater/services/flashd/daemon/
H
A
D
daemon.cpp
93
enableSecure = (Base::
Trim
(secure) == "1");
in InitMod()
/base/telephony/core_service/services/sim/src/
H
A
D
icc_dialling_numbers_handler.cpp
650
std::string &&name = SIMUtils::
Trim
(nameTemp);
in FormatNameAndNumber()
651
std::string &&number = SIMUtils::
Trim
(numberTemp);
in FormatNameAndNumber()
/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H
A
D
vcard_fuzzer.cpp
307
VCardUtils::
Trim
(fuzzdata);
in VCardUtilsTest()
Completed in 13 milliseconds
1
2