Home
last modified time | relevance | path

Searched defs:callback (Results 3751 - 3775 of 4721) sorted by relevance

1...<<151152153154155156157158159160>>...189

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_lock_test.cpp322 auto callback = [&last, &cv, &dataMutex, &finish](const std::map<std::string, SyncProcess> &process) { in CallSync() local
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp2588 auto callback = [this, inputRecords](ProgressInfo progress, UnifiedData &outputData) { in HWTEST_F() local
2651 auto callback = [this, inputRecords](ProgressInfo progress, UnifiedData &outputData) { in HWTEST_F() local
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp83 int32_t SoftbusConnector::RegisterSoftbusStateCallback(const std::shared_ptr<ISoftbusStateCallback> callback) in RegisterSoftbusStateCallback() argument
95 RegisterSoftbusDiscoveryCallback(const std::string &pkgName, const std::shared_ptr<ISoftbusDiscoveryCallback> callback) RegisterSoftbusDiscoveryCallback() argument
110 RegisterSoftbusPublishCallback(const std::string &pkgName, const std::shared_ptr<ISoftbusPublishCallback> callback) RegisterSoftbusPublishCallback() argument
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/
H A Ddevice_manager_notify.cpp56 RegisterDeviceStateCallback(const std::string &pkgName, std::shared_ptr<DeviceStateCallback> callback) RegisterDeviceStateCallback() argument
87 RegisterDeviceStatusCallback(const std::string &pkgName, std::shared_ptr<DeviceStatusCallback> callback) RegisterDeviceStatusCallback() argument
98 RegisterDiscoveryCallback(const std::string &pkgName, uint16_t subscribeId, std::shared_ptr<DiscoveryCallback> callback) RegisterDiscoveryCallback() argument
127 RegisterPublishCallback(const std::string &pkgName, int32_t publishId, std::shared_ptr<PublishCallback> callback) RegisterPublishCallback() argument
157 RegisterAuthenticateCallback(const std::string &pkgName, const std::string &deviceId, std::shared_ptr<AuthenticateCallback> callback) RegisterAuthenticateCallback() argument
203 RegisterDeviceManagerFaCallback(const std::string &pkgName, std::shared_ptr<DeviceManagerUiCallback> callback) RegisterDeviceManagerFaCallback() argument
220 RegisterCredentialCallback(const std::string &pkgName, std::shared_ptr<CredentialCallback> callback) RegisterCredentialCallback() argument
241 RegisterPinHolderCallback(const std::string &pkgName, std::shared_ptr<PinHolderCallback> callback) RegisterPinHolderCallback() argument
773 RegisterBindCallback(const std::string &pkgName, const PeerTargetId &targetId, std::shared_ptr<BindTargetCallback> callback) RegisterBindCallback() argument
788 RegisterUnbindCallback(const std::string &pkgName, const PeerTargetId &targetId, std::shared_ptr<UnbindTargetCallback> callback) RegisterUnbindCallback() argument
1050 RegDevTrustChangeCallback(const std::string &pkgName, std::shared_ptr<DevTrustChangeCallback> callback) RegDevTrustChangeCallback() argument
1107 RegisterDeviceScreenStatusCallback(const std::string &pkgName, std::shared_ptr<DeviceScreenStatusCallback> callback) RegisterDeviceScreenStatusCallback() argument
1151 RegisterCredentialAuthStatusCallback(const std::string &pkgName, std::shared_ptr<CredentialAuthStatusCallback> callback) RegisterCredentialAuthStatusCallback() argument
[all...]
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_systempasteboard.cpp82 napi_value callback = nullptr; in UvQueueWorkOnPasteboardChanged() local
166 napi_value callback = nullptr; in UvQueueWorkGetDelayPasteData() local
1109 napi_value callback = nullptr; GetObserver() local
[all...]
H A Dnapi_pastedata_record.cpp573 napi_value callback = nullptr; in UvWorkGetRecordByEntryGetter() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_utils.cpp601 napi_value callback = nullptr; in Equal() local
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Drelational_store.h903 Rdb_SubscribeCallback callback; member
1151 Rdb_ProgressCallback callback; global() member
[all...]
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp525 ErrCode ExtBackupJs::OnBackup(function<void(ErrCode, std::string)> callback, in OnBackup() argument
610 OnRestore(function<void(ErrCode, std::string)> callback, std::function<void(ErrCode, const std::string)> callbackEx) OnRestore() argument
695 GetBackupInfo(std::function<void(ErrCode, const std::string)> callback) GetBackupInfo() argument
910 OnProcess(std::function<void(ErrCode, const std::string)> callback) OnProcess() argument
[all...]
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp388 auto callback = iface_cast<ICloudSyncCallback>(remoteObject); in RegisterCallbackInner() local
716 auto callback = iface_cast<IDownloadAssetCallback>(remoteObject); in RegisterDownloadAssetCallback() local
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/fuzztest/distributedinputstub_fuzzer/
H A Ddistributedinputstub_fuzzer.cpp126 RegisterGetSinkScreenInfosCallback( sptr<DistributedInput::IGetSinkScreenInfosCallback> callback) RegisterGetSinkScreenInfosCallback() argument
196 RegisterDistributedHardware( const std::string &devId, const std::string &dhId, const std::string &parameters, sptr<DistributedInput::IRegisterDInputCallback> callback) RegisterDistributedHardware() argument
207 UnregisterDistributedHardware( const std::string &devId, const std::string &dhId, sptr<DistributedInput::IUnregisterDInputCallback> callback) UnregisterDistributedHardware() argument
217 PrepareRemoteInput( const std::string &deviceId, sptr<DistributedInput::IPrepareDInputCallback> callback) PrepareRemoteInput() argument
225 UnprepareRemoteInput( const std::string &deviceId, sptr<DistributedInput::IUnprepareDInputCallback> callback) UnprepareRemoteInput() argument
233 StartRemoteInput( const std::string &deviceId, const uint32_t &inputTypes, sptr<DistributedInput::IStartDInputCallback> callback) StartRemoteInput() argument
242 StopRemoteInput( const std::string &deviceId, const uint32_t &inputTypes, sptr<DistributedInput::IStopDInputCallback> callback) StopRemoteInput() argument
251 StartRemoteInput( const std::string &srcId, const std::string &sinkId, const uint32_t &inputTypes, sptr<DistributedInput::IStartDInputCallback> callback) StartRemoteInput() argument
262 StopRemoteInput( const std::string &srcId, const std::string &sinkId, const uint32_t &inputTypes, sptr<DistributedInput::IStopDInputCallback> callback) StopRemoteInput() argument
273 PrepareRemoteInput( const std::string &srcId, const std::string &sinkId, sptr<DistributedInput::IPrepareDInputCallback> callback) PrepareRemoteInput() argument
283 UnprepareRemoteInput( const std::string &srcId, const std::string &sinkId, sptr<DistributedInput::IUnprepareDInputCallback> callback) UnprepareRemoteInput() argument
293 StartRemoteInput( const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<DistributedInput::IStartStopDInputsCallback> callback) StartRemoteInput() argument
303 StopRemoteInput( const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<DistributedInput::IStartStopDInputsCallback> callback) StopRemoteInput() argument
313 StartRemoteInput( const std::string &srcId, const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<DistributedInput::IStartStopDInputsCallback> callback) StartRemoteInput() argument
324 StopRemoteInput( const std::string &srcId, const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<DistributedInput::IStartStopDInputsCallback> callback) StopRemoteInput() argument
363 RegisterSessionStateCb( sptr<DistributedInput::ISessionStateCallback> callback) RegisterSessionStateCb() argument
[all...]
/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp130 void DistributedInputSourceTransport::RegisterSourceRespCallback(std::shared_ptr<DInputSourceTransCallback> callback) in RegisterSourceRespCallback() argument
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
H A Dremote_file_share.cpp316 auto callback = std::make_shared<InitDMCallback>(); in GetLocalNetworkId() local
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dsvc_session_manager_mock.cpp357 bool SvcSessionManager::StartFwkTimer(const std::string &bundleName, const Utils::Timer::TimerCallback &callback) in StartFwkTimer() argument
367 bool SvcSessionManager::StartExtTimer(const std::string &bundleName, const Utils::Timer::TimerCallback &callback) in StartExtTimer() argument
377 UpdateTimer(const std::string &bundleName, uint32_t timeout, const Utils::Timer::TimerCallback &callback) UpdateTimer() argument
H A Dsvc_session_manager_throw_mock.cpp222 bool SvcSessionManager::StartFwkTimer(const std::string &bundleName, const Utils::Timer::TimerCallback &callback) in StartFwkTimer() argument
232 bool SvcSessionManager::StartExtTimer(const std::string &bundleName, const Utils::Timer::TimerCallback &callback) in StartExtTimer() argument
242 UpdateTimer(const std::string &bundleName, uint32_t timeout, const Utils::Timer::TimerCallback &callback) UpdateTimer() argument
/foundation/filemanagement/dfs_service/test/mock/
H A Ddevice_manager_impl_mock.cpp80 RegisterDevStateCallback(const std::string &pkgName, const std::string &extra, std::shared_ptr<DeviceStateCallback> callback) RegisterDevStateCallback() argument
87 RegisterDevStatusCallback(const std::string &pkgName, const std::string &extra, std::shared_ptr<DeviceStatusCallback> callback) RegisterDevStatusCallback() argument
104 StartDeviceDiscovery(const std::string &pkgName, const DmSubscribeInfo &subscribeInfo, const std::string &extra, std::shared_ptr<DiscoveryCallback> callback) StartDeviceDiscovery() argument
112 StartDeviceDiscovery(const std::string &pkgName, uint64_t tokenId, const std::string &filterOptions, std::shared_ptr<DiscoveryCallback> callback) StartDeviceDiscovery() argument
130 PublishDeviceDiscovery(const std::string &pkgName, const DmPublishInfo &publishInfo, std::shared_ptr<PublishCallback> callback) PublishDeviceDiscovery() argument
142 AuthenticateDevice(const std::string &pkgName, int32_t authType, const DmDeviceInfo &deviceInfo, const std::string &extra, std::shared_ptr<AuthenticateCallback> callback) AuthenticateDevice() argument
156 RegisterDeviceManagerFaCallback(const std::string &pkgName, std::shared_ptr<DeviceManagerUiCallback> callback) RegisterDeviceManagerFaCallback() argument
167 VerifyAuthentication(const std::string &pkgName, const std::string &authPara, std::shared_ptr<VerifyAuthCallback> callback) VerifyAuthentication() argument
225 RegisterCredentialCallback(const std::string &pkgName, std::shared_ptr<CredentialCallback> callback) RegisterCredentialCallback() argument
303 BindDevice(const std::string &pkgName, int32_t bindType, const std::string &deviceId, const std::string &bindParam, std::shared_ptr<AuthenticateCallback> callback) BindDevice() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.cpp183 UpdateProgressSize(const std::string &filePath, std::shared_ptr<ReceiveInfo> receivedInfo, std::shared_ptr<CjCallbackObject> callback) UpdateProgressSize() argument
379 ReceiveComplete(CProgress data, std::shared_ptr<FileInfos> infos, std::shared_ptr<CjCallbackObject> callback) ReceiveComplete() argument
401 auto callback = GetRegisteredListener(infos); OnFileReceive() local
411 GetReceivedInfo(int wd, std::shared_ptr<CjCallbackObject> callback) GetReceivedInfo() argument
458 HandleProgress( inotify_event *event, std::shared_ptr<FileInfos> infos, std::shared_ptr<CjCallbackObject> callback) HandleProgress() argument
494 auto callback = GetRegisteredListener(infos); ReadNotifyEvent() local
522 auto callback = GetRegisteredListener(infos); GetNotifyEvent() local
553 StartNotify(std::shared_ptr<FileInfos> infos, std::shared_ptr<CjCallbackObject> callback) StartNotify() argument
583 auto callback = FileManagement::CreateSharedPtr<CjCallbackObject>(infos->listenerId); RegisterListener() local
618 DoCopy(std::shared_ptr<FileInfos> infos, std::shared_ptr<CjCallbackObject> callback) DoCopy() argument
640 ExecLocal(std::shared_ptr<FileInfos>& infos, std::shared_ptr<CjCallbackObject>& callback) ExecLocal() argument
661 SubscribeLocalListener(std::shared_ptr<FileInfos>& infos, std::shared_ptr<CjCallbackObject>& callback) SubscribeLocalListener() argument
702 CloseNotifyFd(std::shared_ptr<FileInfos>& infos, std::shared_ptr<CjCallbackObject>& callback) CloseNotifyFd() argument
709 WaitNotifyFinished(std::shared_ptr<CjCallbackObject>& callback) WaitNotifyFinished() argument
718 CopyComplete(std::shared_ptr<FileInfos>& infos, std::shared_ptr<CjCallbackObject>& callback) CopyComplete() argument
738 auto callback = RegisterListener(infos); Copy() local
[all...]
H A Dfile_fs_ffi.cpp594 RetDataI64 FfiOHOSFileFsCreateWatcher(char* path, uint32_t events, void (*callback)(CWatchEvent)) in FfiOHOSFileFsCreateWatcher() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c40 void *callback; member
45 GapLePairCallback callback; member
50 GapLeSecurityCallback callback; member
67 GapLeRequestSecurityResult callback = NULL; in GapDoLeSecurityCallback() local
546 GAP_RegisterLeSecurityCallback(const GapLeSecurityCallback *callback, void *context) GAP_RegisterLeSecurityCallback() argument
738 GAP_LeRequestSecurity( const BtAddr *addr, GAP_LeSecurityStatus status, GapLeRequestSecurityResult callback, void *context) GAP_LeRequestSecurity() argument
778 GAP_RegisterLePairCallback(const GapLePairCallback *callback, void *context) GAP_RegisterLePairCallback() argument
1109 GAPSignatureGenerationResult callback = info->callback; GapDoSignatureCallback() local
1112 GAPSignatureConfirmationResult callback = info->callback; GapDoSignatureCallback() local
1119 GapAllocSignatureRequestInfo( uint16_t handle, SignatureType type, uint32_t counter, void *callback, void *context) GapAllocSignatureRequestInfo() argument
1134 GAP_LeDataSignatureGeneration( const BtAddr *addr, GapSignatureData dataInfo, GAPSignatureGenerationResult callback, void *context) GAP_LeDataSignatureGeneration() argument
1181 GAP_LeDataSignatureConfirmation(const BtAddr *addr, GapSignatureData dataInfo, const uint8_t signature[GAP_SIGNATURE_SIZE], GAPSignatureConfirmationResult callback, void *context) GAP_LeDataSignatureConfirmation() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H A Dhci_acl.c597 HciAclCallbacks *callback = NULL; in HciOnAclData() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h160 GapSecurityResultCallback callback; /// Service request security result callback function member
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_util.h177 SdpServiceCallback callback; member
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c113 SoftbusBroadcastCallback callback = *(advChannel->advCallback); in WrapperAdvEnableCb() local
137 SoftbusBroadcastCallback callback = *(advChannel->advCallback); in WrapperAdvDisableCb() local
159 SoftbusBroadcastCallback callback = *(advChannel->advCallback); in WrapperAdvSetDataCb() local
181 SoftbusBroadcastCallback callback = *(advChannel->advCallback); in WrapperAdvUpdateDataCb() local
288 SoftbusScanCallback callback in WrapperScanResultCb() local
316 SoftbusScanCallback callback = *(scanChannel->scanCallback); WrapperScanStateChangeCb() local
339 SoftbusScanCallback callback = *(scanChannel->scanCallback); WrapperLpDeviceInfoCb() local
[all...]
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c373 SoftBusGattsCallback callback = { 0 }; in BleDisconnectServerCallback() local
393 SoftBusGattsCallback callback = { 0 }; in BleServiceAddCallback() local
417 SoftBusGattsCallback callback = { 0 }; BleCharacteristicAddCallback() local
436 SoftBusGattsCallback callback = { 0 }; BleDescriptorAddCallback() local
451 SoftBusGattsCallback callback = { 0 }; BleServiceStartCallback() local
467 SoftBusGattsCallback callback = { 0 }; BleServiceStopCallback() local
482 SoftBusGattsCallback callback = { 0 }; BleServiceDeleteCallback() local
502 SoftBusGattsCallback callback = { 0 }; BleRequestReadCallback() local
524 FindCallbackAndNotifyConnected(int32_t connId, int32_t attrHandle, SoftBusGattsCallback *callback) FindCallbackAndNotifyConnected() argument
579 SoftBusGattsCallback callback = { 0 }; BleRequestWriteCallback() local
614 SoftBusGattsCallback callback = { 0 }; BleIndicationSentCallback() local
652 FindCallbackByHandle(int32_t handle, SoftBusGattsCallback *callback) FindCallbackByHandle() argument
711 FindCallbackByConnId(int32_t connId, SoftBusGattsCallback *callback) FindCallbackByConnId() argument
726 FindCallbackByUdidAndSetHandle( SoftBusBtUuid *serviceUuid, SoftBusGattsCallback *callback, int32_t srvcHandle) FindCallbackByUdidAndSetHandle() argument
743 CreateAndAddGattsManager(SoftBusGattsCallback *callback, SoftBusBtUuid serviceUuid) CreateAndAddGattsManager() argument
790 SoftBusRegisterGattsCallbacks(SoftBusGattsCallback *callback, SoftBusBtUuid serviceUuid) SoftBusRegisterGattsCallbacks() argument
[all...]
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_server.h143 SoftBusGattsCallback callback; member

Completed in 34 milliseconds

1...<<151152153154155156157158159160>>...189