Searched refs:dstStr (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | js_inspector_manager.cpp | 501 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 D | accessibility_node_manager.cpp | 156 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 D | nstackx_dfinder_mgt_msg_log.c | 124 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