Searched refs:GetAbcContent (Results 1 – 5 of 5) sorted by relevance
810 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);
437 std::shared_ptr<std::vector<uint8_t>> GetAbcContent(const std::string& abcPath);
473 std::shared_ptr<std::vector<uint8_t>> GetAbcContent(const std::string& abcPath);
672 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
1323 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