Searched refs:StorePropertyOp (Results 1 – 1 of 1) sorted by relevance
159 class StorePropertyOp : public SignedSettings, class162 StorePropertyOp(const std::string& name,165 virtual ~StorePropertyOp();300 return new StorePropertyOp(name, value, d); in CreateStorePropertyOp()526 StorePropertyOp::StorePropertyOp(const std::string& name, in StorePropertyOp() function in chromeos::StorePropertyOp535 StorePropertyOp::~StorePropertyOp() {} in ~StorePropertyOp()537 void StorePropertyOp::Execute() { in Execute()559 void StorePropertyOp::Fail(SignedSettings::ReturnCode code) { in Fail()562 NewRunnableMethod(this, &StorePropertyOp::PerformCallback, code, false)); in Fail()565 void StorePropertyOp::Succeed(bool value) { in Succeed()[all …]