Home
last modified time | relevance | path

Searched defs:addr (Results 1 - 25 of 582) sorted by relevance

12345678910>>...24

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.h34 BtAddr addr; member
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_gatt_device.cpp72 std::string addr; in ReadFromParcel() local
H A Dbluetooth_socket_coc.h35 std::string addr; member in OHOS::Bluetooth::BluetoothSocketCocInfo
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_utils_server.cpp25 std::string GetEncryptAddr(std::string addr) in GetEncryptAddr() argument
H A Dbluetooth_socket_server.cpp68 int BluetoothSocketServer::RegisterClientObserver(const BluetoothRawAddress &addr, const bluetooth::Uuid uuid, in RegisterClientObserver() argument
74 int BluetoothSocketServer::DeregisterClientObserver(const BluetoothRawAddress &addr, const bluetooth::Uuid uuid, in DeregisterClientObserver() argument
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Dsoftware_render_backend.cpp32 auto addr = static_cast<uint32_t*>(buffer->GetVirAddr()); in AcquireSkCanvas() local
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dbus_center_event_mock.cpp39 void LnnNotifyJoinResult(ConnectionAddr *addr, const char *networkId, int32_t retCode) in LnnNotifyJoinResult() argument
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_virtual.c37 ConnBleConnection *ConnBleGetConnectionByUdid(const char *addr, const char *udid, BleProtocolType protocol) in ConnBleGetConnectionByUdid() argument
/foundation/communication/dsoftbus/tests/sdk/bus_center/demo/bus_center/
H A Djoin_lnn_demo.c32 static void OnJoinLnnDone(ConnectionAddr *addr, const char *networkId, int32_t retCode) in OnJoinLnnDone() argument
63 ConnectionAddr addr = { in main() local
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_handle.cpp37 int32_t NetHandle::GetAddressByName(const std::string &host, INetAddr &addr) in GetAddressByName() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_ip_tools_test.cpp64 std::vector<unsigned char> addr; in HWTEST_F() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_factory.cpp23 CreateRfcommTransport( const RawAddress *addr, uint8_t scn, uint16_t mtu, DataTransportObserver &observer, utility::Dispatcher &dispatcher) CreateRfcommTransport() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dlog_util.cpp26 std::string GetEncryptAddr(std::string addr) in GetEncryptAddr() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_impl.h29 BtAddr addr; member
36 BtAddr addr; member
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_manager.cpp44 struct sockaddr_nl addr; in Start() local
/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_serializer.h40 explicit MetadataSerializer(uintptr_t addr) in MetadataSerializer() argument
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dmemory_manager.cpp39 void* addr = mmap(nullptr, length, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in MapMemory() local
/foundation/ability/idl_tool/metadata/
H A Dmetadata_serializer.h40 explicit MetadataSerializer(uintptr_t addr) in MetadataSerializer() argument
/foundation/arkui/ui_lite/frameworks/font/
H A Dfont_ram_allocator.cpp52 void* addr = reinterpret_cast<void *>(currentRamAddr_); in Allocate() local
83 void FontRamAllocator::DynamicFree(void* addr) in DynamicFree() argument
88 uint32_t FontRamAllocator::GetMemSize(void* addr) in GetMemSize() argument
93 uint32_t FontRamAllocator::AlignUp(uint32_t addr) in AlignUp() argument
98 bool FontRamAllocator::IsAligned(uint32_t addr) in IsAligned() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_socket.h38 std::string addr; member
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_sink_observer_stub.cpp63 std::string addr = data.ReadString(); in OnConnectionStateChangedInner() local
/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dplugin_memory.h157 std::shared_ptr<uint8_t> addr; member in OHOS::Media::Plugins::Memory
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/include/utils/
H A Denhancement_thread_manager.h30 uint8_t *addr; member
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_virtual.c37 int32_t LnnServerJoin(ConnectionAddr *addr, const char *pkgName) in LnnServerJoin() argument
51 LnnNotifyDiscoveryDevice( const ConnectionAddr *addr, const LnnDfxDeviceInfoReport *infoReport, bool isNeedConnec) LnnNotifyDiscoveryDevice() argument
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/joinlnn_fuzzer/
H A Djoinlnn_fuzzer.cpp26 void OnJoinLNNResult(ConnectionAddr *addr, const char *networkId, int32_t retCode) in OnJoinLNNResult() argument
33 static ConnectionAddr addr; member
73 JoinLNN(reinterpret_cast<const char *>(tmp), &addr, OnJoinLNNResult); in JoinLnnFuzzerTest() local

Completed in 7 milliseconds

12345678910>>...24