Home
last modified time | relevance | path

Searched refs:GetContainerId (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_provider.cpp135 …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 Dimage_loading_context.h95 int32_t GetContainerId() in GetContainerId() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp621 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 Dpopup_base_pattern.h35 int32_t GetContainerId() const in GetContainerId() function
H A Doverlay_manager.cpp1736 subWindowMgr->SetHotAreas(rects, popupId, popupPattern->GetContainerId()); in SetPopupHotAreas()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_component_callback.h43 virtual int32_t GetContainerId() = 0;
H A Dplugin_component_manager.cpp168 auto container = AceEngine::Get().GetContainer(iter->first->GetContainerId()); in OnReturnRequest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Dexposure_processor.h45 int32_t GetContainerId() const in GetContainerId() function
H A Devent_controller.cpp153 auto containerId = EventRecorder::Get().GetContainerId(); in ApplyNewestConfig()
166 auto containerId = EventRecorder::Get().GetContainerId(); in ApplyExposureCfgInner()
H A Devent_recorder.h150 int32_t GetContainerId();
H A Devent_recorder.cpp223 int32_t EventRecorder::GetContainerId() in GetContainerId() function in OHOS::Ace::Recorder::EventRecorder
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_event_impl.cpp57 auto containerId = Recorder::EventRecorder::Get().GetContainerId(); in OHOS_ACE_GetSimplifiedInspectorTree()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.h29 int32_t GetContainerId();
H A Dohos_js_environment_impl.cpp174 engine->SetGetContainerScopeIdFunc(GetContainerId); in InitWorkerModule()
H A Djs_worker.cpp526 int32_t GetContainerId() in GetContainerId() function
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_callback.h72 int32_t GetContainerId() override;
H A Djs_plugin_callback.cpp104 int32_t JSPluginCallback::GetContainerId() in GetContainerId() function in OHOS::Ace::Napi::JSPluginCallback
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/
H A Dabilityframeworksnativejsworker_fuzzer.cpp85 AbilityRuntime::GetContainerId(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.h43 int32_t GetContainerId(uint32_t windowId);
H A Dsubwindow_manager.cpp49 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 Dbubble_pattern.cpp444 subWindowMgr->SetHotAreas(rects, popupId, pattern->GetContainerId()); in StartEnteringTransitionEffects()
558 subWindowMgr->SetHotAreas(rects, popupId, pattern->GetContainerId()); in StartAlphaEnteringAnimation()
H A Dbubble_layout_algorithm.cpp482 SetHotAreas(showInSubWindow, isBlock, frameNode, bubblePattern->GetContainerId()); in Layout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.cpp628 SubwindowManager::GetInstance()->SetHotAreas(rects, GetHost()->GetId(), GetContainerId()); in SetHotAreas()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp227 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 Dframe_node.cpp4696 exposureProcessor_->SetContainerId(processor->GetContainerId()); in SetExposureProcessor()
4706 … auto piplineRef = PipelineContext::GetContextByContainerId(exposureProcessor_->GetContainerId()); in RecordExposureInner()