Home
last modified time | relevance | path

Searched refs:cntForBB (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.cpp327 int cntForBB = 0; variable
329 g_commBB->RegOnSendableCallback([&cntForBB](){ cntForBB++; }, nullptr); in __anon922778e00802()
337 cntForBB = 0;
376 EXPECT_GE(cntForBB, 1);