Searched refs:scopeId (Results 1 - 13 of 13) sorted by relevance
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_scope.cpp | 24 size_t scopeId = scopeStack_.size(); in OpenScope() local 25 return P_CAST(scopeId, ARKTS_Scope); in OpenScope()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_value.h | 59 int32_t scopeId = -1; member
|
H A D | native_engine.cpp | 655 int32_t scopeId = -1; in GetContainerScopeIdFunc() local 657 scopeId = g_getContainerScopeIdFunc(); in GetContainerScopeIdFunc() 659 return scopeId; in GetContainerScopeIdFunc()
|
H A D | native_api.cpp | 463 funcInfo->scopeId = OHOS::Ace::ContainerScope::CurrentId(); in napi_create_function() 1216 int32_t scopeId = OHOS::Ace::ContainerScope::CurrentId(); in napi_call_function() local 1219 scopeId = funcInfo->scopeId; in napi_call_function() 1221 OHOS::Ace::ContainerScope containerScope(scopeId); in napi_call_function()
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | xcomponent_element.cpp | 290 platformTaskExecutor.PostTask([weak = WeakClaim(this), scopeId = scopeId_] { in OnSurfaceCreated() 291 ContainerScope scope(scopeId); in OnSurfaceCreated()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_worker.cpp | 530 int32_t scopeId = ContainerScope::CurrentId(); in GetContainerId() local 531 return scopeId; in GetContainerId()
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 148 funcInfo->scopeId = OHOS::Ace::ContainerScope::CurrentId(); in FunctionSetContainerId() 177 funcInfo->scopeId = OHOS::Ace::ContainerScope::CurrentId(); in NapiDefineClass() 783 funcInfo->scopeId = OHOS::Ace::ContainerScope::CurrentId(); in NapiNativeCreateFunction()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 3731 auto onDragEnd = [weakPtr = WeakClaim(this), scopeId = Container::CurrentId()]( 3733 ContainerScope scope(scopeId); 3772 auto onDragDrop = [weakPtr = WeakClaim(this), scopeId = Container::CurrentId()]( 3774 ContainerScope scope(scopeId); 3789 auto onDragDragLeave = [weakPtr = WeakClaim(this), scopeId = Container::CurrentId()]( 3791 ContainerScope scope(scopeId);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 5864 void SetFocusScopePriority(ArkUINodeHandle node, ArkUI_CharPtr scopeId, ArkUI_Int32 priority) in SetFocusScopePriority() argument 5868 std::string scopeIdStr = scopeId; in SetFocusScopePriority() 5876 std::string scopeId = ""; in ResetFocusScopePriority() local 5878 ViewAbstract::SetFocusScopePriority(frameNode, scopeId, priority); in ResetFocusScopePriority()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 2912 getUINativeModule().common.setFocusScopePriority(node, this.value.scopeId, this.value.priority); 4290 focusScopePriority(scopeId, priority) { 4292 if (isString(scopeId)) { 4293 arkFocusScopePriority.scopeId = scopeId; 16314 this.scopeId = undefined; 16318 return (this.scopeId === another.scopeId) && (this.priority === another.priority);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 7753 auto scopeId = scopeIdArg->ToString(vm)->ToString(vm); in SetFocusScopePriority() local 7758 GetArkUINodeModifiers()->getCommonModifier()->setFocusScopePriority(nativeNode, scopeId.c_str(), priority); in SetFocusScopePriority()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 457 void (*setFocusScopePriority)(ArkUINodeHandle node, ArkUI_CharPtr scopeId, ArkUI_Int32 priority);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1960 void (*setFocusScopePriority)(ArkUINodeHandle node, ArkUI_CharPtr scopeId, ArkUI_Int32 priority);
|
Completed in 141 milliseconds