OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supported_traits
(Results
1 - 2
of
2
) sorted by null
/system/weaved/buffet/
binder_weave_service.cc
49
std::vector<std::string>
supported_traits
;
local
51
std::back_inserter(
supported_traits
), ToString);
52
if (!device_->AddComponent(component_name,
supported_traits
, &error))
/external/libweave/src/
component_manager_impl.cc
266
const base::ListValue*
supported_traits
= nullptr;
local
267
if (component->GetList("traits", &
supported_traits
)) {
268
for (const base::Value* value : *
supported_traits
) {
492
const base::ListValue*
supported_traits
= nullptr;
local
495
if (component->GetList("traits", &
supported_traits
)) {
496
for (const base::Value* value : *
supported_traits
) {
Completed in 141 milliseconds