Home
last modified time | relevance | path

Searched defs:async (Results 1 – 25 of 68) sorted by relevance

123

/foundation/communication/dsoftbus/core/connection/common/src/
Dsoftbus_conn_async_helper.c56 int32_t ConnAsyncConstruct(const char *name, ConnAsync *async, SoftBusLooper *looper) in ConnAsyncConstruct()
77 void ConnAsyncDestruct(ConnAsync *async) in ConnAsyncDestruct()
90 int32_t ConnAsyncCall(ConnAsync *async, ConnAsyncFunction function, void *arg, uint64_t delayMs) in ConnAsyncCall()
143 void ConnAsyncCancel(ConnAsync *async, int32_t callId, ConnAsyncFreeHook hook) in ConnAsyncCancel()
160 static ConnAsync async = { 0 }; in ConnAsyncGetInstance() local
170 ConnAsync *async = ConnAsyncGetInstance(); in ConnAsyncInit() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Ddistributeddb_ability_sync_test.cpp397 AbilitySync async; variable
430 AbilitySync async; variable
501 AbilitySync async; variable
572 AbilitySync async; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
Dsync_event.cpp19 …:EventInfo(int32_t mode, int32_t wait, bool retry, std::shared_ptr<GenQuery> query, GenAsync async) in EventInfo()
24 …:EventInfo(const SyncParam &syncParam, bool retry, std::shared_ptr<GenQuery> query, GenAsync async) in EventInfo()
Dcloud_db.cpp58 int32_t CloudDB::Sync(const Devices &devices, int32_t mode, const GenQuery &query, Async async, int… in Sync()
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
Dsoftbus_conn_async_helper_test.cpp55 ConnAsync async {}; variable
82 ConnAsync async {}; variable
/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
Djs_router.cpp40 jerry_value_t Router::Replace(jerry_value_t object, bool async) in Replace()
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
Dobject_itf.cpp23 static SLresult Realize(SLObjectItf self, SLboolean async) in Realize()
33 static SLresult Resume(SLObjectItf self, SLboolean async) in Resume()
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/
Dpackage.json13 "async": "^3.2.5", string
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
Dsoftbus_client.cpp183 …2_t SoftBusClient::Open(int32_t socket, uint32_t type, const ISocketListener *listener, bool async) in Open()
224 void SoftBusClient::UpdateBindInfo(int32_t socket, uint32_t mtu, int32_t status, bool async) in UpdateBindInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
Dmock_app_provision_info.h245 …tual int Sync(const SyncOption& option, const AbsRdbPredicates& predicate, const AsyncBrief& async) in Sync()
250 …ual int Sync(const SyncOption& option, const AbsRdbPredicates& predicate, const AsyncDetail& async) in Sync()
255 …nt Sync(const SyncOption& option, const std::vector<std::string>& tables, const AsyncDetail& async) in Sync()
Dmock_rdb.h232 …int Sync(const SyncOption& option, const AbsRdbPredicates& predicate, const AsyncBrief& async) ove… in Sync()
237 …int Sync(const SyncOption& option, const AbsRdbPredicates& predicate, const AsyncDetail& async) ov… in Sync()
242 …onst SyncOption& option, const std::vector<std::string>& tables, const AsyncDetail& async) override in Sync()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
Dgeneral_store_mock.cpp73 DetailAsync async, const SyncParam &syncParm) in Sync()
98 int32_t GeneralStoreMock::RegisterDetailProgressObserver(DetailAsync async) in RegisterDetailProgressObserver()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dkvdb_general_store.cpp353 KVDBGeneralStore::DBSyncCallback KVDBGeneralStore::GetDBSyncCompleteCB(DetailAsync async) in GetDBSyncCompleteCB()
372 …lStore::CloudSync(const Devices &devices, DistributedDB::SyncMode cloudSyncMode, DetailAsync async, in CloudSync()
406 …nt32_t, int32_t> KVDBGeneralStore::Sync(const Devices &devices, GenQuery &query, DetailAsync async, in Sync()
628 int32_t KVDBGeneralStore::RegisterDetailProgressObserver(GeneralStore::DetailAsync async) in RegisterDetailProgressObserver()
692 KVDBGeneralStore::DBProcessCB KVDBGeneralStore::GetDBProcessCB(DetailAsync async) in GetDBProcessCB()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/mock/src/
Dkvdb_notifier_client_mock.cpp44 void KVDBNotifierClient::AddCloudSyncCallback(uint64_t sequenceId, const AsyncDetail &async) in AddCloudSyncCallback()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
Drdb_general_store_test.cpp635 GeneralStore::DetailAsync async; variable
655 GeneralStore::DetailAsync async; variable
684 GeneralStore::DetailAsync async; variable
1119 DistributedData::GeneralStore::DetailAsync async; variable
Dkvdb_general_store_abnormal_test.cpp208 GeneralStore::DetailAsync async; variable
Dcloud_test.cpp62 auto async = [&sign](const GenDetails& details) { in __anoncdee97a80102() variable
Dkvdb_general_store_test.cpp521 GeneralStore::DetailAsync async; variable
1089 auto async = [&asyncCalled](const DistributedData::GenDetails &details) { in __anonfa0a99e11302() variable
1111 GeneralStore::DetailAsync async; variable
1134 GeneralStore::DetailAsync async; variable
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
Dcommon_func.cpp236 …unc::InstantiateStat(napi_env env, const uv_stat_t &buf, shared_ptr<FileInfo> fileInfo, bool async) in InstantiateStat()
264 NVal CommonFunc::InstantiateStat(napi_env env, const uv_stat_t &buf, bool async) in InstantiateStat()
326 NVal CommonFunc::InstantiateStream(napi_env env, shared_ptr<FILE> fp, bool async) in InstantiateStream()
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
Dmock_rdb.h232 …int Sync(const SyncOption& option, const AbsRdbPredicates& predicate, const AsyncBrief& async) ove… in Sync()
237 …int Sync(const SyncOption& option, const AbsRdbPredicates& predicate, const AsyncDetail& async) ov… in Sync()
242 …onst SyncOption& option, const std::vector<std::string>& tables, const AsyncDetail& async) override in Sync()
/foundation/arkui/ace_engine/frameworks/core/components/font/
Drosen_font_loader.cpp83 … const std::string&& imageData, bool async, int32_t instanceId) { in LoadFromNetwork()
102 int32_t instanceId) { in LoadFromNetwork()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_processor.h101 bool async) { return false; } in ProcessOfflineLayer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_provider.cpp362 … const std::string&& imageData, bool async, int32_t instanceId) { in DownLoadImage()
383 ImageErrorInfo errorInfo, bool async, int32_t instanceId) { in DownLoadImage()
391 … uint32_t dlTotal, uint32_t dlNow, bool async, int32_t instanceId) { in DownLoadImage()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
Dread_lines.cpp65 static NVal InstantiateReaderIterator(napi_env env, void *iterator, int64_t offset, bool async = fa… in InstantiateReaderIterator()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
Dsingle_kvstore.h328 virtual Status CloudSync(const AsyncDetail &async) in CloudSync()

123