Home
last modified time | relevance | path

Searched refs:has_type (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/payload_generator/
Ddelta_diff_utils_unittest.cc187 EXPECT_TRUE(op.has_type()); in TEST_F()
247 EXPECT_TRUE(op.has_type()); in TEST_F()
310 EXPECT_TRUE(op.has_type()); in TEST_F()
358 EXPECT_TRUE(op.has_type()); in TEST_F()
398 EXPECT_TRUE(op.has_type()); in TEST_F()
430 EXPECT_TRUE(op.has_type()); in TEST_F()
Dfull_update_generator.cc199 if (!aop.op.has_type()) in GenerateOperations()
Dinplace_generator.cc103 CHECK(v.aop.op.has_type()); in CheckGraph()
715 CHECK((*graph)[vertex].aop.op.has_type()); in AddInstallOpToGraph()
/system/connectivity/shill/wifi/
Dwifi_service_unittest.cc365 void AddServiceEntry(bool has_type, bool has_mode, bool has_security, in AddServiceEntry() argument
373 .WillOnce(Return(has_type)); in AddServiceEntry()
374 if (!has_type) { in AddServiceEntry()