Searched refs:N_DEC (Results 1 - 9 of 9) sorted by relevance
/base/startup/init/interfaces/innerkits/file/ |
H A D | init_file.c | 27 #define N_DEC 10 macro 43 int fd = strtol(val, NULL, N_DEC); in GetControlFile()
|
/base/startup/init/interfaces/innerkits/socket/ |
H A D | init_socket.c | 24 #define N_DEC 10 macro 34 int fd = strtol(val, NULL, N_DEC); in GetControlFromEnv()
|
/base/update/updater/services/applypatch/ |
H A D | transfer_manager.cpp | 65 transferParams_->version = Utils::String2Int<size_t>(*ct++, Utils::N_DEC);
in InitCommandParser() 66 transferParams_->blockCount = Utils::String2Int<size_t>(*ct++, Utils::N_DEC);
in InitCommandParser() 67 transferParams_->maxEntries = Utils::String2Int<size_t>(*ct++, Utils::N_DEC);
in InitCommandParser() 68 transferParams_->maxBlocks = Utils::String2Int<size_t>(*ct++, Utils::N_DEC);
in InitCommandParser()
|
H A D | command_process.cpp | 132 size_t srcBlockSize = String2Int<size_t>(blockLen, N_DEC);
in LoadTarget() 171 size_t offset = Utils::String2Int<size_t>(params.GetArgumentByPos(pos++), Utils::N_DEC);
in Execute() 172 size_t patchLength = Utils::String2Int<size_t>(params.GetArgumentByPos(pos++), Utils::N_DEC);
in Execute()
|
H A D | block_set.cpp | 102 blockPairSize = String2Int<unsigned long long int>(*bp, N_DEC);
in ParserAndInsert() 110 size_t first = String2Int<size_t>(*bp++, N_DEC);
in ParserAndInsert() 111 size_t second = String2Int<size_t>(*bp, N_DEC);
in ParserAndInsert()
|
/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_update_verify.cpp | 50 int hmpApiVersion = Utils::String2Int<int>(apiVersion, Utils::N_DEC); in CheckApiVersion()
|
H A D | module_file.cpp | 133 versionInfo.hotApply = Utils::String2Int<int>(hotApply.value(), Utils::N_DEC); in ParseHmpVersionInfo() 141 versionInfo.apiVersion = Utils::String2Int<int>(apiVersion.value(), Utils::N_DEC); in ParseHmpVersionInfo()
|
H A D | module_utils.cpp | 331 return Utils::String2Int<int>(apiVersion, Utils::N_DEC); in GetDeviceApiVersion()
|
/base/update/updater/utils/include/ |
H A D | utils.h | 30 constexpr int N_DEC = 10; member
|
Completed in 5 milliseconds