Home
last modified time | relevance | path

Searched defs:blackList (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dextension_config_mgr.cpp54 auto blackList = extensionConfig.at(ExtensionConfigItem::ITEM_NAME_BLOCKLIST); in Init() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_manager_test.cpp1907 std::vector<uint64_t> blackList = {}; variable
1926 std::vector<uint64_t> blackList = {}; variable
1952 std::vector<uint64_t> blackList = {}; variable
1983 std::vector<uint64_t> blackList = {}; variable
2000 std::vector<uint64_t> blackList = {}; variable
2019 std::vector<uint64_t> blackList = {}; variable
2045 std::vector<uint64_t> blackList = {}; variable
2076 std::vector<uint64_t> blackList = {}; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp1075 void RSScreen::SetBlackList(const std::unordered_set<uint64_t>& blackList) in SetBlackList()
1080 void RSScreen::AddBlackList(const std::vector<uint64_t>& blackList) in AddBlackList()
1087 void RSScreen::RemoveBlackList(const std::vector<uint64_t>& blackList) in RemoveBlackList()
H A Drs_screen_manager.cpp990 …2_t RSScreenManager::SetVirtualScreenBlackList(ScreenId id, const std::vector<uint64_t>& blackList) in SetVirtualScreenBlackList()
1029 …2_t RSScreenManager::AddVirtualScreenBlackList(ScreenId id, const std::vector<uint64_t>& blackList) in AddVirtualScreenBlackList()
1059 … RSScreenManager::RemoveVirtualScreenBlackList(ScreenId id, const std::vector<uint64_t>& blackList) in RemoveVirtualScreenBlackList()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_thread.h169 void SetBlackList(std::unordered_set<NodeId> blackList) in SetBlackList()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp1612 std::vector<NodeId> blackList = {1, 2, 3}; variable
1638 std::vector<NodeId> blackList = {1, 2, 3}; variable
1664 std::vector<NodeId> blackList = {1, 2, 3}; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_surface_render_node_drawable_test.cpp1068 std::unordered_set<NodeId> blackList = {surfaceParams->GetId()}; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp633 const auto& blackList = RSUniRenderThread::Instance().GetBlackList(); in CheckIfSurfaceSkipInMirror() local