Home
last modified time | relevance | path

Searched defs:callback (Results 1376 - 1400 of 3825) sorted by relevance

1...<<51525354555657585960>>...153

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/
H A Dwifi_chip_hal_interface.cpp84 WifiErrorNo WifiChipHalInterface::RegisterChipEventCallback(WifiChipEventCallback &callback) in RegisterChipEventCallback() argument
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/
H A Dnetworkshare_service_proxy.cpp206 int32_t NetworkShareServiceProxy::RegisterSharingEvent(sptr<ISharingEventCallback> callback) in RegisterSharingEvent() argument
230 int32_t NetworkShareServiceProxy::UnregisterSharingEvent(sptr<ISharingEventCallback> callback) in UnregisterSharingEvent() argument
[all...]
/foundation/communication/netmanager_ext/services/networksharemanager/src/stub/
H A Dnetworkshare_service_stub.cpp198 sptr<ISharingEventCallback> callback = iface_cast<ISharingEventCallback>(data.ReadRemoteObject()); in ReplyRegisterSharingEvent() local
213 sptr<ISharingEventCallback> callback = iface_cast<ISharingEventCallback>(data.ReadRemoteObject()); in ReplyUnregisterSharingEvent() local
/foundation/communication/nfc/test/unittest/services/ce_service_test/
H A Dce_service_test.cpp64 const sptr<KITS::IHceCmdCallback> callback = nullptr; in HWTEST_F() local
133 sptr<KITS::IHceCmdCallback> callback = nullptr; in HWTEST_F() local
153 sptr<KITS::IHceCmdCallback> callback = nullptr; in HWTEST_F() local
173 sptr<KITS::IHceCmdCallback> callback = nullptr; in HWTEST_F() local
304 sptr<KITS::IHceCmdCallback> callback = nullptr; in HWTEST_F() local
323 sptr<KITS::IHceCmdCallback> callback = nullptr; HWTEST_F() local
342 sptr<KITS::IHceCmdCallback> callback = nullptr; HWTEST_F() local
362 sptr<KITS::IHceCmdCallback> callback = nullptr; HWTEST_F() local
381 sptr<KITS::IHceCmdCallback> callback = nullptr; HWTEST_F() local
400 sptr<KITS::IHceCmdCallback> callback = nullptr; HWTEST_F() local
418 sptr<KITS::IHceCmdCallback> callback = nullptr; HWTEST_F() local
437 sptr<KITS::IHceCmdCallback> callback = nullptr; HWTEST_F() local
455 sptr<KITS::IHceCmdCallback> callback = nullptr; HWTEST_F() local
475 sptr<KITS::IHceCmdCallback> callback = nullptr; HWTEST_F() local
495 sptr<KITS::IHceCmdCallback> callback = nullptr; HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher_lite.cpp55 int WifiInternalEventDispatcher::SetSingleStaCallback(const std::shared_ptr<IWifiDeviceCallBack> &callback, in SetSingleStaCallback() argument
78 int WifiInternalEventDispatcher::SetSingleScanCallback(const std::shared_ptr<IWifiScanCallback> &callback, in SetSingleScanCallback() argument
153 auto callback = instance.GetSingleStaCallback(); in DealStaCallbackMsg() local
199 auto callback = instance.GetSingleScanCallback(); DealScanCallbackMsg() local
[all...]
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Devent_subscribe_test.cpp183 auto callback = std::make_shared<ProfileEventCallback>(); in HWTEST_F() local
206 auto callback = std::make_shared<ProfileEventCallback>(); in HWTEST_F() local
228 auto callback = std::make_shared<ProfileEventCallback>(); in HWTEST_F() local
251 auto callback = std::make_shared<ProfileEventCallback>(); HWTEST_F() local
274 auto callback = std::make_shared<ProfileEventCallback>(); HWTEST_F() local
316 auto callback = std::make_shared<ProfileEventCallback>(); HWTEST_F() local
341 auto callback = std::make_shared<ProfileEventCallback>(); HWTEST_F() local
354 auto callback = std::make_shared<ProfileEventCallback>(); HWTEST_F() local
366 auto callback = std::make_shared<ProfileEventCallback>(); HWTEST_F() local
422 auto callback = std::make_shared<ProfileEventCallback>(); HWTEST_F() local
476 auto callback = std::make_shared<ProfileEventCallback>(); HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dwifi_p2p_service_test.cpp313 IP2pServiceCallbacks callback; in HWTEST_F() local
319 IP2pServiceCallbacks callback; in HWTEST_F() local
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_service_proxy.cpp34 ObjectStoreSave(const std::string &bundleName, const std::string &sessionId, const std::string &deviceId, const std::map<std::string, std::vector<uint8_t>> &objectData, sptr<IRemoteObject> callback) ObjectStoreSave() argument
94 ObjectStoreRevokeSave( const std::string &bundleName, const std::string &sessionId, sptr<IRemoteObject> callback) ObjectStoreRevokeSave() argument
124 ObjectStoreRetrieve( const std::string &bundleName, const std::string &sessionId, sptr<IRemoteObject> callback) ObjectStoreRetrieve() argument
154 RegisterDataObserver(const std::string &bundleName, const std::string &sessionId, sptr<IRemoteObject> callback) RegisterDataObserver() argument
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H A Dasync_call.h95 napi_ref callback = nullptr; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Druntime_config.cpp81 DBStatus RuntimeConfig::SetPermissionCheckCallback(const PermissionCheckCallbackV2 &callback) in SetPermissionCheckCallback() argument
86 DBStatus RuntimeConfig::SetPermissionCheckCallback(const PermissionCheckCallbackV3 &callback) in SetPermissionCheckCallback() argument
101 DBStatus RuntimeConfig::SetSyncActivationCheckCallback(const SyncActivationCheckCallback &callback) in SetSyncActivationCheckCallback() argument
118 DBStatus RuntimeConfig::SetSyncActivationCheckCallback(const SyncActivationCheckCallbackV2 &callback) in SetSyncActivationCheckCallback() argument
124 DBStatus RuntimeConfig::SetPermissionConditionCallback(const PermissionConditionCallback &callback) in SetPermissionConditionCallback() argument
139 SetTranslateToDeviceIdCallback(const DistributedDB::TranslateToDeviceIdCallback &callback) SetTranslateToDeviceIdCallback() argument
144 SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBType type) SetAutoLaunchRequestCallback() argument
[all...]
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dabnormal_branch_test.cpp153 const PublishedDataCallback callback = [](const PublishedDataChangeNode &changeNode){}; in HWTEST_F() local
167 const RdbCallback callback = [](const RdbChangeNode &changeNode){}; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Dnapi_queue.cpp150 napi_value callback = nullptr; in GenerateOutput() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h224 UpdateKeyCallback callback; member
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/
H A Dnapi_queue.cpp159 napi_value callback = nullptr; in GenerateOutput() local
[all...]
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dasync_call.cpp144 napi_value callback = nullptr; in OnComplete() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_loader.cpp67 TransferAssetsAsync(const int32_t userId, const std::string& bundleName, const std::string& deviceId, const std::vector<DistributedData::Asset>& assets, const TransferFunc& callback) TransferAssetsAsync() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.cpp115 AddSyncCallback( const std::shared_ptr<KvStoreSyncCallback> callback, uint64_t sequenceId) AddSyncCallback() argument
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Dnapi_queue.cpp158 napi_value callback = nullptr; in GenerateOutput() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dprocess_notifier.cpp98 SyncProcessCallback callback = taskInfo.callback; in NotifyProcess() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_relational_syncer.cpp28 auto callback = [this] { SchemaChangeCallback(); }; in Initialize() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Dprocess_system_api_adapter_impl.cpp50 DBStatus ProcessSystemApiAdapterImpl::RegOnAccessControlledEvent(const OnAccessControlledEvent &callback) in RegOnAccessControlledEvent() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_syncer.cpp99 void VirtualCloudSyncer::SetCurrentTaskInfo(const SyncProcessCallback &callback, in SetCurrentTaskInfo() argument
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dprocess_communicator_impl.cpp58 DBStatus ProcessCommunicatorImpl::RegOnDeviceChange(const OnDeviceChange &callback) in RegOnDeviceChange() argument
83 DBStatus ProcessCommunicatorImpl::RegOnDataReceive(const OnDataReceive &callback) in RegOnDataReceive() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dkv_virtual_device.cpp138 void KvVirtualDevice::SetSaveDataCallback(const std::function<void()> &callback) in SetSaveDataCallback() argument
120 UnSubscribe(const QuerySyncObject &query, bool wait, int id, const SyncOperation::UserCallback &callback) UnSubscribe() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dprocess_communication_impl.cpp55 DBStatus ProcessCommunicationImpl::RegOnDeviceChange(const OnDeviceChange &callback) in RegOnDeviceChange() argument
60 DBStatus ProcessCommunicationImpl::RegOnDataReceive(const OnDataReceive &callback) in RegOnDataReceive() argument

Completed in 15 milliseconds

1...<<51525354555657585960>>...153