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

  /system/connectivity/shill/
store_interface.h 34 virtual bool IsNonEmpty() const = 0;
fake_store.h 40 bool IsNonEmpty() const override;
mock_store.h 37 MOCK_CONST_METHOD0(IsNonEmpty, bool());
pending_activation_store.cc 107 bool already_exists = storage->IsNonEmpty();
stub_storage.h 33 bool IsNonEmpty() const override { return false; }
key_file_store_unittest.cc 88 EXPECT_FALSE(store_->IsNonEmpty());
127 EXPECT_FALSE(store_->IsNonEmpty());
129 EXPECT_TRUE(store_->IsNonEmpty());
132 EXPECT_FALSE(store_->IsNonEmpty());
145 EXPECT_TRUE(store_->IsNonEmpty());
173 EXPECT_TRUE(store_->IsNonEmpty());
712 EXPECT_FALSE(store_->IsNonEmpty());
719 EXPECT_TRUE(store_->IsNonEmpty());
json_store.h 41 bool IsNonEmpty() const override;
key_file_store.h 42 bool IsNonEmpty() const override;
key_file_store.cc 78 bool KeyFileStore::IsNonEmpty() const {
87 if (!IsNonEmpty()) {
fake_store.cc 59 bool FakeStore::IsNonEmpty() const {
json_store_unittest.cc 922 ASSERT_FALSE(store_->IsNonEmpty());
    [all...]
json_store.cc 337 bool JsonStore::IsNonEmpty() const {
343 if (!IsNonEmpty()) {
profile.cc 113 bool already_exists = storage->IsNonEmpty();

Completed in 4224 milliseconds