Searched refs:SetContainerInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/ |
H A D | event_recorder_test.cpp | 620 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 D | event_recorder.h | 148 void SetContainerInfo(const std::string& windowName, int32_t id, bool foreground);
|
H A D | event_recorder.cpp | 197 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 D | ui_content_impl.cpp | 2156 Recorder::EventRecorder::Get().SetContainerInfo(windowName, instanceId_, true); in Foreground() 2167 Recorder::EventRecorder::Get().SetContainerInfo(windowName, instanceId_, false); in Background()
|