Home
last modified time | relevance | path

Searched refs:Rewrite (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
H A Dcache_data_test.cpp209 cacheData->Rewrite(tempBuffer, 8, tempBuffer, 8);
245 cacheData->Rewrite(testKey1, 4, testValue, 4);
246 cacheData->Rewrite(testKey2, 4, testValue, 4);
247 cacheData->Rewrite(testKey3, 4, testValue, 4);
248 cacheData->Rewrite(testKey4, 4, testValue, 4);
282 cacheData->Rewrite(testKey1, 4, testValue, 4);
283 cacheData->Rewrite(testKey2, 4, testValue, 4);
/ohos5.0/base/hiviewdfx/hidumper_lite/
H A DREADME.md7 - [Rewrite interface](#Rewrite interface)
64 ## Rewrite interface
100 Rewrite the function of printing all task information of the system. This function prints all task …
108 Rewrite the function for printing exception logs. This function prints the last saved log informati…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dshader_cache.cpp163 cacheData_->Rewrite(&key, sizeof(key), idHash_.data(), idHash_.size()); in WriteToDisk()
195 cacheData_->Rewrite(key.GetData(), keySize, value, valueSize); in Store()
H A Dcache_data.h44 void Rewrite(const void *key, const size_t keySize, const void *value, const size_t valueSize);
H A Dcache_data.cpp197 void CacheData::Rewrite(const void *key, const size_t keySize, const void *value, const size_t valu… in Rewrite() function in OHOS::Rosen::CacheData
370 Rewrite(data, keySize, data + keySize, valueSize); in DeSerialize()
/ohos5.0/docs/en/application-dev/quick-start/
H A Dtypescript-to-arkts-migration-guide.md723 // Rewrite with Object. Less type control requires more type checking for safety.