Searched refs:nodePath (Results 1 – 2 of 2) sorted by relevance
128 String nodePath = AccessibilityNodePathBuilder.createNodePath(nodeInfo); in processResults() local129 if (resultBuilder == null || nodePath == null) { in processResults()138 .setUiElementPath(nodePath) in processResults()
403 for (const auto& nodePath : paths) { in readBatteryConfiguration() local406 info.path = nodePath; in readBatteryConfiguration()407 info.name = nodePath.filename(); in readBatteryConfiguration()411 const auto& files = allFilesInPath(nodePath); in readBatteryConfiguration()444 for (const auto& nodePath : paths) { in readLightsConfiguration() local447 info.path = nodePath; in readLightsConfiguration()448 info.name = nodePath.filename(); in readLightsConfiguration()473 const auto& files = allFilesInPath(nodePath); in readLightsConfiguration()2989 std::string nodePath = currentPath / "power/wakeup"; in setKernelWakeEnabled() local2990 if (std::filesystem::exists(nodePath)) { in setKernelWakeEnabled()[all …]