Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/
H A Dscreen_action.cpp41 std::vector<uint64_t> allIds = Rosen::DisplayManagerLite::GetInstance().GetAllDisplayIds(); in GetAllDisplayId() local
44 std::transform(allIds.begin(), allIds.end(), back_inserter(displayIds), [](uint64_t id) { in GetAllDisplayId()