Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 25 of 131) sorted by relevance

123456

/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___gpu_context_options.md20 …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 DNodeImpl.cpp300 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 DGeometryJS.cpp109 if (auto cached = FetchJsObj(mesh)) { in GetMesh() local
111 return cached; in GetMesh()
H A DEnvironmentJS.cpp264 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 DMeshJS.cpp158 if (auto cached = FetchJsObj(obj)) { in GetMaterialOverride() local
160 return cached; in GetMaterialOverride()
H A DSubMeshJS.cpp151 if (auto cached = FetchJsObj(obj)) { in GetMaterial() local
153 return cached; in GetMaterial()
H A DPostProcJS.cpp228 if (auto cached = FetchJsObj(obj)) { in GetToneMapping() local
230 return cached; in GetToneMapping()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-system-app.md73cached 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.
122cached 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 DIActivityInterface.idl24 * 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 DIActivityChangedCallback.idl24 * 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 DIActivityInterface.idl24 * 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 DIActivityChangedCallback.idl24 * 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 Dskia_image.cpp149 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 Dmemory.h29 int32_t cached = 0; // unit KB member
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A D_ohos_image_receiver_info.md25 | int32_t capicity | Maximum number of images that can be cached.|
/ohos5.0/docs/en/application-dev/web/
H A Dweb-set-back-forward-cache.md34 …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 Dmemory_catcher.cpp48 FileUtil::SaveStringToFd(fd, "cached " + std::to_string(result.data.cached) + "\n"); in Catch()
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-file-sync.md6 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 Ddrawing_image.cpp215 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 Dlocation.md71 …allback&lt;Array&lt;Location&gt;&gt;) : void; | Registers a listener for cached GNSS location repo…
72 …ack&lt;Array&lt;Location&gt;&gt;) : void; | Unregisters the listener for cached GNSS location repo…
91 …e(callback: AsyncCallback&lt;number&gt;) : void; | Obtains the number of cached GNSS locations. Th…
92 | getCachedGnssLocationsSize() : Promise&lt;number&gt;; | Obtains the number of cached GNSS locatio…
93 | flushCachedGnssLocations(callback: AsyncCallback&lt;boolean&gt;) : void; | Obtains all cached GNS…
94 | flushCachedGnssLocations() : Promise&lt;boolean&gt;; | 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 Dsqlite_utils.cpp1832 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 DReadme-CN.md70 - [切图资源](design-map-cached-drawings.md)
H A Dwebsite.md70 - [切图资源](design-map-cached-drawings.md)
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-container-swiper.md34 …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 DIGnssInterface.idl149 * @brief Obtain the number of locations that can be cached by the GNSS module.
152 * cached by the GNSS module.

123456