Searched refs:IncFs_WaitForLoadingComplete (Results 1 – 4 of 4) sorted by relevance
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 861 EXPECT_EQ(0, IncFs_WaitForLoadingComplete(control_, 0)); in TEST_F() 877 EXPECT_EQ(-ETIMEDOUT, IncFs_WaitForLoadingComplete(control_, 0)); in TEST_F() 900 EXPECT_EQ(0, IncFs_WaitForLoadingComplete(control_, 0)); in TEST_F() 916 EXPECT_EQ(-ETIMEDOUT, IncFs_WaitForLoadingComplete(control_, 0)); in TEST_F() 945 EXPECT_EQ(-ETIMEDOUT, IncFs_WaitForLoadingComplete(control_, 0)); in TEST_F() 965 auto waiter = std::thread([&] { res = IncFs_WaitForLoadingComplete(control_, 5 * 1000); }); in TEST_F()
|
/system/incremental_delivery/incfs/include/ |
D | incfs_ndk.h | 295 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 | 1875 IncFsErrorCode IncFs_WaitForLoadingComplete(const IncFsControl* control, int32_t timeoutMs) { in IncFs_WaitForLoadingComplete() function
|