Home
last modified time | relevance | path

Searched defs:context (Results 2676 - 2700 of 7146) sorted by relevance

1...<<101102103104105106107108109110>>...286

/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_isodep.cpp97 auto context = static_cast<CallBackContext<bool, NapiIsoDepTag> *>(data); in NativeIsExtendedApduSupported() local
117 auto context = static_cast<CallBackContext<bool, NapiIsoDepTag> *>(data); in IsExtendedApduSupportedCallback() local
145 auto context = std::make_unique<CallBackContext<bool, NapiIsoDepTag>>().release(); IsExtendedApduSupported() local
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/
H A Djs_datashare_ext_ability.h330 std::shared_ptr<AsyncContext> context; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.cpp205 auto context = std::make_shared<Context>(uri); in AddTemplate() local
225 auto context = std::make_shared<Context>(uri); in DelTemplate() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_combiner.cpp27 RuntimeContext *context = RuntimeContext::GetInstance(); in Initialize() local
47 RuntimeContext *context = RuntimeContext::GetInstance(); in Finalize() local
H A Dframe_retainer.cpp39 RuntimeContext *context = RuntimeContext::GetInstance(); in Initialize() local
57 RuntimeContext *context = RuntimeContext::GetInstance(); in Finalize() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_schema_database_upgrader.cpp68 void CheckGetForJsonSchema(sqlite3_context *ctx, ValueUpgradeContext &context, const RawValue &inValue, in CheckGetForJsonSchema() argument
110 CheckGetForFlatBufferSchema(sqlite3_context *ctx, ValueUpgradeContext &context, const RawValue &inValue, bool checkTrueGetFalse) CheckGetForFlatBufferSchema() argument
135 auto context = static_cast<ValueUpgradeContext *>(sqlite3_user_data(ctx)); CheckValueOrGetAmendValue() local
176 ValueUpgradeContext context; UpgradeValues() local
[all...]
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dasync_call.cpp99 AsyncContext *context = reinterpret_cast<AsyncContext *>(data); in OnExecute() local
118 AsyncContext *context = reinterpret_cast<AsyncContext *>(data); in OnComplete() local
22 AsyncCall(napi_env env, napi_callback_info info, std::shared_ptr<Context> context) AsyncCall() argument
152 DeleteContext(napi_env env, AsyncContext *context) DeleteContext() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync_extend.cpp33 int SingleVerDataSync::ControlCmdAckRecv(SingleVerSyncTaskContext *context, const Message *message) in ControlCmdAckRecv() argument
69 int SingleVerDataSync::ControlCmdStartCheck(SingleVerSyncTaskContext *context) in ControlCmdStartCheck() argument
93 SendControlPacket(ControlRequestPacket *packet, SingleVerSyncTaskContext *context) SendControlPacket() argument
125 SendControlAck(SingleVerSyncTaskContext *context, const Message *message, int32_t recvCode, uint32_t controlCmdType, const CommErrHandler &handler) SendControlAck() argument
153 ControlCmdRequestRecvPre(SingleVerSyncTaskContext *context, const Message *message) ControlCmdRequestRecvPre() argument
173 SubscribeRequestRecvPre(SingleVerSyncTaskContext *context, const SubscribeRequest *packet, const Message *message) SubscribeRequestRecvPre() argument
205 SubscribeRequestRecv(SingleVerSyncTaskContext *context, const Message *message) SubscribeRequestRecv() argument
252 UnsubscribeRequestRecv(SingleVerSyncTaskContext *context, const Message *message) UnsubscribeRequestRecv() argument
295 MoveNextDataMsg(SingleVerSyncTaskContext *context, bool &isNeedHandle, bool &isNeedContinue) MoveNextDataMsg() argument
316 QuerySyncCheck(SingleVerSyncTaskContext *context) QuerySyncCheck() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/mock/include/
H A Dnapi_async_proxy.h72 static void DefParserThis(const napi_env &env, const napi_value &self, T *context) in DefParserThis() argument
[all...]
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/src/
H A Doh_pasteboard.cpp76 int OH_PasteboardObserver_SetData(OH_PasteboardObserver *observer, void *context, const Pasteboard_Notify callback, in OH_PasteboardObserver_SetData() argument
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage_helper.cpp73 auto context = std::make_shared<HelperAysncContext>(); in GetStorage() local
146 auto context = std::make_shared<HelperAysncContext>(); DeleteStorage() local
192 auto context = std::make_shared<HelperAysncContext>(); RemoveStorageFromCache() local
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences_helper.cpp47 int ParseParameters(const napi_env env, napi_value *argv, std::shared_ptr<HelperAysncContext> context) in ParseParameters() argument
79 auto context = std::make_shared<HelperAysncContext>(); in GetPreferences() local
103 auto context = std::make_shared<HelperAysncContext>(); DeletePreferences() local
122 auto context = std::make_shared<HelperAysncContext>(); RemovePreferencesFromCache() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_async_call.cpp91 napi_value AsyncCall::Call(napi_env env, std::shared_ptr<BaseContext> context) in Call() argument
116 BaseContext *context in OnExecute() local
126 BaseContext *context = reinterpret_cast<BaseContext *>(data); OnComplete() local
[all...]
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_discovery_manager.cpp245 DiscoveryContext context; in HWTEST_F() local
304 DiscoveryContext context; in HWTEST_F() local
352 DiscoveryContext context; in HWTEST_F() local
H A DUTTest_dm_discovery_manager.cpp304 DmDiscoveryContext context; in HWTEST_F() local
339 DmDiscoveryContext context; in HWTEST_F() local
472 DmDiscoveryContext context; in HWTEST_F() local
528 DmDiscoveryContext context; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dasync_call.cpp22 AsyncCall::AsyncCall(napi_env env, napi_callback_info info, std::shared_ptr<Context> context, size_t pos) : env_(env) in AsyncCall() argument
103 AsyncContext *context = reinterpret_cast<AsyncContext *>(data); in OnExecute() local
109 AsyncContext *context = reinterpret_cast<AsyncContext *>(data); in OnComplete() local
154 DeleteContext(napi_env env, AsyncContext *context) DeleteContext() argument
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences_helper.cpp46 int ParseParameters(const napi_env env, napi_value *argv, std::shared_ptr<HelperAysncContext> context) in ParseParameters() argument
78 auto context = std::make_shared<HelperAysncContext>(); in GetPreferences() local
102 auto context = std::make_shared<HelperAysncContext>(); DeletePreferences() local
123 auto context = std::make_shared<HelperAysncContext>(); RemovePreferencesFromCache() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/include/
H A Dnapi_async_proxy.h83 static void DefParserThis(const napi_env &env, const napi_value &self, T *context) in DefParserThis() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_data_connection.cpp59 DataConnectionCallback(uint16_t handle, uint32_t eventId, const void *eventData, void *context) DataConnectionCallback() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_discover.c28 void *context; member
33 int GAP_RegisterDiscoveryCallback(const GapDiscoveryCallback *callback, void *context) in GAP_RegisterDiscoveryCallback() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c31 void *context; member
44 static BtmTask *AllocTask(void (*task)(void *context), void *context) in AllocTask() argument
59 NO_SANITIZE("cfi") static void RunTask(void *context) in RunTask() argument
90 RunAllTaskContext *context in RunAllTaskInQueueTask() local
108 RunAllTaskContext context = { RunAllTaskInQueue() local
229 BTM_RunTaskInProcessingQueue(uint8_t queueId, void (*task)(void *context), void *context) BTM_RunTaskInProcessingQueue() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd.c108 static void HciCmdTimeoutTask(void *context) in HciCmdTimeoutTask() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client.c177 int SdpServiceSearch(const BtAddr *addr, const SdpUuid *uuidArray, void *context, in SdpServiceSearch() argument
221 int SdpServiceAttribute(const BtAddr *addr, uint32_t handle, SdpAttributeIdList attributeIdList, void *context, in SdpServiceAttribute() argument
265 SdpServiceSearchAttribute(const BtAddr *addr, const SdpUuid *uuidArray, SdpAttributeIdList attributeIdList, void *context, void (*searchAttributeCb)(const BtAddr *addr, const SdpService *serviceArray, uint16_t serviceNum, void *context)) SdpServiceSearchAttribute() argument
311 SdpServiceBrowse(const BtAddr *addr, void *context, void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) SdpServiceBrowse() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c51 void *context; member
191 void ThreadPostTask(Thread *thread, TaskFunc func, void *context) in ThreadPostTask() argument
H A Dreactor_linux.c41 void *context; member
181 ReactorRegister( Reactor *reactor, int fd, void *context, void (*onReadReady)(void *context), void (*onWriteReady)(void *context)) ReactorRegister() argument
[all...]

Completed in 14 milliseconds

1...<<101102103104105106107108109110>>...286