Home
last modified time | relevance | path

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

/system/weaved/buffet/
Dbinder_command_proxy.cc38 BinderCommandProxy::BinderCommandProxy( in BinderCommandProxy() function in buffet::BinderCommandProxy
41 android::binder::Status BinderCommandProxy::getId(android::String16* id) { in getId()
49 android::binder::Status BinderCommandProxy::getName(android::String16* name) { in getName()
57 android::binder::Status BinderCommandProxy::getComponent( in getComponent()
66 android::binder::Status BinderCommandProxy::getState(android::String16* state) { in getState()
74 android::binder::Status BinderCommandProxy::getOrigin( in getOrigin()
83 android::binder::Status BinderCommandProxy::getParameters( in getParameters()
92 android::binder::Status BinderCommandProxy::getProgress( in getProgress()
101 android::binder::Status BinderCommandProxy::getResults( in getResults()
110 android::binder::Status BinderCommandProxy::setProgress( in setProgress()
[all …]
Dbinder_command_proxy.h30 class BinderCommandProxy : public android::weave::BnWeaveCommand {
32 explicit BinderCommandProxy(const std::weak_ptr<weave::Command>& command);
33 ~BinderCommandProxy() override = default;
57 DISALLOW_COPY_AND_ASSIGN(BinderCommandProxy);
Dbinder_command_proxy_unittest.cc81 new BinderCommandProxy{std::weak_ptr<weave::Command>{command_}}); in SetUp()
84 BinderCommandProxy* GetCommandProxy() const { return proxy_.get(); } in GetCommandProxy()
106 std::unique_ptr<BinderCommandProxy> proxy_;
Dbinder_weave_service.cc85 new BinderCommandProxy{command}; in OnCommand()