Searched refs:to_store_ (Results 1 – 1 of 1) sorted by relevance
155 em::PolicyFetchResponse to_store_; member in chromeos::WhitelistOp188 em::PolicyFetchResponse to_store_; member in chromeos::StorePropertyOp443 to_store_.set_policy_data(to_sign.SerializeAsString()); in Execute()444 service_->StartSigningAttempt(to_store_.policy_data(), this); in Execute()473 to_store_.set_policy_data_signature( in OnKeyOpComplete()475 store_op_ = CreateStorePolicyOp(&to_store_, this); in OnKeyOpComplete()484 if (value && to_store_.has_policy_data()) { in OnSettingsOpCompleted()486 poldata.ParseFromString(to_store_.policy_data()); in OnSettingsOpCompleted()555 to_store_.set_policy_data(to_sign.SerializeAsString()); in Execute()556 service_->StartSigningAttempt(to_store_.policy_data(), this); in Execute()[all …]