Searched refs:SetProgress (Results 1 – 4 of 4) sorted by relevance
127 TEST_F(BinderCommandProxyTest, SetProgress) { in TEST_F() argument128 EXPECT_CALL(*command_, SetProgress(EqualToJson("{'progress': 10}"), _)) in TEST_F()
119 status = ToStatus(command->SetProgress(*dict, &error), &error); in setProgress()
88 bool SetProgress(const base::DictionaryValue& progress,
133 bool Command::SetProgress(const base::DictionaryValue& progress, in SetProgress() function in weaved::Command