Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.cpp464 bus.new_method_call(userMgrService, userMgrObjBasePath, in isValidUserName()
472 getManagedObjectsMethod, "PATH", userMgrObjBasePath); in isValidUserName()
942 bus.new_method_call(userMgrService, userMgrObjBasePath, in setUserName()
951 createUserMethod, "PATH", userMgrObjBasePath); in setUserName()
971 bus.new_method_call(userMgrService, userMgrObjBasePath, in setUserName()
979 renameUserMethod, "PATH", userMgrObjBasePath); in setUserName()
1411 auto method = bus.new_method_call(userMgrService, userMgrObjBasePath, in getSystemPrivAndGroups()
1422 getAllPropertiesMethod, "PATH", userMgrObjBasePath); in getSystemPrivAndGroups()
1536 sdbusplus::bus::match::rules::path(userMgrObjBasePath), in cacheUserDataFile()
1544 sdbusplus::bus::match::rules::path(userMgrObjBasePath), in cacheUserDataFile()
[all …]
H A Duser_mgmt.hpp60 static constexpr const char* userMgrObjBasePath = "/xyz/openbmc_project/user"; variable