Searched refs:IncFs_WaitForLoadingComplete (Results 1 – 4 of 4) sorted by relevance
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 823 EXPECT_EQ(0, IncFs_WaitForLoadingComplete(control_, 0)); in TEST_F() 839 EXPECT_EQ(-ETIMEDOUT, IncFs_WaitForLoadingComplete(control_, 0)); in TEST_F() 862 EXPECT_EQ(0, IncFs_WaitForLoadingComplete(control_, 0)); in TEST_F() 878 EXPECT_EQ(-ETIMEDOUT, IncFs_WaitForLoadingComplete(control_, 0)); in TEST_F() 907 EXPECT_EQ(-ETIMEDOUT, IncFs_WaitForLoadingComplete(control_, 0)); in TEST_F() 927 auto waiter = std::thread([&] { res = IncFs_WaitForLoadingComplete(control_, 5 * 1000); }); in TEST_F()
|
/system/incremental_delivery/incfs/include/ |
D | incfs_ndk.h | 293 IncFsErrorCode IncFs_WaitForLoadingComplete(const IncFsControl* control, int32_t timeoutMs);
|
D | incfs_inline.h | 407 const auto res = IncFs_WaitForLoadingComplete(control, timeout.count()); in waitForLoadingComplete()
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 1810 IncFsErrorCode IncFs_WaitForLoadingComplete(const IncFsControl* control, int32_t timeoutMs) { in IncFs_WaitForLoadingComplete() function
|