Home
last modified time | relevance | path

Searched refs:getComponent (Results 1 – 4 of 4) sorted by relevance

/system/weaved/brillo/android/weave/
DIWeaveCommand.aidl22 String getComponent(); in getComponent() method
/system/weaved/buffet/
Dbinder_command_proxy.h37 android::binder::Status getComponent(android::String16* component) override;
Dbinder_command_proxy_unittest.cc121 EXPECT_TRUE(GetCommandProxy()->getComponent(&result).isOk()); in TEST_F()
Dbinder_command_proxy.cc57 android::binder::Status BinderCommandProxy::getComponent( in getComponent() function in buffet::BinderCommandProxy