Home
last modified time | relevance | path

Searched refs:setSupportedProcessCache (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/application_context/
H A Dapplication_context.js196 setSupportedProcessCache(isSupport) { method in ApplicationContext
197 return this.__context_impl__.setSupportedProcessCache(isSupport);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-applicationContext.md1017 ## ApplicationContext.setSupportedProcessCache<sup>12+</sup>
1019 setSupportedProcessCache(isSupported : boolean): void
1059 applicationContext.setSupportedProcessCache(true);
1063 console.error(`setSupportedProcessCache fail, code: ${code}, msg: ${message}`);
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-applicationContext.md1017 ## ApplicationContext.setSupportedProcessCache<sup>12+</sup>
1019 setSupportedProcessCache(isSupported : boolean): void
1059 applicationContext.setSupportedProcessCache(true);
1063 console.error(`setSupportedProcessCache fail, code: ${code}, msg: ${message}`);