Home
last modified time | relevance | path

Searched refs:lastIndex (Results 1 - 3 of 3) sorted by relevance

/base/update/updater/services/flow_update/update_bin/
H A Dbin_flow_update.cpp140 static int lastIndex = 0; in GetDataWriter() local
142 lastIndex++; in GetDataWriter()
143 lastPartition = partition + std::to_string(lastIndex); in GetDataWriter()
146 lastIndex = 0; in GetDataWriter()
/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp61 auto lastIndex = jsonPath.rfind('/'); in GetResKey() local
62 if (lastIndex < 1) { in GetResKey()
65 auto secondLastIndex = jsonPath.rfind('/', lastIndex - 1); in GetResKey()
70 if (lastIndex == std::string::npos || secondLastIndex == std::string::npos in GetResKey()
/base/security/security_guard/services/data_collect/sa/
H A Ddata_collect_manager_service.cpp262 size_t lastIndex = curIndex + MAX_DISTRIBUTE_LENS; in PushDataCollectTask()
267 while (lastIndex < maxIndex) { in PushDataCollectTask()
268 dispatchVec.assign(events.begin() + curIndex, events.begin() + lastIndex); in PushDataCollectTask()
272 curIndex = lastIndex; in PushDataCollectTask()
273 lastIndex = curIndex + MAX_DISTRIBUTE_LENS; in PushDataCollectTask()

Completed in 4 milliseconds