Searched refs:numDataCache (Results 1 – 3 of 3) sorted by relevance
108 [](ErrorStatus status, uint32_t numModelCache, uint32_t numDataCache) { in TEST_F() argument112 EXPECT_LE(numDataCache, static_cast<uint32_t>(Constant::MAX_NUMBER_OF_CACHE_FILES)); in TEST_F()
275 [this](ErrorStatus status, uint32_t numModelCache, uint32_t numDataCache) { in SetUp() argument278 mNumDataCache = numDataCache; in SetUp()
160 * @return numDataCache An unsigned integer indicating how many files for data cache165 generates (ErrorStatus status, uint32_t numModelCache, uint32_t numDataCache);243 * or match the numDataCache returned from getNumberOfCacheFilesNeeded. The cache326 * must match the numDataCache returned from getNumberOfCacheFilesNeeded.