/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/ |
H A D | wifi_chip_hal_interface.cpp | 84 WifiErrorNo WifiChipHalInterface::RegisterChipEventCallback(WifiChipEventCallback &callback) in RegisterChipEventCallback() argument
|
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/ |
H A D | networkshare_service_proxy.cpp | 206 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 D | networkshare_service_stub.cpp | 198 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 D | ce_service_test.cpp | 64 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 D | wifi_internal_event_dispatcher_lite.cpp | 55 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 D | event_subscribe_test.cpp | 183 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 D | wifi_p2p_service_test.cpp | 313 IP2pServiceCallbacks callback; in HWTEST_F() local 319 IP2pServiceCallbacks callback; in HWTEST_F() local
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/ |
H A D | object_service_proxy.cpp | 34 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 D | async_call.h | 95 napi_ref callback = nullptr; member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | runtime_config.cpp | 81 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 D | abnormal_branch_test.cpp | 153 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 D | napi_queue.cpp | 150 napi_value callback = nullptr; in GenerateOutput() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.h | 224 UpdateKeyCallback callback; member
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/ |
H A D | napi_queue.cpp | 159 napi_value callback = nullptr; in GenerateOutput() local [all...] |
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/ |
H A D | async_call.cpp | 144 napi_value callback = nullptr; in OnComplete() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_asset_loader.cpp | 67 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 D | kvdb_notifier_client.cpp | 115 AddSyncCallback( const std::shared_ptr<KvStoreSyncCallback> callback, uint64_t sequenceId) AddSyncCallback() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | napi_queue.cpp | 158 napi_value callback = nullptr; in GenerateOutput() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | process_notifier.cpp | 98 SyncProcessCallback callback = taskInfo.callback; in NotifyProcess() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_relational_syncer.cpp | 28 auto callback = [this] { SchemaChangeCallback(); }; in Initialize() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | process_system_api_adapter_impl.cpp | 50 DBStatus ProcessSystemApiAdapterImpl::RegOnAccessControlledEvent(const OnAccessControlledEvent &callback) in RegOnAccessControlledEvent() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | virtual_cloud_syncer.cpp | 99 void VirtualCloudSyncer::SetCurrentTaskInfo(const SyncProcessCallback &callback, in SetCurrentTaskInfo() argument
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/ |
H A D | process_communicator_impl.cpp | 58 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 D | kv_virtual_device.cpp | 138 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 D | process_communication_impl.cpp | 55 DBStatus ProcessCommunicationImpl::RegOnDeviceChange(const OnDeviceChange &callback) in RegOnDeviceChange() argument 60 DBStatus ProcessCommunicationImpl::RegOnDataReceive(const OnDataReceive &callback) in RegOnDataReceive() argument
|