/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | ui_context_helper.cpp | 26 …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 D | jsXNode.js | 22 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 D | drag_and_drop_test.cpp | 113 auto uiContext = new ArkUI_Context({ .id = 1 }); variable
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/event/ |
H A D | drag_and_drop_impl.cpp | 134 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 D | js_base_node.cpp | 152 auto uiContext = NG::UIContextHelper::GetUIContext(vm, id); in BuildNode() local
|
H A D | js_node_container.cpp | 172 …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 D | chipgroup.js | 115 function c4(uiContext, value, isValid, defaultValue) { argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.h | 160 void SetContextValue(shared_ptr<JsValue> uiContext) in SetContextValue()
|
H A D | jsi_declarative_engine.cpp | 1094 shared_ptr<JsValue> uiContext = CallGetUIContextFunc(runtime, argv); in GetContextValue() local
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
H A D | js_ui_observer.cpp | 98 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 D | js_scene_session_manager.cpp | 2517 napi_value uiContext = uiContent->GetUINapiContext(); in OnGetRootSceneUIContext() local
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window.cpp | 2469 napi_value uiContext = uicontent->GetUINapiContext(); in OnGetUIContext() local
|