Home
last modified time | relevance | path

Searched refs:setProgress (Results 1 – 5 of 5) sorted by relevance

/system/weaved/brillo/android/weave/
DIWeaveCommand.aidl29 void setProgress(in String progress); in setProgress() method
/system/weaved/buffet/
Dbinder_command_proxy.h43 android::binder::Status setProgress(
Dbinder_command_proxy_unittest.cc131 GetCommandProxy()->setProgress(ToString16(R"({"progress": 10})")).isOk()); in TEST_F()
Dbinder_command_proxy.cc110 android::binder::Status BinderCommandProxy::setProgress( in setProgress() function in buffet::BinderCommandProxy
/system/weaved/libweaved/
Dcommand.cc135 return StatusToError(binder_proxy_->setProgress(ToString16(progress)), error); in SetProgress()