Searched defs:statuses (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/resschedadapter_fuzzer/ |
H A D | resschedadapter_fuzz.cpp | 43 std::vector<ResSchedStatusAdapter> statuses = { ResSchedStatusAdapter::WEB_ACTIVE, in ResSchedAdapterFuzzTest() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/ |
H A D | distributeddb_tools_test.cpp | 135 std::map<std::string, DBStatus>& statuses, const Query &query) in SyncTestWithQuery() 157 SyncMode mode, std::map<std::string, DBStatus>& statuses) in SyncTest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_delegate_impl.cpp | 559 devices, mode, [this, onComplete](const std::map<std::string, int> &statuses) { in Sync() 593 … devices, mode, querySyncObj, [this, onComplete](const std::map<std::string, int> &statuses) { in Sync() 920 void KvStoreNbDelegateImpl::OnSyncComplete(const std::map<std::string, int> &statuses, in OnSyncComplete() 980 …[this, onComplete](const std::map<std::string, int> &statuses) { OnSyncComplete(statuses, onComple… in SubscribeRemoteQuery() 1004 …[this, onComplete](const std::map<std::string, int> &statuses) { OnSyncComplete(statuses, onComple… in UnSubscribeRemoteQuery()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | sync_able_kvdb_connection.cpp | 172 void SyncAbleKvDBConnection::OnSyncComplete(const std::map<std::string, int> &statuses, in OnSyncComplete()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_tools_unit_test.cpp | 947 std::map<std::string, DBStatus>& statuses, const Query &query) in SyncTest() 969 std::map<std::string, DBStatus>& statuses, bool wait) in SyncTest()
|