Home
last modified time | relevance | path

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

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dpopup_base_pattern.h35 int32_t GetContainerId() const in GetContainerId() function in OHOS::Ace::NG::PopupBasePattern
/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()
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Dexposure_processor.h50 int32_t GetContainerId() const in GetContainerId() function in OHOS::Ace::Recorder::ExposureProcessor
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
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_provider.cpp135 ImageUtils::PostToUI(std::move(notifyLoadFailTask), "ArkUIImageProviderFail", ctx->GetContainerId()); in FailCallback()
159 ImageUtils::PostToUI(std::move(notifyLoadSuccess), "ArkUIImageProviderSuccess", ctx->GetContainerId()); in SuccessCallback()
218 ImageUtils::PostToUI(std::move(notifyDataReadyTask), "ArkUIImageProviderDataReady", ctx->GetContainerId()); in CreateImageObjHelper()
285 ImageUtils::PostToBg(task, "ArkUIImageProviderCreateImageObject", ctx->GetContainerId()); in CreateImageObject()
355 ImageUtils::PostToBg(task, "ArkUIImageProviderMakeCanvasImage", ctx->GetContainerId()); in MakeCanvasImage()
H A Dpixel_map_image_object.cpp44 NG::ImageUtils::PostToUI(task, "ArkUIImageCreateCanvasSuccess", ctx->GetContainerId()); in MakeCanvasImage()
H A Dimage_loading_context.h102 int32_t GetContainerId() const in GetContainerId() function in OHOS::Ace::NG::ImageLoadingContext
/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp621 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId() == -1, true); in HWTEST_F()
623 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId() == -1, true); in HWTEST_F()
627 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId() == -1, true); in HWTEST_F()
629 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId() == 2, true); in HWTEST_F()
632 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId() == -1, true); in HWTEST_F()
660 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId(), -1); in HWTEST_F()
672 EXPECT_NE(Recorder::EventRecorder::Get().GetContainerId(), 0); in HWTEST_F()
684 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId(), -1); in HWTEST_F()
696 EXPECT_EQ(Recorder::EventRecorder::Get().GetContainerId(), -1); in HWTEST_F()
708 EXPECT_NE(Recorder::EventRecorder::Get().GetContainerId(), in HWTEST_F()
[all...]
/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.cpp527 int32_t GetContainerId() in GetContainerId() function
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_event_impl.cpp49 auto containerId = Recorder::EventRecorder::Get().GetContainerId(); in OHOS_ACE_GetSimplifiedInspectorTree()
/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/
H A Dabilityframeworksnativejsworker_fuzzer.cpp85 AbilityRuntime::GetContainerId(); in DoSomethingInterestingWithMyAPI()
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_callback.h72 int32_t GetContainerId() override;
H A Djs_plugin_callback.cpp101 int32_t JSPluginCallback::GetContainerId() in GetContainerId() function in OHOS::Ace::Napi::JSPluginCallback
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.h43 int32_t GetContainerId(uint32_t windowId);
H A Dsubwindow_manager.cpp50 int32_t SubwindowManager::GetContainerId(uint32_t windowId) in GetContainerId() function in OHOS::Ace::SubwindowManager
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp459 subWindowMgr->SetHotAreas(rects, popupId, pattern->GetContainerId()); in StartEnteringTransitionEffects()
573 subWindowMgr->SetHotAreas(rects, popupId, pattern->GetContainerId()); in StartAlphaEnteringAnimation()
H A Dbubble_layout_algorithm.cpp489 SetHotAreas(showInSubWindow, isBlock, frameNode, bubblePattern->GetContainerId()); in Layout()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp245 childContainerId_ = SubwindowManager::GetInstance()->GetContainerId(window_->GetWindowId()); in InitContainer()
1220 childContainerId_ = SubwindowManager::GetInstance()->GetContainerId(dialogWindow_->GetWindowId()); in InitToastDialogView()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.cpp618 SubwindowManager::GetInstance()->SetHotAreas(rects, GetHost()->GetId(), GetContainerId()); in SetHotAreas()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp4697 exposureProcessor_->SetContainerId(processor->GetContainerId()); in SetExposureProcessor()
4707 auto piplineRef = PipelineContext::GetContextByContainerId(exposureProcessor_->GetContainerId()); in RecordExposureInner()

Completed in 31 milliseconds

12