Home
last modified time | relevance | path

Searched defs:deviceName (Results 301 – 325 of 443) sorted by relevance

1...<<1112131415161718

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppUtility.java331 public static String getStatusDescription(Context context, int statusCode, String deviceName) { in getStatusDescription()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gap.h28 unsigned char deviceName[OHOS_BD_NAME_LEN]; /* Name of the device record, must be in UTF-8 */ member
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_sdk_test.cpp300 char deviceName[DEVICE_NAME_BUF_LEN] = {0}; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/mission_test/
H A Dmission_test.cpp56 AbilityRequest MissionTest::GenerateAbilityRequest(const std::string& deviceName, const std::string… in GenerateAbilityRequest()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dio.h46 std::string deviceName; member
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_dumper_test.cpp458 std::string deviceName = "deviceName"; variable
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetd.aidl70 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
71 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
72 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetd.aidl70 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
71 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
72 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetd.aidl70 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
71 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
72 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/aosp12/system/netd/server/binder/android/net/
H A DINetd.aidl443 void ipSecAddTunnelInterface( in ipSecAddTunnelInterface()
461 void ipSecUpdateTunnelInterface( in ipSecUpdateTunnelInterface()
474 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DAudioPrimaryHidlHalTest.h191 const auto& deviceName = std::get<PARAM_DEVICE_NAME>(info.param); in DeviceParameterToString() local
206 for (const auto& deviceName : devices) { in getDeviceParameters() local
539 const auto deviceName = DeviceParameterToString(::testing::TestParamInfo<DeviceParameter>{ in DeviceConfigParameterToString() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp208 void BluetoothOppTransferInformation::SetDeviceName(std::string deviceName) in SetDeviceName()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device.h120 char deviceName[NSTACKX_MAX_DEVICE_NAME_LEN]; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp323 void ClassicAdapterProperties::SendDeviceNameChanged(const std::string &deviceName) in SendDeviceNameChanged()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_result_set_impl.cpp331 int RelationalResultSetImpl::Put(const DeviceID &deviceName, uint32_t sequenceId, RelationalRowData… in Put()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_ap_msg.h183 std::string deviceName; /* Device name */ member
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_service_proxy.cpp526 const std::string& discoverMode, const std::string& deviceName) in UpdateScannerName()
/ohos5.0/base/update/sys_installer/services/module_update/src/
H A Dmodule_loop.cpp145 string deviceName = basename(&path[0]); in ConfigureReadAhead() local
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIAudioPolicyService.aidl67 @utf8InCpp String deviceName, in setDeviceConnectionState()
73 @utf8InCpp String deviceName, in handleDeviceConfigChange()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_second_test/
H A Dability_manager_service_second_test.cpp61 …ilityRequest AbilityManagerServiceSecondTest::GenerateAbilityRequest(const std::string& deviceName, in GenerateAbilityRequest()
1771 const std::string deviceName = ""; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h104 std::string deviceName; member
139 std::string deviceName; member
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp647 std::string deviceName; in DeviceAddRight() local
717 std::string deviceName; in DeviceAddAccessRight() local
743 std::string deviceName; in DeviceRemoveRight() local
805 std::string deviceName; in CoreHasRight() local
882 std::string deviceName; in CoreRequestRight() local
/aosp12/system/netd/server/
H A DXfrmController.cpp1453 netdutils::Status XfrmController::ipSecAddTunnelInterface(const std::string& deviceName, in ipSecAddTunnelInterface()
1477 netdutils::Status XfrmController::ipSecAddXfrmInterface(const std::string& deviceName, in ipSecAddXfrmInterface()
1566 netdutils::Status XfrmController::ipSecAddVirtualTunnelInterface(const std::string& deviceName, in ipSecAddVirtualTunnelInterface()
1691 netdutils::Status XfrmController::ipSecRemoveTunnelInterface(const std::string& deviceName) { in ipSecRemoveTunnelInterface()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.cpp1202 const std::string &origDev, const std::string &deviceName, bool isUpdate) in SaveSyncDataToDatabase()
1241 std::string deviceName = DBCommon::TransferHashString(deviceInfo.deviceName); in JudgeSyncSaveType() local
1704 int SQLiteSingleVerStorageExecutor::RemoveDeviceData(const std::string &deviceName) in RemoveDeviceData()
1755 const std::string &origDev, const std::string &deviceName) in BindDevForSavedSyncData()
/aosp12/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java433 private native boolean native_open(String deviceName, int fd); in native_open()

1...<<1112131415161718