Home
last modified time | relevance | path

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

/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/update_engine/common/
Dfake_boot_control.h91 DCHECK(slot < num_slots_); in SetPartitionDevice()
96 DCHECK(slot < num_slots_); in SetSlotBootable()
Dhash_calculator.h58 DCHECK(!raw_hash_.empty()) << "Call Finalize() first"; in raw_hash()
Dutils.cc615 DCHECK(filename || fd); in MakeTempFile()
/system/update_engine/
Dshill_proxy.cc38 DCHECK(bus_.get()); in GetServiceForPath()
Dupdate_attempter_android.cc122 DCHECK(status_ == UpdateStatus::IDLE); in ApplyPayload()
/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.cc93 DCHECK(request == BLKDISCARD || request == BLKZEROOUT || in BlkIoctl()
/system/core/base/
Dlogging_test.cpp87 TEST(logging, DCHECK) { in TEST() argument
89 ASSERT_DEATH({SuppressAbortUI(); DCHECK(false);}, "DCheck failed: false "); in TEST()
91 DCHECK(true); in TEST()
/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()
Dchromeos_policy.cc902 DCHECK(update_state.scatter_wait_period >= kZeroInterval); in UpdateScattering()
/system/update_engine/payload_generator/
Dcycle_breaker.cc101 DCHECK(stack_.empty()); in BreakCycles()
Dpayload_signer.cc420 DCHECK(out_length); in SignatureBlobLength()
/system/core/base/include/android-base/
Dlogging.h328 #define DCHECK(x) \ macro