Lines Matching refs:interfaceName
510 std::string interfaceName; member
1400 if (!transaction->interfaceName.empty() && in findActionOnInterface()
1401 (transaction->interfaceName != thisInterfaceName)) in findActionOnInterface()
1626 transaction->interfaceName = "xyz.openbmc_project.Object.Delete"; in handleDelete()
1932 const char* interfaceName = in handlePut() local
1935 interfaceName); in handlePut()
1965 m.append(interfaceName, in handlePut()
2145 std::string interfaceName; in handleBusSystemPost() local
2172 interfaceName = *it; in handleBusSystemPost()
2189 if (interfaceName.empty()) in handleBusSystemPost()
2247 interfaceName](const boost::system::error_code& ec, in handleBusSystemPost()
2271 asyncResp->res.jsonValue["interface"] = interfaceName; in handleBusSystemPost()
2294 if (ifaceName != nullptr && ifaceName == interfaceName) in handleBusSystemPost()
2338 objectPath.size() + interfaceName.size() + in handleBusSystemPost()
2344 uri += interfaceName; in handleBusSystemPost()
2405 m.append(interfaceName, name); in handleBusSystemPost()