Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/ohos5.0/drivers/hdf_core/framework/include/osal/
H A Dosal_io.h54 #define OSAL_WRITEB(value, address) writeb(value, address) argument
64 #define OSAL_WRITEW(value, address) writew(value, address) argument
74 #define OSAL_WRITEL(value, address) writel(value, address) argument
85 #define OSAL_READB(address) readb(address) argument
95 #define OSAL_READW(address) readw(address) argument
105 #define OSAL_READL(address) readl(address) argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile_event_sender.cpp38 void HfpHfProfileEventSender::NetworkStateChanged(const std::string &address, int state) const in NetworkStateChanged() argument
46 void HfpHfProfileEventSender::NetworkRoamingChanged(const std::string &address, int state) const in NetworkRoamingChanged() argument
54 void HfpHfProfileEventSender::NetworkSignalChanged(const std::string &address, int signal) const in NetworkSignalChanged() argument
62 void HfpHfProfileEventSender::BatteryLevelChanged(const std::string &address, int level) const in BatteryLevelChanged() argument
79 void HfpHfProfileEventSender::CallStateNotify(const std::string &address, int call) const in CallStateNotify() argument
87 void HfpHfProfileEventSender::CallSetupStateNotify(const std::string &address, int callsetup) const in CallSetupStateNotify() argument
95 void HfpHfProfileEventSender::CallHeldStateNotify(const std::string &address, int callheld) const in CallHeldStateNotify() argument
103 void HfpHfProfileEventSender::HoldResultReply(const std::string &address, int respAndHold) const in HoldResultReply() argument
138 void HfpHfProfileEventSender::SetVolume(const std::string &address, int type, int volume) const in SetVolume() argument
146 void HfpHfProfileEventSender::AtCmdResultReply(const std::string &address, int type, int cme) const in AtCmdResultReply() argument
[all …]
H A Dhfp_hf_service.cpp169 std::string address = device.GetAddress(); in Connect() local
193 std::string address = device.GetAddress(); in Disconnect() local
269 std::string address = device.GetAddress(); in ConnectSco() local
291 std::string address = device.GetAddress(); in DisconnectSco() local
330 std::string address = device.GetAddress(); in GetDeviceState() local
348 std::string address = device.GetAddress(); in GetScoState() local
365 std::string address = device.GetAddress(); in SendDTMFTone() local
387 std::string address = device.GetAddress(); in GetCurrentCallList() local
406 std::string address = device.GetAddress(); in AcceptIncomingCall() local
421 std::string address = device.GetAddress(); in HoldActiveCall() local
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/spatialization_manager_test/src/
H A Daudio_spatialization_manager_unit_test.cpp51 std::string address = ""; variable
63 std::string address = "123"; variable
78 std::string address = "123"; variable
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dprint_converter.h24 #define SAFE_DELETE(address) \ argument
32 #define SAFE_DELETE_ARRAY(address) \ argument
40 inline bool IsValidString(const char *address) in IsValidString()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_wl.c35 BtAddr address; member
44 static BtmWhiteListEntity *BtmAllocWhiteListEntity(uint8_t addressType, const BtAddr *address) in BtmAllocWhiteListEntity()
88 static BtmWhiteListEntity *BtmFindWhiteListEntity(uint8_t addressType, const BtAddr *address) in BtmFindWhiteListEntity()
106 int BtmAddDeviceToWhiteList(uint8_t addressType, const BtAddr *address) in BtmAddDeviceToWhiteList()
157 void BtmRemoveDeviceFromWhiteList(uint8_t addressType, const BtAddr *address) in BtmRemoveDeviceFromWhiteList()
272 bool BtmIsDeviceInWhiteList(uint8_t addressType, const BtAddr *address) in BtmIsDeviceInWhiteList()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_sdp_client.cpp23 HidHostSdpClient::HidHostSdpClient(std::string address) in HidHostSdpClient()
35 std::string address = RawAddress::ConvertToString(addr->addr).GetAddress(); in SdpCallback() local
50 std::string address = RawAddress::ConvertToString(addr->addr).GetAddress(); in SdpCallback_() local
178 std::string address = RawAddress::ConvertToString(addr->addr).GetAddress(); in SdpPnpCallback() local
193 std::string address = RawAddress::ConvertToString(addr->addr).GetAddress(); in SdpPnpCallback_() local
235 BtAddr address; in DoPnpDiscovery() local
262 BtAddr address; in DoHidDiscovery() local
H A Dhid_host_l2cap_connection.cpp67 HidHostL2capConnection::HidHostL2capConnection(std::string address) in HidHostL2capConnection()
113 std::string *address = (std::string *)context; in HidHostSecurityCheckCallback() local
169 std::string *address = (std::string *)context; in HidHostIndSecurityCheckDeviceConnectCallback() local
340 std::string address = RawAddress::ConvertToString(addr->addr).GetAddress(); in HidHostL2cConnectControlReqCallback() local
354 std::string address = RawAddress::ConvertToString(addr->addr).GetAddress(); in HidHostL2cConnectInterruptReqCallback() local
417 std::string address = service->HidHostFindDeviceByLcid(lcid, &isControlLcid); in HidHostRecvConfigReqCallback() local
450 std::string address = service->HidHostFindDeviceByLcid(lcid, &isControlLcid); in HidHostRecvConfigRspCallback() local
482 std::string address = service->HidHostFindDeviceByLcid(lcid, &isControlLcid); in HidHostRecvDisconnectionReqCallback() local
511 std::string address = service->HidHostFindDeviceByLcid(lcid, &isControlLcid); in HidHostRecvDisconnectionRspCallback() local
539 std::string address = service->HidHostFindDeviceByLcid(lcid, &isControlLcid); in HidHostDisconnectAbnormalCallback() local
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Draw_address.h61 explicit RawAddress(const std::string &address) : address_(address) {}; in RawAddress()
86 void SetAddress(const std::string &address) in SetAddress()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.cpp160 std::string address = device.GetAddress(); in Connect() local
185 std::string address = device.GetAddress(); in Disconnect() local
238 std::string address = device.GetAddress(); in GetDeviceState() local
378 bool HfpAgService::DisconnectSingleSco(const std::string &address) in DisconnectSingleSco()
403 std::string address = device.GetAddress(); in GetScoState() local
581 std::string address = device.GetAddress(); in OpenVoiceRecognition() local
608 std::string address = device.GetAddress(); in CloseVoiceRecognition() local
644 std::string address = device.GetAddress(); in SetActiveDevice() local
678 std::string address = device.GetAddress(); in SendNoCarrier() local
830 bool HfpAgService::DialOutCallByHf(const std::string &address) in DialOutCallByHf()
[all …]
H A Dhfp_ag_audio_connection.cpp42 void HfpAgAudioConnection::SetActiveDevice(const std::string &address) in SetActiveDevice()
47 bool HfpAgAudioConnection::IsAudioConnected(const std::string &address) in IsAudioConnected()
64 BtAddr HfpAgAudioConnection::ConvertToBtAddr(std::string address) in ConvertToBtAddr()
386 std::string address = btAddr.GetAddress(); in ProcessOnConnectRequest() local
421 std::vector<HfpAgAudioConnection::AudioDevice>::iterator dev, const std::string &address) in ProcessOnConnectCompletedFail()
466 std::string address = btAddr.GetAddress(); in ProcessOnConnectCompleted() local
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/options/src/
H A Dnet_address.cpp32 void NetAddress::SetIpAddress(const std::string &address) in SetIpAddress()
73 void NetAddress::SetIpAddressInner(const std::string &address) in SetIpAddressInner()
98 void NetAddress::SetRawAddress(const std::string &address) in SetRawAddress()
103 void NetAddress::SetAddress(const std::string &address) in SetAddress()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp322 void OnDeviceAddrChanged(const std::string &address) override in OnDeviceAddrChanged()
495 void OnDeviceAddrChanged(const std::string address) override in OnDeviceAddrChanged()
1320 int32_t BluetoothHostServer::GetPhonebookPermission(const std::string &address) in GetPhonebookPermission()
1332 int32_t BluetoothHostServer::GetMessagePermission(const std::string &address) in GetMessagePermission()
1344 int32_t BluetoothHostServer::GetPowerMode(const std::string &address) in GetPowerMode()
1372 std::string BluetoothHostServer::GetDeviceAlias(const std::string &address) in GetDeviceAlias()
1406 int32_t BluetoothHostServer::GetRemoteDeviceBatteryInfo(const std::string &address, in GetRemoteDeviceBatteryInfo()
1654 bool BluetoothHostServer::ReadRemoteRssiValue(const std::string &address) in ReadRemoteRssiValue()
1836 int32_t BluetoothHostServer::ConnectAllowedProfiles(const std::string &address) in ConnectAllowedProfiles()
1841 int32_t BluetoothHostServer::DisconnectAllowedProfiles(const std::string &address) in DisconnectAllowedProfiles()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_p2p_hal_interface_test.cpp38 void onDeviceLost(const std::string &address) in onDeviceLost()
88 void onProvisionDiscoveryPbcRequest(const std::string &address) in onProvisionDiscoveryPbcRequest()
93 void onProvisionDiscoveryPbcResponse(const std::string &address) in onProvisionDiscoveryPbcResponse()
98 void onProvisionDiscoveryEnterPin(const std::string &address) in onProvisionDiscoveryEnterPin()
103 void onProvisionDiscoveryShowPin(const std::string &address, const std::string &pin) in onProvisionDiscoveryShowPin()
127 void onStaDeauthorized(const std::string &address) in onStaDeauthorized()
132 void onStaAuthorized(const std::string &address) in onStaAuthorized()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/options/include/
H A Dudp_send_options.h38 NetAddress address; variable
H A Dtcp_connect_options.h34 NetAddress address; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp517 std::string address; in GetDeviceTypeInner() local
550 std::string address; in GetPhonebookPermissionInner() local
581 std::string address; in SetPhonebookPermissionInner() local
614 std::string address; in GetMessagePermissionInner() local
646 std::string address; in SetMessagePermissionInner() local
667 std::string address; in GetPowerModeInner() local
710 std::string address; in GetDeviceNameInner() local
732 std::string address; in GetDeviceAliasInner() local
767 std::string address; in SetDeviceAliasInner() local
788 std::string address; in GetRemoteDeviceBatteryInfoInner() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dplatform_event_callback.h28 virtual void OnStartAbility(const std::string& address) {}; in OnStartAbility()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/
H A Dprotocol_config.h24 std::string address; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp773 int32_t BluetoothHostProxy::GetPhonebookPermission(const std::string &address) in GetPhonebookPermission()
819 int32_t BluetoothHostProxy::GetMessagePermission(const std::string &address) in GetMessagePermission()
865 int32_t BluetoothHostProxy::GetPowerMode(const std::string &address) in GetPowerMode()
916 std::string BluetoothHostProxy::GetDeviceAlias(const std::string &address) in GetDeviceAlias()
1009 int32_t BluetoothHostProxy::StartPair(int32_t transport, const std::string &address) in StartPair()
1059 bool BluetoothHostProxy::CancelPairing(int32_t transport, const std::string &address) in CancelPairing()
1109 bool BluetoothHostProxy::IsAclConnected(int32_t transport, const std::string &address) in IsAclConnected()
1134 bool BluetoothHostProxy::IsAclEncrypted(int32_t transport, const std::string &address) in IsAclEncrypted()
1159 int32_t BluetoothHostProxy::GetDeviceClass(const std::string &address, int &cod) in GetDeviceClass()
1300 bool BluetoothHostProxy::ReadRemoteRssiValue(const std::string &address) in ReadRemoteRssiValue()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h123 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) {}; in OnVirtualDeviceChanged()
283 virtual void UpdateVirtualDevice(int32_t action, const std::string &address) {}; in UpdateVirtualDevice()
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_email_data.cpp50std::string &address, const std::string &labelId, std::string &labelName, std::string &displayName) in InitEmailData()
63 void VCardEmailData::SetAddress(const std::string &address) in SetAddress()
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsSocketUnilateralConnection.cpp37 void MockConnectionNetAddress(Socket::NetAddress &address) in MockConnectionNetAddress()
44 void MockConnectionParamOptions(Socket::NetAddress &address, TLSSecureOptions &secureOption, TLSCon… in MockConnectionParamOptions()
58 Socket::NetAddress address; in SetUnilateralHwTestShortParam() local
137 Socket::NetAddress address; variable
206 Socket::NetAddress address; variable
217 tlsService.GetRemoteAddress([&netAddress](int32_t errCode, const Socket::NetAddress &address) { in __anon659a62bd0d02()
300 Socket::NetAddress address; variable
336 Socket::NetAddress address; variable
H A DTlsSocketCertChainOneWayTest.cpp30 void MockCertChainOneWayNetAddress(Socket::NetAddress &address) in MockCertChainOneWayNetAddress()
38 Socket::NetAddress &address, TLSSecureOptions &secureOption, TLSConnectOptions &options) in MockCertChainOneWayParamOptions()
52 Socket::NetAddress address; in SetCertChainOneWayHwTestShortParam() local
66 Socket::NetAddress address; in SetCertChainOneWayHwTestLongParam() local
88 Socket::NetAddress address; variable
155 Socket::NetAddress address; variable
166 …nOneWayService.GetRemoteAddress([&netAddress](int32_t errCode, const Socket::NetAddress &address) { in __anondf24d1200e02()
H A DTlsSocketOneWayTest.cpp30 void MockOneWayNetAddress(Socket::NetAddress &address) in MockOneWayNetAddress()
37 void MockOneWayParamOptions(Socket::NetAddress &address, TLSSecureOptions &secureOption, TLSConnect… in MockOneWayParamOptions()
50 Socket::NetAddress address; in SetOneWayHwTestShortParam() local
62 Socket::NetAddress address; in SetOneWayHwTestLongParam() local
84 Socket::NetAddress address; variable
156 Socket::NetAddress address; variable
166 … oneWayService.GetRemoteAddress([&netAddress](int32_t errCode, const Socket::NetAddress &address) { in __anon018adc4f0e02()

12345678910>>...14