Home
last modified time | relevance | path

Searched refs:DCHECK (Results 1 – 25 of 39) sorted by relevance

12

/system/connectivity/shill/
Dproperty_store.cc560 DCHECK(!Contains(name) || ContainsKey(bool_properties_, name)) in RegisterBool()
566 DCHECK(!Contains(name) || ContainsKey(bool_properties_, name)) in RegisterConstBool()
572 DCHECK(!Contains(name) || ContainsKey(bool_properties_, name)) in RegisterWriteOnlyBool()
579 DCHECK(!Contains(name) || ContainsKey(int16_properties_, name)) in RegisterInt16()
586 DCHECK(!Contains(name) || ContainsKey(int16_properties_, name)) in RegisterConstInt16()
593 DCHECK(!Contains(name) || ContainsKey(int16_properties_, name)) in RegisterWriteOnlyInt16()
599 DCHECK(!Contains(name) || ContainsKey(int32_properties_, name)) in RegisterInt32()
606 DCHECK(!Contains(name) || ContainsKey(int32_properties_, name)) in RegisterConstInt32()
613 DCHECK(!Contains(name) || ContainsKey(int32_properties_, name)) in RegisterWriteOnlyInt32()
620 DCHECK(!Contains(name) || ContainsKey(string_properties_, name)) in RegisterString()
[all …]
Dproperty_accessor.h62 DCHECK(property); in PropertyAccessor()
86 DCHECK(property); in ConstPropertyAccessor()
113 DCHECK(property); in WriteOnlyPropertyAccessor()
166 DCHECK(target); in CustomAccessor()
167 DCHECK(getter); // otherwise, use CustomWriteOnlyAccessor in CustomAccessor()
230 DCHECK(target); in CustomWriteOnlyAccessor()
231 DCHECK(setter); in CustomWriteOnlyAccessor()
232 DCHECK(clearer || default_value); in CustomWriteOnlyAccessor()
233 DCHECK(!clearer || !default_value); in CustomWriteOnlyAccessor()
275 DCHECK(target); in CustomReadOnlyAccessor()
[all …]
Ddevice_info.cc616 DCHECK(msg.type() == RTNLMessage::kTypeLink && in AddLinkMsgHandler()
690 DCHECK(msg.type() == RTNLMessage::kTypeLink && in DelLinkMsgHandler()
1044 DCHECK(msg.type() == RTNLMessage::kTypeLink); in LinkMsgHandler()
1056 DCHECK(msg.type() == RTNLMessage::kTypeAddress); in AddressMsgHandler()
1102 DCHECK(msg.type() == RTNLMessage::kTypeRdnss); in RdnssMsgHandler()
1140 DCHECK(ContainsKey(infos_, dev_index)); in DelayedDeviceCreationTask()
1141 DCHECK(!GetDevice(dev_index)); in DelayedDeviceCreationTask()
1175 DCHECK(!address.empty()); in DelayedDeviceCreationTask()
Dconnection.cc151 DCHECK(!routing_request_count_); in ~Connection()
378 DCHECK(device.get()); in RequestRouting()
391 DCHECK(device.get()); in ReleaseRouting()
Dhttp_request.cc99 DCHECK(!is_running_); in Start()
/system/tpm/attestation/server/
Ddatabase_impl.cc61 DCHECK(thread_checker_.CalledOnValidThread()); in Initialize()
70 DCHECK(thread_checker_.CalledOnValidThread()); in GetProtobuf()
75 DCHECK(thread_checker_.CalledOnValidThread()); in GetMutableProtobuf()
80 DCHECK(thread_checker_.CalledOnValidThread()); in SaveChanges()
89 DCHECK(thread_checker_.CalledOnValidThread()); in Reload()
/system/core/metricsd/uploader/
Dmetrics_log_base.cc98 DCHECK(!locked_); in CloseLog()
103 DCHECK(locked_); in GetEncodedLog()
108 DCHECK(!locked_); in RecordUserAction()
119 DCHECK(!locked_); in RecordHistogramDelta()
/system/nativepower/client/
Dpower_manager_client.cc99 DCHECK(power_manager_.get()); in Suspend()
110 DCHECK(power_manager_.get()); in ShutDown()
122 DCHECK(power_manager_.get()); in Reboot()
Dwake_lock.cc34 DCHECK(client_); in WakeLock()
/system/update_engine/common/
Dhash_calculator.h60 DCHECK(!hash_.empty()) << "Call Finalize() first"; in hash()
65 DCHECK(!raw_hash_.empty()) << "Call Finalize() first"; in raw_hash()
Dfake_boot_control.h91 DCHECK(slot < num_slots_); in SetPartitionDevice()
96 DCHECK(slot < num_slots_); in SetSlotBootable()
/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc338 DCHECK(!candidates_by_name_.empty()); in UpdateOperatorName()
411 DCHECK(mno.has_data()); in PreprocessDatabase()
428 DCHECK(localized_name.has_name()); in PreprocessDatabase()
468 DCHECK(!cit->second.empty()); in AppendToCandidatesByMCCMNC()
491 DCHECK(!cit->second.empty()); in AppendToCandidatesBySID()
516 DCHECK(operator_code_type_ == kOperatorCodeTypeMCCMNC || in UpdateMNO()
665 DCHECK(filter.has_regex()); in FilterMatches()
747 DCHECK(current_mno_->has_data()); in RefreshDBInformation()
753 DCHECK(current_mvno_->has_data()); in RefreshDBInformation()
Dcellular_bearer.cc101 DCHECK(ipconfig_method); in GetIPConfigMethodAndProperties()
102 DCHECK(ipconfig_properties); in GetIPConfigMethodAndProperties()
Dactive_passive_out_of_credits_detector.cc137 DCHECK(service()->connection()); in SetupConnectionHealthChecker()
/system/update_engine/
Dshill_proxy.cc39 DCHECK(bus_.get()); in GetServiceForPath()
/system/extras/perfprofd/quipper/base/
Dlogging.h393 #define DCHECK(condition) \ macro
394 LAZY_STREAM(LOG_STREAM(DCHECK), DCHECK_IS_ON && !(condition)) \
398 LAZY_STREAM(PLOG_STREAM(DCHECK), DCHECK_IS_ON && !(condition)) \
442 #define NOTREACHED() DCHECK(false)
/system/update_engine/payload_consumer/
Dfile_descriptor.cc77 DCHECK(request == BLKDISCARD || request == BLKZEROOUT || in BlkIoctl()
/system/connectivity/shill/wifi/
Dwifi_service.cc224 DCHECK(endpoint->ssid() == ssid()); in AddEndpoint()
231 DCHECK(i != endpoints_.end()); in RemoveEndpoint()
247 DCHECK(!endpoint || (endpoints_.find(endpoint) != endpoints_.end())); in NotifyCurrentEndpoint()
254 DCHECK(endpoints_.find(endpoint) != endpoints_.end()); in NotifyEndpointUpdated()
489 DCHECK(physical_mode_ < Metrics::kWiFiNetworkPhyModeMax); in SendPostReadyStateMetrics()
502 DCHECK(security_uma != Metrics::kWiFiSecurityUnknown); in SendPostReadyStateMetrics()
735 DCHECK(passphrase_.empty()); in UpdateConnectable()
/system/update_engine/update_manager/
Dvariable.h72 DCHECK(observer_list_.empty()) << "Don't destroy the variable without " in ~BaseVariable()
Dupdate_manager-inl.h130 DCHECK(EvalStatus::kAskMeAgainLater != ret); in PolicyRequest()
/system/update_engine/payload_generator/
Dcycle_breaker.cc101 DCHECK(stack_.empty()); in BreakCycles()
/system/connectivity/shill/vpn/
Dopenvpn_driver.cc625 DCHECK(!host_name.empty()); in InitOptions()
626 DCHECK(!host_port.empty()); in InitOptions()
763 DCHECK(ca_cert.empty()); in InitCAOptions()
776 DCHECK(!ca_cert.empty() && ca_cert_pem.empty()); in InitCAOptions()
/system/connectivity/shill/wimax/
Dwimax_service.cc212 DCHECK(device); in IsAutoConnectable()
/system/core/base/include/android-base/
Dlogging.h231 #define DCHECK(x) \ macro
/system/connectivity/apmanager/
Ddevice_info.cc135 DCHECK(msg.type() == RTNLMessage::kTypeLink); in LinkMsgHandler()

12