Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.cpp476 sdbusplus::message::object_path tempUserPath(userObjBasePath); in isValidUserName()
701 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserEnabledState()
807 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserPrivilegeAccess()
914 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserName()
1551 sdbusplus::bus::match::rules::path_namespace(userObjBasePath) + in cacheUserDataFile()
1589 sdbusplus::message::object_path tempUserPath(userObjBasePath); in cacheUserDataFile()
H A Duser_mgmt.hpp61 static constexpr const char* userObjBasePath = "/xyz/openbmc_project/user"; variable