Searched refs:instanceID (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | form_element.cpp | 254 int32_t instanceID = context->GetInstanceId(); in Prepare() local 260 [weak = WeakClaim(this), instanceID](int64_t id, std::string path, std::string module, std::string data, in Prepare() 263 ContainerScope scope(instanceID); in Prepare() 268 instanceID, frontendType, uiSyntax] { in Prepare() 269 ContainerScope scope(instanceID); in Prepare() 282 formManagerBridge_->AddFormUpdateCallback([weak = WeakClaim(this), instanceID](int64_t id, std::string data, in Prepare() 284 ContainerScope scope(instanceID); in Prepare() 288 uiTaskExecutor.PostTask([id, data, imageDataMap, weak, instanceID] { in Prepare() 289 ContainerScope scope(instanceID); in Prepare() 299 [weak = WeakClaim(this), instanceID](st in Prepare() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/ |
H A D | plugin_pattern.cpp | 132 int32_t instanceID = context->GetInstanceId(); in InitPluginManagerDelegate() local 133 pluginManagerBridge_->AddPluginCompleteCallback([weak = WeakClaim(this), instanceID]() { in InitPluginManagerDelegate() 134 ContainerScope scope(instanceID); in InitPluginManagerDelegate() 142 [weak, instanceID] { in InitPluginManagerDelegate() 143 ContainerScope scope(instanceID); in InitPluginManagerDelegate() 150 pluginManagerBridge_->AddPluginUpdateCallback([weak = WeakClaim(this), instanceID](int64_t id, std::string data) { in InitPluginManagerDelegate() 151 ContainerScope scope(instanceID); in InitPluginManagerDelegate() 167 [weak = WeakClaim(this), instanceID](std::string code, std::string msg) { in InitPluginManagerDelegate() 168 ContainerScope scope(instanceID); in InitPluginManagerDelegate() 176 [code, msg, weak, instanceID] { in InitPluginManagerDelegate() 225 int32_t instanceID = context->GetInstanceId(); CreatePluginSubContainer() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_pattern.cpp | 1211 int32_t instanceID = context->GetInstanceId(); in InitFormManagerDelegate() local 1213 formManagerBridge_->AddFormAcquireCallback([weak = WeakClaim(this), instanceID, pipeline](int64_t id, in InitFormManagerDelegate() 1220 ContainerScope scope(instanceID); in InitFormManagerDelegate() 1223 uiTaskExecutor.PostTask([id, path, module, data, imageDataMap, formJsInfo, weak, instanceID, frontendType, in InitFormManagerDelegate() 1225 ContainerScope scope(instanceID); in InitFormManagerDelegate() 1236 [weak = WeakClaim(this), instanceID, pipeline](int64_t id, const std::string& data, in InitFormManagerDelegate() 1238 ContainerScope scope(instanceID); in InitFormManagerDelegate() 1241 uiTaskExecutor.PostTask([id, data, imageDataMap, weak, instanceID] { in InitFormManagerDelegate() 1242 ContainerScope scope(instanceID); in InitFormManagerDelegate() 1252 [weak = WeakClaim(this), instanceID, pipelin in InitFormManagerDelegate() [all...] |
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | data_detector_adapter.cpp | 217 int32_t instanceID = context->GetInstanceId(); in InitTextDetect() local 218 auto textFunc = [weak = WeakClaim(this), instanceID, startPos, info](const TextDataDetectResult result) { in InitTextDetect() 219 ContainerScope scope(instanceID); in InitTextDetect() 224 [result, weak, instanceID, startPos, info] { in InitTextDetect() 225 ContainerScope scope(instanceID); in InitTextDetect()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_pattern.cpp | 609 [weak, instanceID = context->GetInstanceId()] { 610 ContainerScope scope(instanceID);
|
Completed in 7 milliseconds