Home
last modified time | relevance | path

Searched refs:SetSecurityExemptionList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h121 virtual void SetSecurityExemptionList(const std::vector<uint64_t>& securityExemptionList) = 0;
212 void SetSecurityExemptionList(const std::vector<uint64_t>& securityExemptionList) override;
H A Drs_screen.cpp1123 void RSScreen::SetSecurityExemptionList(const std::vector<uint64_t>& securityExemptionList) in SetSecurityExemptionList() function in OHOS::Rosen::impl::RSScreen
H A Drs_screen_manager.cpp1116 virtualScreen->second->SetSecurityExemptionList(securityExemptionList); in SetVirtualScreenSecurityExemptionList()