Home
last modified time | relevance | path

Searched refs:countForBA (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.cpp262 int countForBA = 0; variable
264 g_commBA->RegOnSendableCallback([&countForBA](){ countForBA++; }, nullptr); in __anon922778e00502()
272 countForBA = 0;
309 EXPECT_GE(countForBA, 1);