Home
last modified time | relevance | path

Searched refs:cntForBA (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.cpp326 int cntForBA = 0; variable
328 g_commBA->RegOnSendableCallback([&cntForBA](){ cntForBA++; }, nullptr); in __anon922778e00702()
336 cntForBA = 0;
375 EXPECT_GE(cntForBA, 1);