Home
last modified time | relevance | path

Searched defs:BaseContext (Results 1 – 3 of 3) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DBaseContext.js15 export const BaseContextClass = class BaseContext { class
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_context.js34 BaseContext: new _BaseContext(), property
/third_party/python/Lib/multiprocessing/
Dcontext.py30 class BaseContext(object): class