Searched refs:sizeStr (Results 1 - 5 of 5) sorted by relevance
/foundation/resourceschedule/memmgr/common/src/ |
H A D | kernel_interface.cpp | 499 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 D | uri_helper.cpp | 246 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 D | b_report_entity.cpp | 109 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 D | prop_n_operation.cpp | 304 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 D | player_server.cpp | 1096 std::string sizeStr = uri.substr(pos3 + sizeof("&size")); in SetMediaSource() local 1099 int32_t size = stoi(sizeStr); in SetMediaSource()
|
Completed in 8 milliseconds