Searched refs:update_success (Results 1 – 4 of 4) sorted by relevance
1111 bool* update_success) { in SimulateUpdateAppFromUsbStick() argument1117 *update_success = waiter.update_success(); in SimulateUpdateAppFromUsbStick()1157 bool update_success() const { return update_success_; } in update_success() function in chromeos::KioskUpdateTest::KioskAppExternalUpdateWaiter1369 bool update_success; in IN_PROC_BROWSER_TEST_F() local1372 kFakeUsbMountPathUpdatePass, &app_update_notified, &update_success); in IN_PROC_BROWSER_TEST_F()1373 EXPECT_TRUE(update_success); in IN_PROC_BROWSER_TEST_F()1405 bool update_success; in IN_PROC_BROWSER_TEST_F() local1408 kFakeUsbMountPathNoManifest, &app_update_notified, &update_success); in IN_PROC_BROWSER_TEST_F()1409 EXPECT_FALSE(update_success); in IN_PROC_BROWSER_TEST_F()1427 bool update_success; in IN_PROC_BROWSER_TEST_F() local[all …]
698 bool update_success = success || request_type_ == CHUNK_REQUEST; in UpdateFinished() local701 update_success ? UPDATE_RESULT_SUCCESS : UPDATE_RESULT_FAIL); in UpdateFinished()706 update_success); in UpdateFinished()
414 bool update_success = cache.UpdateStaleChallenge( in TEST() local421 EXPECT_TRUE(update_success); in TEST()
3354 bool update_success = valobj->UpdateValueIfNeeded (true); in DumpValueObject_Impl() local3361 if (update_success && options.m_use_dynamic != eNoDynamicValues) in DumpValueObject_Impl()