mobile_operator_info_unittest.cc | 97 : operator_info_(new MobileOperatorInfo(&dispatcher_, "Operator")), 98 operator_info_impl_(operator_info_->impl()) {} 117 operator_info_->AddDatabasePath(tmp_db_path); 131 std::unique_ptr<MobileOperatorInfo> operator_info_; member in class:shill::MobileOperatorInfoInitTest 132 // Owned by |operator_info_| and tied to its life cycle. 142 operator_info_->ClearDatabasePaths(); 143 EXPECT_FALSE(operator_info_->Init()); 151 operator_info_->ClearDatabasePaths(); 152 operator_info_->AddDatabasePath(database_path); 153 EXPECT_FALSE(operator_info_->Init()) [all...] |