Home
last modified time | relevance | path

Searched refs:lenStr (Results 1 - 4 of 4) sorted by relevance

/base/startup/appspawn/service/hnp/base/
H A Dhnp_log.c35 int lenStr = strlen(str); in ReplaceSubstring() local
50 result = (char*)malloc(lenStr + (lenTo - lenFrom) * count + 1); in ReplaceSubstring()
60 if (strcpy_s(&result[j], lenStr + 1 - j, to) != EOK) { in ReplaceSubstring()
/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H A Dbundle_manager_adapter_proxy.cpp521 std::string lenStr; in GetParcelableFromAshmem() local
522 if (!ParseStr(dataStr, ASHMEM_LEN, offset, lenStr)) { in GetParcelableFromAshmem()
523 ACCOUNT_LOGE("Parse lenStr fail"); in GetParcelableFromAshmem()
529 if (!StrToInt(lenStr, strLen)) { in GetParcelableFromAshmem()
530 ACCOUNT_LOGE("Convert lenStr failed"); in GetParcelableFromAshmem()
653 std::string lenStr; in ParseAshmem() local
654 if (!ParseStr(dataStr, ASHMEM_LEN, offset, lenStr)) { in ParseAshmem()
658 if (!StrToInt(lenStr, strLen)) { in ParseAshmem()
659 ACCOUNT_LOGE("Convert lenStr failed"); in ParseAshmem()
/base/telephony/core_service/services/sim/src/
H A Dicc_operator_privilege_controller.cpp69 auto lenStr = s.substr(FST_POS + TAG_BYTES, LEN_BYTES); in IsOneTlvCompleted() local
71 std::from_chars(std::addressof(lenStr.front()), std::addressof(lenStr.back()), len, HEX); in IsOneTlvCompleted()
/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp102 std::string lenStr = ""; in GetContentLength() local
106 lenStr += readTempBuffer[lenIndex]; in GetContentLength()
110 contentLength = static_cast<size_t>(std::stoi(lenStr)); in GetContentLength()
116 PRINT_HILOGD("contentLength = %{public}s, %{public}lu", lenStr.c_str(), contentLength); in GetContentLength()

Completed in 4 milliseconds