Home
last modified time | relevance | path

Searched defs:context (Results 1501 - 1525 of 7189) sorted by relevance

1...<<61626364656667686970>>...288

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dcommunicator_context.cpp27 static CommunicatorContext context; in GetInstance() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/data_share/
H A Dload_config_from_data_share_bundle_info_strategy.cpp77 bool LoadConfigFromDataShareBundleInfoStrategy::operator()(std::shared_ptr<Context> context) in operator ()() argument
52 LoadConfigFromProfile( const ProfileInfo &profileInfo, std::shared_ptr<Context> context) LoadConfigFromProfile() argument
106 LoadConfigFromUri(std::shared_ptr<Context> context) LoadConfigFromUri() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_extra_data.h40 Context context; member in OHOS::DistributedData::final
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store_helper.cpp61 auto context = std::make_shared<DeleteContext>(); in GetRdbStore() local
98 auto context = std::make_shared<DeleteContext>(); DeleteRdbStore() local
[all...]
/foundation/distributedhardware/device_manager/services/service/src/devicenamemgr/
H A Daccount_boot_listener.cpp40 static void AccountBootCb(const char *key, const char *value, void *context) in AccountBootCb() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_gap_if.c21 void *context; member
24 static void RfcommRecvChannelSecurityResultTsk(void *context) in RfcommRecvChannelSecurityResultTsk() argument
48 static void RfcommRecvChannelSecurityResultCallback(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context) in RfcommRecvChannelSecurityResultCallback() argument
73 RfcommRecvSessionSecurityResultTsk(void *context) RfcommRecvSessionSecurityResultTsk() argument
89 RfcommRecvSessionSecurityResultCallback(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context) RfcommRecvSessionSecurityResultCallback() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_vendor_if.c24 void *context; member
30 static HCIVendorEventCallbackBlock *HCIVendorAllocCallbackBlock(const HCIVendorEventCallback *callback, void *context) in HCIVendorAllocCallbackBlock() argument
91 HCIVIF_RegisterVendorEventCallback( const HCIVendorEventCallback *callback, void *context) HCIVIF_RegisterVendorEventCallback() argument
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrappercontext_fuzzer/
H A Deglwrappercontext_fuzzer.cpp62 EGLContext context = GetData<EGLContext>(); in DoSomethingInterestingWithMyAPI() local
/test/xts/hats/kernel/syscalls/fileio/preadv/
H A DPreadvApiTest.cpp163 const char *context = "this is a test file."; in HWTEST_F() local
182 EXPECT_STREQ(static_cast<char *>(iov[1].iov_base), context); in HWTEST_F() local
/third_party/ffmpeg/libavcodec/
H A Dffv1enc_template.c59 int diff, context; in encode_line() local
[all...]
H A Dffv1dec_template.c51 int diff, context, sign; in decode_line() local
[all...]
H A Dv4l2_buffers.h46 struct V4L2Context *context; member
/third_party/ffmpeg/libswscale/arm/
H A Dswscale_unscaled.c37 static int rgbx_to_nv12_neon_32_wrapper(SwsContext *context, const uint8_t *src[], in rgbx_to_nv12_neon_32_wrapper() argument
51 static int rgbx_to_nv12_neon_16_wrapper(SwsContext *context, const uint8_t *src[], in rgbx_to_nv12_neon_16_wrapper() argument
/third_party/benchmark/src/
H A Dreporter.cc34 PrintBasicContext(std::ostream *out, Context const &context) PrintBasicContext() argument
/third_party/icu/icu4c/source/tools/icuinfo/
H A Dtestplug.c163 static void * U_CALLCONV myMemAlloc(const void *context, size_t size) { in myMemAlloc() argument
170 static void U_CALLCONV myMemFree(const void *context, void *mem) { in myMemFree() argument
177 static void * U_CALLCONV myMemRealloc(const void *context, void *mem, size_t size) { in myMemRealloc() argument
/third_party/icu/icu4c/source/samples/udata/
H A Dreader.c59 isAcceptable(void *context, in isAcceptable() argument
/third_party/icu/icu4c/source/common/
H A Dcmemory.cpp116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorCode *status) in u_setMemoryFunctions() argument
/third_party/FreeBSD/sys/dev/random/
H A Dhash.c63 randomdev_hash_init(struct randomdev_hash *context) in randomdev_hash_init() argument
71 randomdev_hash_iterate(struct randomdev_hash *context, const void *data, size_t size) in randomdev_hash_iterate() argument
81 randomdev_hash_finish(struct randomdev_hash *context, void *buf) in randomdev_hash_finish() argument
92 randomdev_encrypt_init(struct randomdev_key *context, const void *data) in randomdev_encrypt_init() argument
104 randomdev_encrypt(struct randomdev_key *context, const void *d_in, void *d_out, u_int length) randomdev_encrypt() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcasetrn.cpp35 utrans_rep_caseContextIterator(void *context, int8_t dir) in utrans_rep_caseContextIterator() argument
/third_party/libunwind/libunwind/src/unwind/
H A Dunwind-internal.h58 _Unwind_Phase2(struct _Unwind_Exception *exception_object, struct _Unwind_Context *context) _Unwind_Phase2() argument
[all...]
/third_party/libwebsockets/lib/core/
H A Dvfs.c28 lws_set_fops(struct lws_context *context, const struct lws_plat_file_ops *fops) in lws_set_fops() argument
133 lws_get_fops(struct lws_context *context) in lws_get_fops() argument
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-genec.h41 struct lws_context *context; member
[all...]
/third_party/libwebsockets/lib/event-libs/libev/
H A Dprivate-lib-event-libs-libev.h38 struct lws_context *context; member
51 struct lws_context *context; member
/third_party/libwebsockets/lib/event-libs/glib/
H A Dprivate-lib-event-libs-glib.h54 struct lws_context *context; member
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwe/
H A Dmain.c89 struct lws_context *context; in main() local

Completed in 30 milliseconds

1...<<61626364656667686970>>...288