Home
last modified time | relevance | path

Searched refs:syncInterfaceRefCount (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.cpp1257 int syncInterfaceRefCount = 1; variable
1258 EXPECT_CALL(syncDBInterface, IncRefCount()).WillRepeatedly([&syncInterfaceRefCount]() { in __anon34a84a721602()
1259 syncInterfaceRefCount++; in __anon34a84a721602()
1261 EXPECT_CALL(syncDBInterface, DecRefCount()).WillRepeatedly([&syncInterfaceRefCount]() { in __anon34a84a721702()
1262 syncInterfaceRefCount--; in __anon34a84a721702()
1285 syncInterfaceRefCount = 0;
1287 EXPECT_EQ(syncInterfaceRefCount, 0);