Lines Matching refs:objectPath
31 parentDevice(parent), swid(swid), objectPath(baseObjPathSoftware + swid),
81 std::string objectPath) in createInventoryAssociation() argument
88 swid, "OBJPATH", objectPath); in createInventoryAssociation()
90 "running", "ran_on", objectPath}; in createInventoryAssociation()
96 swid, "OBJPATH", objectPath); in createInventoryAssociation()
98 "activating", "activated_on", objectPath}; in createInventoryAssociation()
110 ctx, Software::objectPath.str.c_str(), in createInventoryAssociation()
124 ctx, objectPath.str.c_str(), in setVersion()
151 std::string path = objectPath; in setActivationBlocksTransition()
169 "OBJPATH", objectPath); in enableUpdate()
175 "OBJPATH", objectPath); in enableUpdate()
177 updateIntf = std::make_unique<SoftwareUpdate>(ctx, objectPath.str.c_str(), in enableUpdate()