Home
last modified time | relevance | path

Searched refs:SetContainerInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp620 Recorder::EventRecorder::Get().SetContainerInfo(windowName, id, foreground);
626 Recorder::EventRecorder::Get().SetContainerInfo(windowName, id, true);
631 Recorder::EventRecorder::Get().SetContainerInfo(windowName, id, false);
659 Recorder::EventRecorder::Get().SetContainerInfo(windowName, 0, true);
671 Recorder::EventRecorder::Get().SetContainerInfo(windowName, 0, true);
683 Recorder::EventRecorder::Get().SetContainerInfo(windowName, 0, false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_recorder.h148 void SetContainerInfo(const std::string& windowName, int32_t id, bool foreground);
H A Devent_recorder.cpp197 void EventRecorder::SetContainerInfo(const std::string& windowName, int32_t id, bool foreground) in SetContainerInfo() function in OHOS::Ace::Recorder::EventRecorder
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp2156 Recorder::EventRecorder::Get().SetContainerInfo(windowName, instanceId_, true); in Foreground()
2167 Recorder::EventRecorder::Get().SetContainerInfo(windowName, instanceId_, false); in Background()