| /foundation/communication/dsoftbus/core/connection/common/src/ |
| D | softbus_conn_async_helper.c | 56 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/ |
| D | distributeddb_ability_sync_test.cpp | 397 AbilitySync async; variable 430 AbilitySync async; variable 501 AbilitySync async; variable 572 AbilitySync async; variable
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
| D | sync_event.cpp | 19 …: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()
|
| D | cloud_db.cpp | 58 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/ |
| D | softbus_conn_async_helper_test.cpp | 55 ConnAsync async {}; variable 82 ConnAsync async {}; variable
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/router/ |
| D | js_router.cpp | 40 jerry_value_t Router::Replace(jerry_value_t object, bool async) in Replace()
|
| /foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/ |
| D | object_itf.cpp | 23 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/ |
| D | package.json | 13 "async": "^3.2.5", string
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
| D | softbus_client.cpp | 183 …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/ |
| D | mock_app_provision_info.h | 245 …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()
|
| D | mock_rdb.h | 232 …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/ |
| D | general_store_mock.cpp | 73 DetailAsync async, const SyncParam &syncParm) in Sync() 98 int32_t GeneralStoreMock::RegisterDetailProgressObserver(DetailAsync async) in RegisterDetailProgressObserver()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
| D | kvdb_general_store.cpp | 353 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/ |
| D | kvdb_notifier_client_mock.cpp | 44 void KVDBNotifierClient::AddCloudSyncCallback(uint64_t sequenceId, const AsyncDetail &async) in AddCloudSyncCallback()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| D | rdb_general_store_test.cpp | 635 GeneralStore::DetailAsync async; variable 655 GeneralStore::DetailAsync async; variable 684 GeneralStore::DetailAsync async; variable 1119 DistributedData::GeneralStore::DetailAsync async; variable
|
| D | kvdb_general_store_abnormal_test.cpp | 208 GeneralStore::DetailAsync async; variable
|
| D | cloud_test.cpp | 62 auto async = [&sign](const GenDetails& details) { in __anoncdee97a80102() variable
|
| D | kvdb_general_store_test.cpp | 521 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/ |
| D | common_func.cpp | 236 …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/ |
| D | mock_rdb.h | 232 …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/ |
| D | rosen_font_loader.cpp | 83 … 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/ |
| D | rs_processor.h | 101 bool async) { return false; } in ProcessOfflineLayer()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
| D | image_provider.cpp | 362 … 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/ |
| D | read_lines.cpp | 65 static NVal InstantiateReaderIterator(napi_env env, void *iterator, int64_t offset, bool async = fa… in InstantiateReaderIterator()
|
| /foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
| D | single_kvstore.h | 328 virtual Status CloudSync(const AsyncDetail &async) in CloudSync()
|