OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_store
(Results
1 - 10
of
10
) sorted by null
/system/weaved/buffet/
buffet_config_unittest.cc
26
brillo::KeyValueStore
config_store
;
local
27
config_store
.SetString("client_id", "conf_client_id");
28
config_store
.SetString("client_secret", "conf_client_secret");
29
config_store
.SetString("api_key", "conf_api_key");
30
config_store
.SetString("oauth_url", "conf_oauth_url");
31
config_store
.SetString("service_url", "conf_service_url");
32
config_store
.SetString("oem_name", "conf_oem_name");
33
config_store
.SetString("model_name", "conf_model_name");
34
config_store
.SetString("model_id", "ABCDE");
35
config_store
.SetString("polling_period_ms", "12345")
[
all
...]
buffet_config.h
27
#include <weave/provider/
config_store
.h>
/external/libweave/examples/provider/
file_config_store.h
12
#include <weave/provider/
config_store
.h>
/external/libweave/include/weave/provider/test/
mock_config_store.h
13
#include <weave/provider/
config_store
.h>
/external/libweave/src/
access_black_list_manager_impl.h
14
#include <weave/provider/
config_store
.h>
device_manager.cc
25
DeviceManager::DeviceManager(provider::ConfigStore*
config_store
,
33
: config_{new Config{
config_store
}},
45
black_list_manager_.reset(new AccessBlackListManagerImpl{
config_store
});
277
std::unique_ptr<Device> Device::Create(provider::ConfigStore*
config_store
,
286
new DeviceManager{
config_store
, task_runner, http_client, network, dns_sd,
config.h
15
#include <weave/provider/
config_store
.h>
44
explicit Config(provider::ConfigStore*
config_store
);
device_manager.h
27
DeviceManager(provider::ConfigStore*
config_store
,
config.cc
93
Config::Config(provider::ConfigStore*
config_store
)
94
: settings_{CreateDefaultSettings()}, config_store_{
config_store
} {
/external/libweave/include/weave/
device.h
16
#include <weave/provider/
config_store
.h>
163
provider::ConfigStore*
config_store
,
Completed in 565 milliseconds