Home
last modified time | relevance | path

Searched refs:resourceValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/source/
H A Dsubheader.ets156 resourceValue?: number,
1153 let resourceValue: number | undefined = RESOURCE_CACHE_MAP.get(resourceName).resourceValue;
1154 if (typeof resourceValue === 'number') {
1155 return resourceValue;
1157 resourceValue = Util.getNumberByResource(RESOURCE_CACHE_MAP.get(resourceName).resourceId,
1159 RESOURCE_CACHE_MAP.get(resourceName).resourceValue = resourceValue;
1160 return resourceValue;
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp5881 OfflineResourceValue resourceValue; in AddResourcesToMemoryCache() local
5882 resourceValue.urlList = urlListObj; in AddResourcesToMemoryCache()
5883 resourceValue.resource = resourceObj; in AddResourcesToMemoryCache()
5884 resourceValue.responseHeaders = headersObj; in AddResourcesToMemoryCache()
5885 resourceValue.type = typeObj; in AddResourcesToMemoryCache()
5886 AddResourceItemToMemoryCache(env, info, resourceValue); in AddResourcesToMemoryCache()
5892 OfflineResourceValue resourceValue) in AddResourceItemToMemoryCache() argument
5901 ParseURLResult result = webviewController->ParseURLList(env, resourceValue.urlList, urlList); in AddResourceItemToMemoryCache()
5911 std::vector<uint8_t> resource = webviewController->ParseUint8Array(env, resourceValue.resource); in AddResourceItemToMemoryCache()
5920 …if (!webviewController->ParseResponseHeaders(env, resourceValue.responseHeaders, responseHeaders))… in AddResourceItemToMemoryCache()
[all …]
H A Dnapi_webview_controller.h340 OfflineResourceValue resourceValue);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js2112 let c1 = RESOURCE_CACHE_MAP.get(b1).resourceValue;
2118 RESOURCE_CACHE_MAP.get(b1).resourceValue = c1;