Home
last modified time | relevance | path

Searched refs:GetAbcContent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp810 HWTEST_F(WindowSessionImplTest4, GetAbcContent, Function | SmallTest | Level2)
818 std::shared_ptr<std::vector<uint8_t>> res = window->GetAbcContent(abcPath);
826 res = window->GetAbcContent(abcPath);
834 res = window->GetAbcContent(abcPath);
842 res = window->GetAbcContent(abcPath);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h437 std::shared_ptr<std::vector<uint8_t>> GetAbcContent(const std::string& abcPath);
H A Dwindow_session_impl.h473 std::shared_ptr<std::vector<uint8_t>> GetAbcContent(const std::string& abcPath);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp672 auto abcContent = GetAbcContent(contentInfo); in SetUIContentInner()
733 std::shared_ptr<std::vector<uint8_t>> WindowImpl::GetAbcContent(const std::string& abcPath) in GetAbcContent() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp1323 auto abcContent = GetAbcContent(contentInfo); in InitUIContent()
1418 std::shared_ptr<std::vector<uint8_t>> WindowSessionImpl::GetAbcContent(const std::string& abcPath) in GetAbcContent() function in OHOS::Rosen::WindowSessionImpl