Lines Matching refs:storageId
452 MOCK_METHOD2(onHealthStatus, binder::Status(int32_t storageId, int32_t status));
459 binder::Status storeStorageIdAndStatus(int32_t storageId, int32_t status) { in storeStorageIdAndStatus() argument
460 mStorageId = storageId; in storeStorageIdAndStatus()
581 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
584 ASSERT_LT(storageId, 0); in TEST_F()
592 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
595 ASSERT_LT(storageId, 0); in TEST_F()
605 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
608 ASSERT_LT(storageId, 0); in TEST_F()
619 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
622 ASSERT_LT(storageId, 0); in TEST_F()
637 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
640 ASSERT_LT(storageId, 0); in TEST_F()
656 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
659 ASSERT_GE(storageId, 0); in TEST_F()
660 mIncrementalService->deleteStorage(storageId); in TEST_F()
676 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
679 ASSERT_GE(storageId, 0); in TEST_F()
698 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
701 ASSERT_GE(storageId, 0); in TEST_F()
703 ASSERT_TRUE(mIncrementalService->startLoading(storageId)); in TEST_F()
721 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
724 ASSERT_GE(storageId, 0); in TEST_F()
725 ASSERT_TRUE(mIncrementalService->startLoading(storageId)); in TEST_F()
743 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
746 ASSERT_GE(storageId, 0); in TEST_F()
768 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
771 ASSERT_GE(storageId, 0); in TEST_F()
826 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
829 ASSERT_GE(storageId, 0); in TEST_F()
834 ASSERT_EQ(storageId, listener->mStorageId); in TEST_F()
844 ASSERT_EQ(storageId, listener->mStorageId); in TEST_F()
847 ASSERT_EQ(storageId, mTimedQueue->mId); in TEST_F()
850 mTimedQueue->clearJob(storageId); in TEST_F()
859 ASSERT_EQ(storageId, listener->mStorageId); in TEST_F()
862 ASSERT_EQ(storageId, mTimedQueue->mId); in TEST_F()
865 mTimedQueue->clearJob(storageId); in TEST_F()
874 ASSERT_EQ(storageId, listener->mStorageId); in TEST_F()
877 ASSERT_EQ(storageId, mTimedQueue->mId); in TEST_F()
880 mTimedQueue->clearJob(storageId); in TEST_F()
889 ASSERT_EQ(storageId, listener->mStorageId); in TEST_F()
892 ASSERT_EQ(storageId, mTimedQueue->mId); in TEST_F()
895 mTimedQueue->clearJob(storageId); in TEST_F()
904 ASSERT_EQ(storageId, listener->mStorageId); in TEST_F()
925 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
928 ASSERT_GE(storageId, 0); in TEST_F()
950 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
953 ASSERT_GE(storageId, 0); in TEST_F()
956 mIncrementalService->disableReadLogs(storageId); in TEST_F()
980 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
983 ASSERT_GE(storageId, 0); in TEST_F()
1003 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
1006 ASSERT_GE(storageId, 0); in TEST_F()
1026 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
1029 ASSERT_GE(storageId, 0); in TEST_F()
1040 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
1053 auto res = mIncrementalService->makeDir(storageId, dir_path, 0555); in TEST_F()
1064 int storageId = mIncrementalService->createStorage(tempDir.path, std::move(mDataLoaderParcel), in TEST_F() local
1078 auto res = mIncrementalService->makeDirs(storageId, dir_path, 0555); in TEST_F()