Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_send_receive_test.cpp263 int countForBB = 0; variable
265 g_commBB->RegOnSendableCallback([&countForBB](){ countForBB++; }, nullptr); in __anon922778e00602()
273 countForBB = 0;
310 EXPECT_GE(countForBB, 1);