Home
last modified time | relevance | path

Searched defs:async (Results 1 - 25 of 29) sorted by relevance

12

/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_router.cpp40 jerry_value_t Router::Replace(jerry_value_t object, bool async) in Replace() argument
/foundation/window/window_manager/interfaces/kits/napi/common/
H A Ddm_napi_common.h63 void (*async)(napi_env env, std::unique_ptr<ParamT>& param); member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsync_event.cpp19 SyncEvent::EventInfo::EventInfo(int32_t mode, int32_t wait, bool retry, std::shared_ptr<GenQuery> query, GenAsync async) in EventInfo() argument
24 SyncEvent::EventInfo::EventInfo(const SyncParam &syncParam, bool retry, std::shared_ptr<GenQuery> query, GenAsync async) in EventInfo() argument
H A Dcloud_db.cpp58 int32_t CloudDB::Sync(const Devices &devices, int32_t mode, const GenQuery &query, Async async, int32_t wait) in Sync() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_ability_sync_test.cpp397 AbilitySync async; in HWTEST_F() local
430 AbilitySync async; in HWTEST_F() local
501 AbilitySync async; HWTEST_F() local
572 AbilitySync async; HWTEST_F() local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H A Dobject_itf.cpp23 static SLresult Realize(SLObjectItf self, SLboolean async) in Realize() argument
33 static SLresult Resume(SLObjectItf self, SLboolean async) in Resume() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_test.cpp62 auto async = [&sign](const GenDetails& details) { in HWTEST_F() local
H A Drdb_general_store_test.cpp726 GeneralStore::DetailAsync async; in HWTEST_F() local
H A Dkvdb_general_store_test.cpp390 GeneralStore::DetailAsync async; in HWTEST_F() local
H A Dcloud_data_test.cpp1561 GenAsync async = nullptr; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.cpp133 void KVDBNotifierClient::AddCloudSyncCallback(uint64_t sequenceId, const AsyncDetail &async) in AddCloudSyncCallback() argument
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dsingle_kvstore.h307 virtual Status CloudSync(const AsyncDetail &async) in CloudSync() argument
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dimage_receiver_napi.h124 CallType async; member
H A Dimage_creator_napi.h124 CreatorCallType async; member
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H A Dsendable_image_receiver_napi.h121 CallType async; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.cpp72 int32_t GeneralStoreMock::Sync(const Devices &devices, GenQuery &query, DetailAsync async, SyncParam &syncParm) in Sync() argument
97 int32_t GeneralStoreMock::RegisterDetailProgressObserver(DetailAsync async) in RegisterDetailProgressObserver() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp480 CloudDB::Async async; in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtrans_db.cpp253 int TransDB::Sync(const SyncOption &option, const std::vector<std::string> &tables, const AsyncDetail &async) in Sync() argument
H A Drdb_service_proxy.cpp131 DoSync(const RdbSyncerParam &param, const Option &option, const PredicatesMemo &predicates, const AsyncDetail &async) DoSync() argument
193 Sync(const RdbSyncerParam &param, const Option &option, const PredicatesMemo &predicates, const AsyncDetail &async) Sync() argument
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.h163 void SetOperationMode(bool async) in SetOperationMode() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_app_provision_info.h245 virtual int Sync(const SyncOption& option, const AbsRdbPredicates& predicate, const AsyncBrief& async) in Sync() argument
250 virtual int Sync(const SyncOption& option, const AbsRdbPredicates& predicate, const AsyncDetail& async) in Sync() argument
255 virtual int Sync(const SyncOption& option, const std::vector<std::string>& tables, const AsyncDetail& async) in Sync() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp504 int32_t RdbGeneralStore::Sync(const Devices &devices, GenQuery &query, DetailAsync async, SyncParam &syncParam) in Sync() argument
695 RdbGeneralStore::DBBriefCB RdbGeneralStore::GetDBBriefCB(DetailAsync async) in GetDBBriefCB() argument
717 RdbGeneralStore::DBProcessCB RdbGeneralStore::GetDBProcessCB(DetailAsync async, uint32_t syncMode, SyncId syncId, in GetDBProcessCB() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp601 Status SingleStoreImpl::CloudSync(const AsyncDetail &async) in CloudSync() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp340 KVDBGeneralStore::DBSyncCallback KVDBGeneralStore::GetDBSyncCompleteCB(DetailAsync async) in GetDBSyncCompleteCB() argument
359 DBStatus KVDBGeneralStore::CloudSync(const Devices &devices, DistributedDB::SyncMode cloudSyncMode, DetailAsync async, in CloudSync() argument
378 int32_t KVDBGeneralStore::Sync(const Devices &devices, GenQuery &query, DetailAsync async, SyncParam &syncParam) in Sync() argument
586 RegisterDetailProgressObserver(GeneralStore::DetailAsync async) RegisterDetailProgressObserver() argument
662 GetDBProcessCB(DetailAsync async) GetDBProcessCB() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp589 auto async = [ lambda = CJLambda::Create(cFunc)](const DistributedRdb::Details &details) -> in CloudSync() local

Completed in 21 milliseconds

12