| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| H A D | kvdb_general_store_test.cpp | 390 GeneralStore::DetailAsync async; in HWTEST_F() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | rdb_service_proxy.cpp | 131 DoSync(const RdbSyncerParam ¶m, const Option &option, const PredicatesMemo &predicates, const AsyncDetail &async) DoSync() argument 193 Sync(const RdbSyncerParam ¶m, const Option &option, const PredicatesMemo &predicates, const AsyncDetail &async) Sync() argument
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| H A D | ap.h | 47 unsigned int async : 1; member
|
| /kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/ |
| H A D | camss.c | 736 static int camss_subdev_notifier_bound(struct v4l2_async_notifier *async, in camss_subdev_notifier_bound() argument 752 static int camss_subdev_notifier_complete(struct v4l2_async_notifier *async) in camss_subdev_notifier_complete() argument
|
| /kernel/linux/linux-5.10/net/xfrm/ |
| H A D | xfrm_input.c | 472 int async = 0; in xfrm_input() local
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
| H A D | comedi_test.c | 201 struct comedi_async *async = s->async; in waveform_ai_timer() local 438 struct comedi_async *async = s->async; in waveform_ao_timer() local 511 struct comedi_async *async = s->async; waveform_ao_inttrig_start() local [all...] |
| H A D | das16m1.c | 243 struct comedi_async *async = s->async; in das16m1_ai_cmd() local 378 struct comedi_async *async = s->async; in das16m1_handler() local
|
| H A D | dt2811.c | 197 struct comedi_async *async = s->async; in dt2811_interrupt() local
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/ |
| H A D | drivers.c | 463 struct comedi_async *async = s->async; in __comedi_nscans_left() local 515 struct comedi_async *async = s->async; comedi_nsamples_left() local 549 struct comedi_async *async = s->async; comedi_inc_scan_progress() local 645 struct comedi_async *async; __comedi_device_postconfig_async() local [all...] |
| /kernel/linux/linux-6.6/drivers/comedi/drivers/ |
| H A D | das16m1.c | 242 struct comedi_async *async = s->async; in das16m1_ai_cmd() local 377 struct comedi_async *async = s->async; in das16m1_handler() local
|
| H A D | dt2811.c | 196 struct comedi_async *async = s->async; in dt2811_interrupt() local
|
| /kernel/linux/linux-6.6/drivers/comedi/ |
| H A D | drivers.c | 462 struct comedi_async *async = s->async; in __comedi_nscans_left() local 514 struct comedi_async *async = s->async; comedi_nsamples_left() local 548 struct comedi_async *async = s->async; comedi_inc_scan_progress() local 644 struct comedi_async *async; __comedi_device_postconfig_async() local [all...] |
| /kernel/linux/linux-6.6/net/xfrm/ |
| H A D | xfrm_input.c | 459 int async = 0; in xfrm_input() local
|
| /third_party/alsa-lib/src/control/ |
| H A D | control_local.h | 28 int (*async)(snd_ctl_t *handle, int sig, pid_t pid); member
|
| /third_party/libcoap/examples/ |
| H A D | etsi_iot_01.c | 350 coap_async_t *async; in hnd_get_separate() local
|
| /third_party/node/src/ |
| H A D | inspector_io.cc | 377 uv_async_t* async = reinterpret_cast<uv_async_t*>(handle); in CloseAndFree() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | context.c | 1648 bool async = !ctx->Shared->HasExternallySharedImages; in _mesa_flush() local
|
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-metrics.h | 111 bool async = false; member 136 bool async = false; member 148 bool async = false; member
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-metrics.h | 99 bool async = false; member 109 bool async = false; member 122 bool async = false; member
|
| /base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
| H A D | napi_x509_cert_chain.cpp | 46 AsyncCtx async; member [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
| H A D | mock_app_provision_info.h | 245 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 D | rdb_general_store.cpp | 504 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 D | single_store_impl.cpp | 601 Status SingleStoreImpl::CloudSync(const AsyncDetail &async) in CloudSync() argument
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | tcrypt.c | 1481 test_skcipher_speed(const char *algo, int enc, unsigned int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize, bool async) test_skcipher_speed() argument
|
| /kernel/linux/linux-5.10/drivers/base/ |
| H A D | dd.c | 905 bool async = false; in __device_attach() local 1069 bool async = false; in __driver_attach() local [all...] |