Home
last modified time | relevance | path

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

/system/weaved/buffet/
Dbinder_command_proxy_unittest.cc127 TEST_F(BinderCommandProxyTest, SetProgress) { in TEST_F() argument
128 EXPECT_CALL(*command_, SetProgress(EqualToJson("{'progress': 10}"), _)) in TEST_F()
Dbinder_command_proxy.cc119 status = ToStatus(command->SetProgress(*dict, &error), &error); in setProgress()
/system/weaved/libweaved/
Dcommand.h88 bool SetProgress(const base::DictionaryValue& progress,
Dcommand.cc133 bool Command::SetProgress(const base::DictionaryValue& progress, in SetProgress() function in weaved::Command