/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___gpu_context_options.md | 20 …her to allow path mask textures to be cached. The value **true** means to allow the path mask text… 34 …her to allow path mask textures to be cached. The value **true** means to allow the path mask text…
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | NodeImpl.cpp | 300 if (auto cached = FetchJsObj(root)) { in GetParent() local 302 return cached; in GetParent() 371 auto cached = FetchJsObj(child); in GetChild() local 372 if (!cached) { in GetChild() 382 cached = in GetChild() 385 return cached; in GetChild() 567 if (auto cached = FetchJsObj(node)) { in ClearChildren() local 568 ResetNativeObj(ctx, cached); in ClearChildren() 617 if (auto cached = FetchJsObj(child)) { in GetNodeByPath() local 619 return cached; in GetNodeByPath()
|
H A D | GeometryJS.cpp | 109 if (auto cached = FetchJsObj(mesh)) { in GetMesh() local 111 return cached; in GetMesh()
|
H A D | EnvironmentJS.cpp | 264 if (auto cached = FetchJsObj(obj)) { in GetEnvironmentImage() local 265 return cached; in GetEnvironmentImage() 299 if (auto cached = FetchJsObj(obj)) { in GetRadianceImage() local 300 return cached; in GetRadianceImage()
|
H A D | MeshJS.cpp | 158 if (auto cached = FetchJsObj(obj)) { in GetMaterialOverride() local 160 return cached; in GetMaterialOverride()
|
H A D | SubMeshJS.cpp | 151 if (auto cached = FetchJsObj(obj)) { in GetMaterial() local 153 return cached; in GetMaterial()
|
H A D | PostProcJS.cpp | 228 if (auto cached = FetchJsObj(obj)) { in GetToneMapping() local 230 return cached; in GetToneMapping()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-system-app.md | 73 …cached in the memory to speed up the loading of images from the same sources. If the input paramet… 87 | value | number | Yes| Number of decoded images that are cached in the memory.| 99 // Set the maximum number of decoded images that can be cached in the memory to 100. 122 …cached in the memory before decoding to speed up the loading of images from the same sources. If t… 134 | value | number | Yes| Size of the image data cached before decoding, in bytes.|
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/a_recognition_v1_0/foo/a_recognition/v1_0/ |
H A D | IActivityInterface.idl | 24 * the current activity event of the device, and activity events cached on the device, 35 …the device, the current activity event of the device, and the activity events cached on the device, 56 * the current activity event of the device, the activity events cached on the device, 63 * Before obtaining the current activity event or the activity events cached on the device, 165 * @brief Flushes all the activity events cached on the device and reports them.
|
H A D | IActivityChangedCallback.idl | 24 * the current activity event of the device, and activity events cached on the device, 54 …* Before obtaining the current activity event or the activity events cached on the device, you mus…
|
/ohos5.0/drivers/interface/activity_recognition/v1_0/ |
H A D | IActivityInterface.idl | 24 * the current activity event of the device, and activity events cached on the device, 35 …the device, the current activity event of the device, and the activity events cached on the device, 56 * the current activity event of the device, the activity events cached on the device, 63 * Before obtaining the current activity event or the activity events cached on the device, 165 * @brief Flushes all the activity events cached on the device and reports them.
|
H A D | IActivityChangedCallback.idl | 24 * the current activity event of the device, and activity events cached on the device, 54 …* Before obtaining the current activity event or the activity events cached on the device, you mus…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_image.cpp | 149 auto cached = std::make_shared<CachedImage>(GetImage()); in Cache() local 150 cached->uniqueId = GetUniqueID(); in Cache() 151 pipelineCtx->GetImageCache()->CacheImage(key, cached); in Cache()
|
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/ |
H A D | memory.h | 29 int32_t cached = 0; // unit KB member
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | _ohos_image_receiver_info.md | 25 | int32_t capicity | Maximum number of images that can be cached.|
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-set-back-forward-cache.md | 34 …the maximum number of pages that can be cached in the **Web** component is set to **10**, and each…
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | memory_catcher.cpp | 48 FileUtil::SaveStringToFd(fd, "cached " + std::to_string(result.data.cached) + "\n"); in Catch()
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-file-sync.md | 6 This command is used to synchronize cached data (data in the file system) to an SD card.
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_image.cpp | 215 auto cached = std::make_shared<CachedImage>(GetImage()); in Cache() local 216 cached->uniqueId = GetUniqueID(); in Cache() 217 pipelineCtx->GetImageCache()->CacheImage(key, cached); in Cache()
|
/ohos5.0/docs/en/readme/ |
H A D | location.md | 71 …allback<Array<Location>>) : void; | Registers a listener for cached GNSS location repo… 72 …ack<Array<Location>>) : void; | Unregisters the listener for cached GNSS location repo… 91 …e(callback: AsyncCallback<number>) : void; | Obtains the number of cached GNSS locations. Th… 92 | getCachedGnssLocationsSize() : Promise<number>; | Obtains the number of cached GNSS locatio… 93 | flushCachedGnssLocations(callback: AsyncCallback<boolean>) : void; | Obtains all cached GNS… 94 | flushCachedGnssLocations() : Promise<boolean>; | Obtains all cached GNSS locations and clea… 212 …the real-time device location, it can use the last known device location cached in the system inst…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_utils.cpp | 1832 auto cached = static_cast<ValueParseCache *>(sqlite3_get_auxdata(ctx, VALUE_CACHE_ID)); in ParseValueThenCacheOrGetFromCache() local 1833 if (cached != nullptr) { // A previous cache exist in ParseValueThenCacheOrGetFromCache() 1834 if (cached->valueOriginal.size() == valueBlobLen) { in ParseValueThenCacheOrGetFromCache() 1835 if (std::memcmp(cached->valueOriginal.data(), valueBlob, valueBlobLen) == 0) { in ParseValueThenCacheOrGetFromCache() 1837 return &(cached->valueParsed); in ParseValueThenCacheOrGetFromCache() 1997 …auto cached = static_cast<std::vector<uint8_t> *>(sqlite3_get_auxdata(ctx, VALUE_CACHE_ID)); // Sh… in FlatBufferExtractInnerFunc() local 1998 if (cached == nullptr) { // LCOV_EXCL_BR_LINE in FlatBufferExtractInnerFunc() 2013 cached = static_cast<std::vector<uint8_t> *>(sqlite3_get_auxdata(ctx, VALUE_CACHE_ID)); in FlatBufferExtractInnerFunc() 2015 if (cached == nullptr) { // LCOV_EXCL_BR_LINE in FlatBufferExtractInnerFunc() 2019 … int errCode = schema.ExtractValue(ValueSource::FROM_DBFILE, inPath, inValue, outExtract, cached); in FlatBufferExtractInnerFunc()
|
/ohos5.0/docs/zh-cn/design/ux-design/ |
H A D | Readme-CN.md | 70 - [切图资源](design-map-cached-drawings.md)
|
H A D | website.md | 70 - [切图资源](design-map-cached-drawings.md)
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-swiper.md | 34 …nimum number of cached items during delayed loading of the **\<swiper>** component. The value **-1…
|
/ohos5.0/drivers/interface/location/gnss/v1_0/ |
H A D | IGnssInterface.idl | 149 * @brief Obtain the number of locations that can be cached by the GNSS module. 152 * cached by the GNSS module.
|