Searched refs:SetMsiMarker (Results 1 – 4 of 4) sorted by relevance
107 bool SetMsiMarker(bool system_install, bool set) const;
132 EXPECT_TRUE(product->SetMsiMarker(system_level, true)); in TEST_F()
119 bool Product::SetMsiMarker(bool system_install, bool set) const { in SetMsiMarker() function in installer::Product
1162 product.SetMsiMarker(installer_state.system_install(), false); in UninstallProduct()