Home
last modified time | relevance | path

Searched refs:sizeStr (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/memmgr/common/src/
H A Dkernel_interface.cpp499 std::string sizeStr; in ReadSwapOutKBSinceKernelBoot() local
501 iss >> sizeStr >> unitStr; in ReadSwapOutKBSinceKernelBoot()
503 ret = std::strtoull(sizeStr.c_str(), nullptr, 10); // 10:Decimal in ReadSwapOutKBSinceKernelBoot()
506 HILOGE("parse [%{public}s] to unsigned long long error!", sizeStr.c_str()); in ReadSwapOutKBSinceKernelBoot()
/foundation/multimedia/player_framework/services/utils/
H A Duri_helper.cpp246 std::string_view sizeStr = uri.substr(delim2 + delim2Len); in ParseFdUri()
247 CHECK_AND_RETURN_RET_LOG(StrToInt(sizeStr, size_), false, "Invalid fd url"); in ParseFdUri()
/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_report_entity.cpp109 stringstream sizeStr(residue[keys.find(INFO_SIZE)->second]); in ParseReportInfo()
111 sizeStr >> size; in ParseReportInfo()
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dprop_n_operation.cpp304 auto [succStr, bundle, sizeStr] = jsBundleStr.ToUTF8String(); in DoUpdateTimer()
352 auto [succStr, bundle, sizeStr] = jsBundleStr.ToUTF8String(); in DoUpdateSendRate()
/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp1096 std::string sizeStr = uri.substr(pos3 + sizeof("&size")); in SetMediaSource() local
1099 int32_t size = stoi(sizeStr); in SetMediaSource()

Completed in 8 milliseconds