Home
last modified time | relevance | path

Searched defs:asyncHelper (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
Dudmf_async_client.cpp84 auto &asyncHelper = asyncHelperMap_.at(params.query.key); in StartAsyncDataRetrieval() local
103 auto &asyncHelper = asyncHelperMap_.at(businessUdKey); in Cancel() local
126 auto &asyncHelper = asyncHelperMap_.at(businessUdKey); in ProgressTask() local
161 auto &asyncHelper = asyncHelperMap_.at(query.key); in GetDataTask() local
172 auto &asyncHelper = asyncHelperMap_.at(businessUdKey); in InvokeHapTask() local
213 auto asyncHelper = std::make_unique<AsyncHelper>(); in RegisterAsyncHelper() local
224 Status UdmfAsyncClient::CheckSync(std::unique_ptr<AsyncHelper> &asyncHelper, const QueryOption &que… in CheckSync()
266 Status UdmfAsyncClient::GetDataFromDB(std::unique_ptr<AsyncHelper> &asyncHelper, const QueryOption … in GetDataFromDB()
274 auto &asyncHelper = asyncHelperMap_.at(key); in GetDataFromDB() local
303 Status UdmfAsyncClient::GetDataFromCache(std::unique_ptr<AsyncHelper> &asyncHelper, const QueryOpti… in GetDataFromCache()
[all …]
/foundation/distributeddatamgr/udmf/framework/common/unittest/
Dudmf_copy_file_test.cpp72 auto asyncHelper = std::make_unique<AsyncHelper>(); variable
90 auto asyncHelper = std::make_unique<AsyncHelper>(); variable
/foundation/distributeddatamgr/udmf/framework/common/
Dudmf_copy_file.h35 std::unique_ptr<AsyncHelper> &asyncHelper; member
Dudmf_copy_file.cpp43 Status UdmfCopyFile::Copy(std::unique_ptr<AsyncHelper> &asyncHelper) in Copy()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
Dudmf_async_client_test.cpp792 auto &asyncHelper = UdmfAsyncClient::GetInstance().asyncHelperMap_.at(businessUdKey); in __anon0eb97f481402() local