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.cpp861 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/
Dincfs_ndk.h295 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.cpp1875 IncFsErrorCode IncFs_WaitForLoadingComplete(const IncFsControl* control, int32_t timeoutMs) { in IncFs_WaitForLoadingComplete() function