Home
last modified time | relevance | path

Searched refs:scopeId (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_scope.cpp24 size_t scopeId = scopeStack_.size(); in OpenScope() local
25 return P_CAST(scopeId, ARKTS_Scope); in OpenScope()
/foundation/arkui/napi/native_engine/
H A Dnative_value.h59 int32_t scopeId = -1; member
H A Dnative_engine.cpp655 int32_t scopeId = -1; in GetContainerScopeIdFunc() local
657 scopeId = g_getContainerScopeIdFunc(); in GetContainerScopeIdFunc()
659 return scopeId; in GetContainerScopeIdFunc()
H A Dnative_api.cpp463 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 Dxcomponent_element.cpp290 platformTaskExecutor.PostTask([weak = WeakClaim(this), scopeId = scopeId_] { in OnSurfaceCreated()
291 ContainerScope scope(scopeId); in OnSurfaceCreated()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp530 int32_t scopeId = ContainerScope::CurrentId(); in GetContainerId() local
531 return scopeId; in GetContainerId()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp148 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 Drich_editor_pattern.cpp3731 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 Dnode_common_modifier.cpp5864 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 DarkComponent.js2912 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 Darkts_native_common_bridge.cpp7753 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 Dcjui_api.h457 void (*setFocusScopePriority)(ArkUINodeHandle node, ArkUI_CharPtr scopeId, ArkUI_Int32 priority);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1960 void (*setFocusScopePriority)(ArkUINodeHandle node, ArkUI_CharPtr scopeId, ArkUI_Int32 priority);

Completed in 141 milliseconds