Home
last modified time | relevance | path

Searched refs:dstStr (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp501 std::string dstStr; in ConvertStrToPropertyType() local
503 dstStr = regex_replace(typeValue, regex, "-$1"); in ConvertStrToPropertyType()
504 std::transform(dstStr.begin(), dstStr.end(), dstStr.begin(), ::tolower); in ConvertStrToPropertyType()
505 return dstStr; in ConvertStrToPropertyType()
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.cpp156 std::string dstStr; in ConvertStrToPropertyType() local
158 dstStr = regex_replace(typeValue, regex, "-$1"); in ConvertStrToPropertyType()
159 std::transform(dstStr.begin(), dstStr.end(), dstStr.begin(), ::tolower); in ConvertStrToPropertyType()
160 return dstStr; in ConvertStrToPropertyType()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_dfinder_mgt_msg_log.c124 static int32_t GetAnonymizedDeviceId(char *srcStr, char *dstStr, size_t dstLen) in GetAnonymizedDeviceId() argument
130 DUMP_MSG_ADD_CHECK(ret, dstStr, wroteLen, dstLen, "%.*s******", len, srcStr); in GetAnonymizedDeviceId()

Completed in 6 milliseconds