Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_mock_sync_module_test.cpp202 MockAutoLaunch mockAutoLaunch; in AutoLaunchCheck001() local
209 mockAutoLaunch.SetAutoLaunchItem(id, userId, item); in AutoLaunchCheck001()
210 EXPECT_CALL(mockAutoLaunch, TryCloseConnection(_)).WillOnce(Return()); in AutoLaunchCheck001()
221 std::thread t = std::thread([&finishCount, &mockAutoLaunch, &id, &userId, &mutex, &cv] { in AutoLaunchCheck001()
222 mockAutoLaunch.CallExtConnectionLifeCycleCallbackTask(id, userId); in AutoLaunchCheck001()
845 MockAutoLaunch mockAutoLaunch; variable
851 mockAutoLaunch.SetWhiteListItem(id, userId0, item);
853 EXPECT_EQ(mockAutoLaunch.CallGetAutoLaunchItemUid(id, userId1, ext), userId0);
855 mockAutoLaunch.ClearWhiteList();