/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | image_provider.cpp | 135 …ageUtils::PostToUI(std::move(notifyLoadFailTask), "ArkUIImageProviderFail", ctx->GetContainerId()); in FailCallback() 156 …eUtils::PostToUI(std::move(notifyLoadSuccess), "ArkUIImageProviderSuccess", ctx->GetContainerId()); in SuccessCallback() 204 …ls::PostToUI(std::move(notifyDataReadyTask), "ArkUIImageProviderDataReady", ctx->GetContainerId()); in CreateImageObjHelper() 271 ImageUtils::PostToBg(task, "ArkUIImageProviderCreateImageObject", ctx->GetContainerId()); in CreateImageObject() 332 ImageUtils::PostToBg(task, "ArkUIImageProviderMakeCanvasImage", ctx->GetContainerId()); in MakeCanvasImage()
|
H A D | image_loading_context.h | 95 int32_t GetContainerId() in GetContainerId() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/ |
H A D | event_recorder_test.cpp | 621 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId() == -1, true); 623 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId() == -1, true); 627 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId() == -1, true); 629 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId() == 2, true); 632 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId() == -1, true); 660 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId(), -1); 672 EXPECT_NE(Recorder::EventRecorder::Get().GetContainerId(), 0); 684 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId(), -1); 696 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId(), -1); 708 EXPECT_NE(Recorder::EventRecorder::Get().GetContainerId(), 0);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | popup_base_pattern.h | 35 int32_t GetContainerId() const in GetContainerId() function
|
H A D | overlay_manager.cpp | 1736 subWindowMgr->SetHotAreas(rects, popupId, popupPattern->GetContainerId()); in SetPopupHotAreas()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_component_callback.h | 43 virtual int32_t GetContainerId() = 0;
|
H A D | plugin_component_manager.cpp | 168 auto container = AceEngine::Get().GetContainer(iter->first->GetContainerId()); in OnReturnRequest()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | exposure_processor.h | 45 int32_t GetContainerId() const in GetContainerId() function
|
H A D | event_controller.cpp | 153 auto containerId = EventRecorder::Get().GetContainerId(); in ApplyNewestConfig() 166 auto containerId = EventRecorder::Get().GetContainerId(); in ApplyExposureCfgInner()
|
H A D | event_recorder.h | 150 int32_t GetContainerId();
|
H A D | event_recorder.cpp | 223 int32_t EventRecorder::GetContainerId() in GetContainerId() function in OHOS::Ace::Recorder::EventRecorder
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_event_impl.cpp | 57 auto containerId = Recorder::EventRecorder::Get().GetContainerId(); in OHOS_ACE_GetSimplifiedInspectorTree()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_worker.h | 29 int32_t GetContainerId();
|
H A D | ohos_js_environment_impl.cpp | 174 engine->SetGetContainerScopeIdFunc(GetContainerId); in InitWorkerModule()
|
H A D | js_worker.cpp | 526 int32_t GetContainerId() in GetContainerId() function
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/ |
H A D | js_plugin_callback.h | 72 int32_t GetContainerId() override;
|
H A D | js_plugin_callback.cpp | 104 int32_t JSPluginCallback::GetContainerId() in GetContainerId() function in OHOS::Ace::Napi::JSPluginCallback
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/ |
H A D | abilityframeworksnativejsworker_fuzzer.cpp | 85 AbilityRuntime::GetContainerId(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/ |
H A D | subwindow_manager.h | 43 int32_t GetContainerId(uint32_t windowId);
|
H A D | subwindow_manager.cpp | 49 int32_t SubwindowManager::GetContainerId(uint32_t windowId) in GetContainerId() function in OHOS::Ace::SubwindowManager
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_pattern.cpp | 444 subWindowMgr->SetHotAreas(rects, popupId, pattern->GetContainerId()); in StartEnteringTransitionEffects() 558 subWindowMgr->SetHotAreas(rects, popupId, pattern->GetContainerId()); in StartAlphaEnteringAnimation()
|
H A D | bubble_layout_algorithm.cpp | 482 SetHotAreas(showInSubWindow, isBlock, frameNode, bubblePattern->GetContainerId()); in Layout()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/ |
H A D | menu_wrapper_pattern.cpp | 628 SubwindowManager::GetInstance()->SetHotAreas(rects, GetHost()->GetId(), GetContainerId()); in SetHotAreas()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 227 childContainerId_ = SubwindowManager::GetInstance()->GetContainerId(window_->GetWindowId()); in InitContainer() 1208 … childContainerId_ = SubwindowManager::GetInstance()->GetContainerId(dialogWindow_->GetWindowId()); in InitToastDialogView()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 4696 exposureProcessor_->SetContainerId(processor->GetContainerId()); in SetExposureProcessor() 4706 … auto piplineRef = PipelineContext::GetContextByContainerId(exposureProcessor_->GetContainerId()); in RecordExposureInner()
|