Home
last modified time | relevance | path

Searched defs:strTemp (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/drivers/peripheral/audio/test/sample/
H A Dframework_event.c92 char strTemp[AUDIO_PNP_MSG_LEN_MAX] = {0}; in AudioGetServiceStatus() local
183 char strTemp[AUDIO_PNP_MSG_LEN_MAX] = {0}; in AudioGetLoadStatus() local
262 char strTemp[AUDIO_PNP_MSG_LEN_MAX] = {0}; in AudioGetUsbPnpStatus() local
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_string_test.cpp62 string strTemp = "STRBASE"; variable
74 string strTemp = ""; variable
90 string strTemp = "strbase"; variable
102 string strTemp = ""; variable
120 string strTemp = "test with replace"; variable
153 string strTemp = "test for trim"; variable
161 string strTemp = "es"; variable
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/
H A Dringtone_metadata_extractor.cpp53 string strTemp = resultMap.at(Media::AV_KEY_DURATION); in PopulateExtractedAVMetadataOne() local
68 string strTemp = resultMap.at(Media::AV_KEY_DATE_TIME_FORMAT); in PopulateExtractedAVMetadataTwo() local
/ohos5.0/base/telephony/sms_mms/utils/
H A Dstring_utils.cpp95 long strTemp = strtol(byte.c_str(), nullptr, hexDecimal); in HexToString() local
141 std::string strTemp = TrimStr(str); in IsEmpty() local
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/
H A Dstring_benchmark_test.cpp77 string strTemp = "STRBASE"; in BENCHMARK_F() local
93 string strTemp = ""; in BENCHMARK_F() local
113 string strTemp = "strbase"; in BENCHMARK_F() local
129 string strTemp = ""; in BENCHMARK_F() local
151 string strTemp = "test with replace"; in BENCHMARK_F() local
188 string strTemp = "test for trim"; in BENCHMARK_F() local
200 string strTemp = "es"; in BENCHMARK_F() local
/ohos5.0/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_common_utils.cpp43 std::string strTemp = str; in Ipv4Anonymize() local
84 std::string strTemp = ""; in IntIpv4ToAnonymizeStr() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_function.cpp349 std::string strTemp = ""; in AddFileLineData() local
380 std::string strTemp = ""; in DelFileLineData() local
412 std::string strTemp = ""; in ModifyFileLineData() local
H A Ddhcp_server_service_impl.cpp595 std::string strTemp = ""; in GetDhcpClientInfos() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dborder_property_test_ng.cpp301 const string strTemp = "leftColor: [NA]rightColor: [NA]topColor: [NA]bottomColor: [NA]"; variable
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dstring_utils.cpp97 long strTemp = strtol(byte.c_str(), nullptr, hexDecimal); in HexToString() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata_extractor.cpp414 string strTemp = resultMap.at(AV_KEY_ALBUM); in PopulateExtractedAVMetadataOne() local
453 string strTemp = resultMap.at(AV_KEY_DATE_TIME_FORMAT); in PopulateExtractedAVMetadataTwo() local
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_handler.cpp321 std::string strTemp = ""; in DecodeXWapAbandonHeaderValue() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/dump/src/
H A Dcamera_dump.cpp104 std::string strTemp; in ReadDumpConfig() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style_parser.cpp355 std::stringstream strTemp; in UnParseFontFeatureSetting() local
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.cpp1011 void XmlPullParser::Replace(std::string& strTemp, std::string strSrc, std::string strDes) const in Replace()
1368 std::string strTemp = ParseDelimiterInfo(tagText_.END_COMMENT, returnText); in ParseComment() local
1613 std::string strTemp = text_; in ParseText() local
/ohos5.0/foundation/communication/wifi/wifi/base/utils/
H A Dwifi_app_parser.cpp346 std::string strTemp = ""; in GetCloudPushFileVersion() local
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/
H A Djs_convertxml.cpp607 std::string strTemp = reinterpret_cast<char*>(curContent); in DealCDataInfo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp646 std::string strTemp = ""; in Abstract() local
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp635 int strTemp = CheckDataLegalHex(byte); in HexToString() local
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.cpp1810 std::string strTemp = "xml version"; variable