HomeSort by relevance Sort by last modified time
    Searched refs:SetBool (Results 1 - 25 of 62) sorted by null

1 2 3

  /system/connectivity/shill/
json_store_unittest.cc 110 EXPECT_TRUE(store_->SetBool("group_a", "knob_1", our_value));
217 ASSERT_TRUE(store_->SetBool("group_a", "bool_knob", true));
245 EXPECT_TRUE(store_->SetBool("group_a", "knob_1", true));
253 EXPECT_TRUE(store_->SetBool("group_a", "knob_1", true));
261 EXPECT_TRUE(store_->SetBool("group_a", "knob_1", true));
294 EXPECT_TRUE(store_->SetBool("group_a", "knob_1", true));
359 store_->SetBool("group_a", "knob_1", bool());
366 store_->SetBool("group_a", "knob_1", bool());
367 store_->SetBool("group_a", "knob_2", bool());
374 store_->SetBool("group_a", "knob_1", bool())
    [all...]
store_interface.h 108 virtual bool SetBool(const std::string& group,
virtual_device_unittest.cc 84 EXPECT_CALL(storage, SetBool(_, _, _)).Times(0); // Or any type, really.
key_value_store_unittest.cc 53 store_.SetBool(kKey, kValue);
238 store_.SetBool(kBoolKey, kBoolValue);
310 first.SetBool("boolKey", true);
315 second.SetBool("boolKey", true);
320 first.SetBool("boolKey", true);
321 second.SetBool("boolOtherKey", true);
326 first.SetBool("boolKey", true);
327 second.SetBool("boolKey", false);
504 first.SetBool("boolKey", true);
516 second.SetBool("boolKey", true)
    [all...]
fake_store.h 62 bool SetBool(const std::string& group,
mock_store.h 61 MOCK_METHOD3(SetBool, bool(const std::string& group,
stub_storage.h 69 bool SetBool(const std::string& group,
default_profile.cc 188 storage()->SetBool(kStorageId, kStorageArpGateway, props_.arp_gateway);
191 storage()->SetBool(kStorageId, kStorageOfflineMode, props_.offline_mode);
json_store.h 63 bool SetBool(const std::string& group,
key_file_store.h 64 bool SetBool(const std::string& group,
key_file_store_unittest.cc 254 args.SetBool(kAttributeC, kValueC_0);
262 args.SetBool(kAttributeC, kValueC_1);
390 TEST_F(KeyFileStoreTest, SetBool) {
395 ASSERT_TRUE(store_->SetBool(kGroup, kKeyTrue, true));
396 ASSERT_TRUE(store_->SetBool(kGroup, kKeyFalse, false));
828 EXPECT_TRUE(store_->SetBool(kGroupB, kKeyBool, false));
service_unittest.cc 665 EXPECT_CALL(storage, SetBool(storage_id_, _, _)).Times(AnyNumber());
667 SetBool(storage_id_,
691 EXPECT_CALL(storage, SetBool(storage_id_, _, _)).Times(AnyNumber());
699 SetBool(storage_id_, Service::kStorageAutoConnect, true));
704 SetBool(storage_id_, Service::kStorageAutoConnect, false));
720 EXPECT_CALL(storage, SetBool(storage_id_, _, _)).Times(AnyNumber());
728 SetBool(storage_id_, Service::kStorageHasEverConnected, true));
733 SetBool(storage_id_, Service::kStorageHasEverConnected, false));
    [all...]
service.cc 611 storage->SetBool(id, kStorageAutoConnect, auto_connect_);
626 storage->SetBool(id, kStorageHasEverConnected, has_ever_connected_);
640 storage->SetBool(id, kStorageSaveCredentials, save_credentials_);
644 storage->SetBool(id, kStorageDNSAutoFallback, is_dns_auto_fallback_allowed_);
645 storage->SetBool(id, kStorageLinkMonitorDisabled, link_monitor_disabled_);
646 storage->SetBool(id, kStorageManagedCredentials, managed_credentials_);
    [all...]
eap_credentials.cc 433 storage->SetBool(id, kStorageEapUseProactiveKeyCaching,
435 storage->SetBool(id, kStorageEapUseSystemCAs, use_system_cas_);
fake_store.cc 168 bool FakeStore::SetBool(const string& group, const string& key, bool value) {
key_value_store.h 93 void SetBool(const std::string& name, bool value);
default_profile_unittest.cc 135 EXPECT_CALL(*storage.get(), SetBool(DefaultProfile::kStorageId,
147 EXPECT_CALL(*storage.get(), SetBool(DefaultProfile::kStorageId,
  /system/connectivity/shill/cellular/
cellular_bearer_unittest.cc 104 properties.SetBool(MM_BEARER_PROPERTY_CONNECTED, connected);
190 properties.SetBool(MM_BEARER_PROPERTY_CONNECTED, true);
203 properties.SetBool(MM_BEARER_PROPERTY_CONNECTED, true);
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.cc 506 props.SetBool(kPassphraseRequiredProperty,
508 props.SetBool(kL2tpIpsecPskRequiredProperty, IsPskRequired());
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 194 void SetBool (Message* message,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 194 void SetBool (Message* message,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 194 void SetBool (Message* message,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 194 void SetBool (Message* message,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9shader.h 141 STDMETHOD(SetBool)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, WINBOOL value) PURE;
184 #define ID3DXConstantTable_SetBool(p,a,b,c) (p)->lpVtbl->SetBool(p,a,b,c)
215 #define ID3DXConstantTable_SetBool(p,a,b,c) (p)->SetBool(a,b,c)
  /system/connectivity/shill/wifi/
wifi_provider_unittest.cc 285 args->SetBool(kWifiHiddenSsid, is_hidden);
    [all...]

Completed in 7538 milliseconds

1 2 3