Home
last modified time | relevance | path

Searched defs:uiContext (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Dui_context_helper.cpp26 …textHelper::AddUIContext(EcmaVM* vm, int32_t instanceId, panda::Local<panda::JSValueRef> uiContext) in AddUIContext()
48 auto uiContext = ArkTSUtils::GetContext(vm); in GetUIContext() local
52 auto uiContext = iter->second; in GetUIContext() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js22 constructor(uiContext, options) { argument
37 updateInstance(uiContext) { argument
58 constructor(uiContext, options) { argument
101 constructor(uiContext, options) { argument
435 updateInstance(uiContext) { argument
730 constructor(uiContext, type, options) { argument
1222 constructor(uiContext, type = 'BuilderRootFrameNode') { argument
1230 constructor(uiContext, type = 'ProxyFrameNode') { argument
1269 static createFrameNode(uiContext, nodePtr) { argument
1284 constructor(uiContext, type, attrCreator, options) { argument
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrag_and_drop_test.cpp113 auto uiContext = new ArkUI_Context({ .id = 1 }); variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/event/
H A Ddrag_and_drop_impl.cpp134 ArkUI_DragAction* OH_ArkUI_CreateDragActionWithContext(ArkUI_ContextHandle uiContext) in OH_ArkUI_CreateDragActionWithContext()
505 int32_t OH_ArkUI_SetDragEventStrictReportWithContext(ArkUI_ContextHandle uiContext, bool enabled) in OH_ArkUI_SetDragEventStrictReportWithContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_base_node.cpp152 auto uiContext = NG::UIContextHelper::GetUIContext(vm, id); in BuildNode() local
H A Djs_node_container.cpp172 …panda::Local<panda::JSValueRef> uiContext = NG::UIContextHelper::GetUIContext(execCtx.vm_, contain… in SetNodeController() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/
H A Dchipgroup.js115 function c4(uiContext, value, isValid, defaultValue) { argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h160 void SetContextValue(shared_ptr<JsValue> uiContext) in SetContextValue()
H A Djsi_declarative_engine.cpp1094 shared_ptr<JsValue> uiContext = CallGetUIContextFunc(runtime, argv); in GetContextValue() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Djs_ui_observer.cpp98 int32_t GetUIContextInstanceId(napi_env env, napi_value uiContext) in GetUIContextInstanceId()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp2517 napi_value uiContext = uiContent->GetUINapiContext(); in OnGetRootSceneUIContext() local
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp2469 napi_value uiContext = uicontent->GetUINapiContext(); in OnGetUIContext() local