Home
last modified time | relevance | path

Searched defs:impl (Results 451 - 475 of 1001) sorted by relevance

1...<<11121314151617181920>>...41

/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_detection_callback_proxy.cpp22 NetDetectionCallbackProxy::NetDetectionCallbackProxy(const sptr<IRemoteObject> &impl) in NetDetectionCallbackProxy() argument
H A Dnet_factoryreset_callback_proxy.cpp22 NetFactoryResetCallbackProxy::NetFactoryResetCallbackProxy(const sptr<IRemoteObject> &impl) in NetFactoryResetCallbackProxy() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Dnet_dns_result_callback_proxy.cpp27 NetDnsResultCallbackProxy::NetDnsResultCallbackProxy(const sptr<IRemoteObject> &impl) in NetDnsResultCallbackProxy() argument
H A Dnet_dns_health_callback_proxy.cpp27 NetDnsHealthCallbackProxy::NetDnsHealthCallbackProxy(const sptr<IRemoteObject> &impl) in NetDnsHealthCallbackProxy() argument
/foundation/communication/netmanager_base/services/netstatsmanager/src/stub/
H A Dnet_stats_callback_proxy.cpp23 NetStatsCallbackProxy::NetStatsCallbackProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<INetStatsCallback>(impl) {} in NetStatsCallbackProxy() argument
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_callback_proxy.cpp21 NetFirewallCallbackProxy::NetFirewallCallbackProxy(const sptr<IRemoteObject> &impl) in NetFirewallCallbackProxy() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnet_diag_callback_proxy.cpp26 NetDiagCallbackProxy::NetDiagCallbackProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<INetDiagCallback>(impl) {} in NetDiagCallbackProxy() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_callback_proxy.cpp26 WifiScanCallbackProxy::WifiScanCallbackProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IWifiScanCallback>(impl) in WifiScanCallbackProxy() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_callback_proxy.cpp24 WifiHotspotCallbackProxy::WifiHotspotCallbackProxy(const sptr<IRemoteObject> &impl) in WifiHotspotCallbackProxy() argument
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_event_notifier_proxy.cpp27 ProfileEventNotifierProxy::ProfileEventNotifierProxy(const sptr<IRemoteObject>& impl) in ProfileEventNotifierProxy() argument
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_manager.h64 MDnsProtocolImpl impl; member in OHOS::NetManagerStandard::MDnsManager
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dikvstore_data_service.cpp24 DataShareKvServiceProxy::DataShareKvServiceProxy(const sptr<IRemoteObject> &impl) in DataShareKvServiceProxy() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_callback_proxy.cpp25 ObjectSaveCallbackProxy::ObjectSaveCallbackProxy(const sptr<IRemoteObject> &impl) in ObjectSaveCallbackProxy() argument
30 ObjectRevokeSaveCallbackProxy::ObjectRevokeSaveCallbackProxy(const sptr<IRemoteObject> &impl) in ObjectRevokeSaveCallbackProxy() argument
35 ObjectRetrieveCallbackProxy::ObjectRetrieveCallbackProxy(const sptr<IRemoteObject> &impl) in ObjectRetrieveCallbackProxy() argument
40 ObjectChangeCallbackProxy::ObjectChangeCallbackProxy(const sptr<IRemoteObject> &impl) in ObjectChangeCallbackProxy() argument
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_service_proxy.h27 explicit CloudSyncServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<ICloudSyncService>(impl) {} in CloudSyncServiceProxy() argument
/foundation/filemanagement/app_file_service/interfaces/inner_api/native/backup_kit_inner/impl/
H A Dservice_proxy.h76 explicit ServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IService>(impl) {} in ServiceProxy() argument
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/
H A Ddistributed_file_daemon_proxy.h33 explicit DistributedFileDaemonProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IDaemon>(impl) {} in DistributedFileDaemonProxy() argument
/foundation/communication/connected_nfc_tag/services/src/
H A Dnfc_tag_callback_proxy.cpp21 NfcTagCallBackProxy::NfcTagCallBackProxy(const sptr<IRemoteObject> &impl) in NfcTagCallBackProxy() argument
/test/testfwk/arkxtest/uitest/test/
H A Ddummy_extension.cpp39 auto impl = reinterpret_cast<UiTestExtensionOnInitCallback>(g_onInitImplAddr); in UiTestExtension_OnInit() local
45 auto impl = reinterpret_cast<UiTestExtensionOnRunCallback>(g_onRunImplAddr); in UiTestExtension_OnRun() local
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp39 struct BluetoothGattServerServer::impl { struct in OHOS::Bluetooth::BluetoothGattServerServer
62 SystemStateObserver(BluetoothGattServerServer::impl *impl) : impl_(impl){}; in SystemStateObserver() argument
271 BluetoothGattServerServer::impl::impl() : serverService_(nullptr), systemStateObserver_(new SystemStateObserver(this)) impl() function in OHOS::Bluetooth::BluetoothGattServerServer::impl
[all...]
H A Dbluetooth_ble_advertiser_server.cpp94 struct BluetoothBleAdvertiserServer::impl { struct in OHOS::Bluetooth::BluetoothBleAdvertiserServer
131 BluetoothBleAdvertiserServer::impl::impl() in impl() function in OHOS::Bluetooth::BluetoothBleAdvertiserServer::impl
[all...]
H A Dbluetooth_hid_host_server.cpp54 struct BluetoothHidHostServer::impl { struct in OHOS::Bluetooth::BluetoothHidHostServer
102 BluetoothHidHostServer::impl::impl() in impl() function in OHOS::Bluetooth::BluetoothHidHostServer::impl
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_manager.cpp67 struct PowerManager::impl { struct in OHOS::bluetooth::PowerManager
69 explicit impl(utility::Dispatcher &dispatcher) : dispatcher_(dispatcher) in impl() function
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp37 struct AvrcpTarget::impl { struct in OHOS::Bluetooth::AvrcpTarget
41 explicit ObserverImpl(AvrcpTarget::impl *impl) : impl_(impl) in ObserverImpl() argument
59 impl() in impl() function
H A Dbluetooth_hfp_hf.cpp154 struct HandsFreeUnit::impl { struct in OHOS::Bluetooth::HandsFreeUnit
450 HandsFreeUnit::impl::impl() in impl() function in OHOS::Bluetooth::HandsFreeUnit::impl
H A Dbluetooth_hid_host.cpp60 struct HidHost::impl { struct in OHOS::Bluetooth::HidHost
197 HidHost::impl::impl() in impl() function in OHOS::Bluetooth::HidHost::impl

Completed in 10 milliseconds

1...<<11121314151617181920>>...41