Home
last modified time | relevance | path

Searched refs:IncFs_WaitForLoadingComplete (Results 1 – 4 of 4) sorted by relevance

/system/incremental_delivery/incfs/tests/
Dincfs_test.cpp823 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/
Dincfs_ndk.h293 IncFsErrorCode IncFs_WaitForLoadingComplete(const IncFsControl* control, int32_t timeoutMs);
Dincfs_inline.h407 const auto res = IncFs_WaitForLoadingComplete(control, timeout.count()); in waitForLoadingComplete()
/system/incremental_delivery/incfs/
Dincfs.cpp1810 IncFsErrorCode IncFs_WaitForLoadingComplete(const IncFsControl* control, int32_t timeoutMs) { in IncFs_WaitForLoadingComplete() function