Searched refs:eventPath (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-dbus-monitor/src/ |
H A D | event_manager.cpp | 56 fs::path eventPath(eventQueue.back()->objectPath); in create() local 57 id = std::stoi(std::string(eventPath.filename().c_str())); in create() 72 fs::path eventPath(EVENTS_PERSIST_PATH); in create() local 73 eventPath /= eventName; in create() 74 eventPath /= std::to_string(eventQueue.front()->timestamp()); in create() 77 fs::remove(eventPath, ec); in create() 105 auto eventPath = eventFile.path().string(); in restore() local 106 auto pos1 = eventPath.rfind("/"); in restore() 107 auto pos2 = eventPath.rfind("/", pos1 - 1) + 1; in restore() 108 auto eventName = eventPath.substr(pos2, (pos1 - pos2)); in restore()
|
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUSensorMain.cpp | 183 std::string eventPath = directory; in checkEvent() local 184 eventPath += "/"; in checkEvent() 185 eventPath += eventAttr; in checkEvent() 187 std::ifstream eventFile(eventPath); in checkEvent() 193 eventPathList[eventName].push_back(eventPath); in checkEvent() 211 for (const auto& eventPath : eventPaths) in checkGroupEvent() local 213 std::string attrName = eventPath.filename(); in checkGroupEvent() 214 pathList[attrName.substr(0, attrName.find('_'))].push_back(eventPath); in checkGroupEvent()
|
/openbmc/phosphor-power/cold-redundancy/ |
H A D | cold_redundancy.cpp | 40 const constexpr char* eventPath = "/xyz/openbmc_project/State/Decorator"; variable 149 path_namespace(eventPath) + arg0namespace(eventType), in ColdRedundancy()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-3.7.1.min.map | 1 …ropagationCallback","onlyHandlers","bubbleType","ontype","lastElement","eventPath","parentWindow",…
|
H A D | jquery-2.0.3.min.map | 1 …igCount","teardown","removeEvent","onlyHandlers","bubbleType","ontype","eventPath","Event","isTrig…
|