Home
last modified time | relevance | path

Searched refs:instanceID (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_element.cpp254 int32_t instanceID = context->GetInstanceId(); in Prepare() local
263 ContainerScope scope(instanceID); in Prepare()
269 ContainerScope scope(instanceID); in Prepare()
284 ContainerScope scope(instanceID); in Prepare()
289 ContainerScope scope(instanceID); in Prepare()
300 ContainerScope scope(instanceID); in Prepare()
305 ContainerScope scope(instanceID); in Prepare()
323 [weak = WeakClaim(this), instanceID](int64_t formId) { in Prepare()
324 ContainerScope scope(instanceID); in Prepare()
329 [formId, weak, instanceID] { in Prepare()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp1180 ContainerScope scope(instanceID); in InitFormManagerDelegate()
1191 ContainerScope scope(instanceID); in InitFormManagerDelegate()
1204 ContainerScope scope(instanceID); in InitFormManagerDelegate()
1225 ContainerScope scope(instanceID); in InitFormManagerDelegate()
1243 ContainerScope scope(instanceID); in InitFormManagerDelegate()
1253 ContainerScope scope(instanceID); in InitFormManagerDelegate()
1280 ContainerScope scope(instanceID); in InitFormManagerDelegate()
1305 ContainerScope scope(instanceID); in InitFormManagerDelegate()
1313 ContainerScope scope(instanceID); in InitFormManagerDelegate()
1331 ContainerScope scope(instanceID); in InitFormManagerDelegate()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_pattern.cpp132 int32_t instanceID = context->GetInstanceId(); in InitPluginManagerDelegate() local
134 ContainerScope scope(instanceID); in InitPluginManagerDelegate()
142 [weak, instanceID] { in InitPluginManagerDelegate()
143 ContainerScope scope(instanceID); in InitPluginManagerDelegate()
151 ContainerScope scope(instanceID); in InitPluginManagerDelegate()
168 ContainerScope scope(instanceID); in InitPluginManagerDelegate()
176 [code, msg, weak, instanceID] { in InitPluginManagerDelegate()
177 ContainerScope scope(instanceID); in InitPluginManagerDelegate()
225 int32_t instanceID = context->GetInstanceId(); in CreatePluginSubContainer() local
227 [weak, instanceID] { in CreatePluginSubContainer()
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddata_detector_adapter.cpp220 int32_t instanceID = context->GetInstanceId(); in InitTextDetect() local
221 …auto textFunc = [weak = WeakClaim(this), instanceID, startPos, info](const TextDataDetectResult re… in InitTextDetect()
222 ContainerScope scope(instanceID); in InitTextDetect()
227 [result, weak, instanceID, startPos, info] { in InitTextDetect()
228 ContainerScope scope(instanceID); in InitTextDetect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_pattern.cpp591 [weak, instanceID = context->GetInstanceId()] { in RegisterSecurityComponent()
592 ContainerScope scope(instanceID); in RegisterSecurityComponent()