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

  /system/weaved/libweaved/
service.h 67 // |trait_name| is the name of a trait the command belongs to (e.g. "base").
70 const std::string& trait_name,
82 // |trait_name| is the name of the trait this property is part of.
85 const std::string& trait_name,
service.cc 183 const std::string& trait_name,
190 const std::string& trait_name,
325 const std::string& trait_name,
332 base::StringPrintf("%s.%s", trait_name.c_str(), command_name.c_str());
357 const std::string& trait_name,
362 base::StringPrintf("%s.%s", trait_name.c_str(), property_name.c_str());
  /external/libweave/src/
component_manager_impl.cc 245 auto trait_name = local
247 component_path = FindComponentWithTrait(trait_name);
253 command_instance->GetName().c_str(), trait_name.c_str());
338 // Make sure the |command_name| came in form of trait_name.command_name.

Completed in 993 milliseconds