HomeSort by relevance Sort by last modified time
    Searched refs:policy_ (Results 1 - 16 of 16) sorted by null

  /external/libbrillo/brillo/
backoff_entry.cc 18 : policy_(policy) {
19 DCHECK(policy_);
46 if (policy_->always_use_initial_delay)
47 delay = base::TimeDelta::FromMilliseconds(policy_->initial_delay_ms);
73 if (policy_->entry_lifetime_ms == -1)
88 return unused_since_ms >= std::max(policy_->maximum_backoff_ms,
89 policy_->entry_lifetime_ms);
94 return unused_since_ms >= policy_->entry_lifetime_ms;
114 std::max(0, failure_count_ - policy_->num_errors_to_ignore);
118 if (policy_->always_use_initial_delay
    [all...]
backoff_entry.h 108 const Policy* const policy_; member in class:brillo::BackoffEntry
  /frameworks/base/tools/aapt2/
NameMangler.h 45 explicit NameMangler(NameManglerPolicy policy) : policy_(policy) {}
48 if (policy_.target_package_name == name.package ||
49 policy_.packages_to_mangle.count(name.package) == 0) {
54 return ResourceName(policy_.target_package_name, name.type,
59 if (package.empty() || policy_.target_package_name == package) {
62 return policy_.packages_to_mangle.count(package) != 0;
65 const std::string& GetTargetPackageName() const { return policy_.target_package_name; }
94 NameManglerPolicy policy_; member in class:aapt::NameMangler
  /system/update_engine/update_manager/
update_manager.cc 36 policy_.reset(new AndroidThingsPolicy());
38 policy_.reset(new ChromeOSPolicy());
policy_test_utils.h 84 (policy_.get()->*policy_method)(
94 std::unique_ptr<Policy> policy_; member in class:chromeos_update_manager::UmPolicyTestBase
update_manager-inl.h 51 const std::string policy_name = policy_->PolicyRequestName(policy_method);
56 EvalStatus status = (policy_.get()->*policy_method)(ec, state_.get(), &error,
110 << policy_->PolicyRequestName(policy_method) << "; this is a bug.";
update_manager.h 97 policy_.reset(policy);
142 std::unique_ptr<const Policy> policy_; member in class:chromeos_update_manager::UpdateManager
next_update_check_policy_impl_unittest.cc 43 policy_ =
android_things_policy_unittest.cc 34 policy_ = std::make_unique<AndroidThingsPolicy>();
chromeos_policy_unittest.cc 38 policy_ = std::make_unique<ChromeOSPolicy>();
    [all...]
  /external/webrtc/webrtc/base/
winfirewall.h 48 INetFwPolicy* policy_; member in class:rtc::WinFirewall
winfirewall.cc 31 WinFirewall::WinFirewall() : mgr_(NULL), policy_(NULL), profile_(NULL) {
51 hr = mgr_->get_LocalPolicy(&policy_);
52 if (SUCCEEDED(hr) && (policy_ != NULL))
53 hr = policy_->get_CurrentProfile(&profile_);
62 RELEASE(policy_);
  /external/libbrillo/policy/
device_policy_impl.cc 475 if (policy_.has_policy_data_signature()) {
476 std::string policy_data = policy_.policy_data();
477 std::string policy_data_signature = policy_.policy_data_signature();
495 if (policy::LoadPolicyFromPath(policy_path, &policy_data_str, &policy_) !=
499 if (!policy_.has_policy_data()) {
503 if (!policy_data_.ParseFromString(policy_.policy_data()) ||
device_policy_impl.h 96 // Loads the signed policy off of disk from |policy_path| into |policy_|.
104 enterprise_management::PolicyFetchResponse policy_; member in class:policy::DevicePolicyImpl
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp     [all...]
json.h 617 unsigned policy_: 2; member in struct:Json::Value::CZString::StringStorage
    [all...]

Completed in 159 milliseconds