/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | wifi_p2p_device_manager.cpp | 40 device.GetDeviceName().c_str(), device.GetDeviceAddress().c_str(), in AddDevice() 44 __func__, device.GetDeviceName().c_str(), device.GetDeviceAddress().c_str()); in AddDevice() 104 __func__, device.GetDeviceName().c_str(), device.GetDeviceAddress().c_str()); in UpdateDevice() 121 it->SetDeviceName(device.GetDeviceName()); in UpdateDeviceSupplicantInf() 134 __func__, device.GetDeviceName().c_str(), device.GetDeviceAddress().c_str()); in UpdateDeviceSupplicantInf() 242 const std::string WifiP2pDeviceManager::GetDeviceName(const std::string &deviceAddress) in GetDeviceName() function in OHOS::Wifi::WifiP2pDeviceManager 245 return device.IsValid() ? device.GetDeviceName() : deviceAddress; in GetDeviceName()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_audio_device_desc_adapter_impl.cpp | 31 ArkWebString ArkAudioDeviceDescAdapterImpl::GetDeviceName() in GetDeviceName() function in OHOS::ArkWeb::ArkAudioDeviceDescAdapterImpl 33 std::string str = real_->GetDeviceName(); in GetDeviceName()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_audio_device_desc_adapter_wrapper.cpp | 28 std::string ArkAudioDeviceDescAdapterWrapper::GetDeviceName() in GetDeviceName() function in OHOS::ArkWeb::ArkAudioDeviceDescAdapterWrapper 30 ArkWebString str = ctocpp_->GetDeviceName(); in GetDeviceName()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_manager/ |
H A D | device_manager_test.cpp | 42 EXPECT_CALL(*device, GetDeviceName(::testing::_)) in MockInit() 76 retDevice->GetDeviceName(deviceName); 109 result->GetDeviceName(deviceName); 221 const std::string retDeviceName = deviceManager.GetDeviceName(idVect[0]); 234 std::string result = deviceManager.GetDeviceName(deviceId);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_registrar/ |
H A D | device_registrar_test.cpp | 44 virtual int32_t GetDeviceName(std::string& name) = 0; 86 OH_NN_ReturnCode GetDeviceName(std::string& name) override in GetDeviceName() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice 165 MOCK_METHOD1(GetDeviceName, int32_t(std::string&)); 202 EXPECT_CALL(*mockIDevice, GetDeviceName(::testing::_)) in Get()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/ |
H A D | device_registrar_test.cpp | 44 virtual int32_t GetDeviceName(std::string& name) = 0; 86 OH_NN_ReturnCode GetDeviceName(std::string& name) override in GetDeviceName() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice 165 MOCK_METHOD1(GetDeviceName, int32_t(std::string&)); 202 EXPECT_CALL(*mockIDevice, GetDeviceName(::testing::_)) in Get()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_remote_device.h | 131 std::string GetDeviceName() const; 139 int GetDeviceName(std::string &name) const;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/ |
H A D | device_info_collector.cpp | 43 jsonData[DEVICE_NAME] = GetDeviceName(); in ConvertToProfileData() 73 std::string DeviceInfoCollector::GetDeviceName() in GetDeviceName() function in OHOS::DeviceProfile::DeviceInfoCollector
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | interface_i_nnrt_device_v10.md | 22 | [GetDeviceName](#getdevicename) ([out] String name) | 获取设备名称 | 66 ### GetDeviceName() 69 INnrtDevice::GetDeviceName ([out] String name)
|
H A D | interface_i_nnrt_device_v20.md | 22 | [GetDeviceName](#getdevicename) ([out] String name) | 获取设备名称 | 67 ### GetDeviceName() 70 INnrtDevice::GetDeviceName ([out] String name)
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/device_info/src/ |
H A D | device_info_addon.cpp | 27 DECLARE_NAPI_FUNCTION("getDeviceName", GetDeviceName), in Init() 46 napi_value DeviceInfoAddon::GetDeviceName(napi_env env, napi_callback_info info) in GetDeviceName() function in DeviceInfoAddon 145 … deviceInfoProxy->GetDeviceName(asyncCallbackInfo->elementName, asyncCallbackInfo->stringRet); in NativeGetDeviceInfo()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | meta_capability_info.cpp | 98 if (strcmp(this->GetDeviceName().c_str(), metaCapInfo.GetDeviceName().c_str()) != 0) { in Compare() 155 cJSON_AddStringToObject(jsonObject, DEV_NAME.c_str(), metaCapInfo.GetDeviceName().c_str()); in ToJson()
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | bluetooth_scan_info.h | 37 SetDeviceName(bluetoothScanInfo.GetDeviceName()); in BluetoothScanInfo() 65 inline std::string GetDeviceName() const in GetDeviceName() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_opp_transfer_information.cpp | 26 SetDeviceName(other.GetDeviceName()); in BluetoothIOppTransferInformation() 49 if (!parcel.WriteString(GetDeviceName())) { in WriteToParcel()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/ |
H A D | continuation_result.cpp | 61 parcel.WriteString16(Str8ToStr16(GetDeviceName())); in Marshalling() 90 std::string ContinuationResult::GetDeviceName() const in GetDeviceName() function in OHOS::DistributedSchedule::ContinuationResult
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | dtbschedmgr_device_info_storage.cpp | 359 GetAnonymStr(uuid).c_str(), devInfo->GetDeviceName().c_str()); in DeviceOnlineNotify() 412 std::string DtbschedmgrDeviceInfoStorage::GetDeviceName(std::string netWorkId) in GetDeviceName() function in OHOS::DistributedSchedule::DtbschedmgrDeviceInfoStorage 416 HILOGI("deviceName = %{public}s", device->second->GetDeviceName().c_str()); in GetDeviceName() 417 return device->second->GetDeviceName(); in GetDeviceName()
|
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scanner_info_helper.cpp | 49 NapiScanUtils::SetStringPropertyUtf8(env, jsObj, PARAM_TCP_DEVICENAME, info.GetDeviceName()); in MakeJsObject() 74 NapiScanUtils::SetStringPropertyUtf8(env, jsObj, PARAM_INFO_DEVICENAME, info.GetDeviceName()); in MakeJsObject()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/ |
H A D | wifi_p2p_device_manager_test.cpp | 148 EXPECT_EQ("Test1", pWifiP2pDeviceManager->GetDeviceName("aa:bb:cc:dd:ee:11")); 149 EXPECT_EQ("aa:ba:cc:dd:ee:11", pWifiP2pDeviceManager->GetDeviceName("aa:ba:cc:dd:ee:11"));
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/ |
H A D | device_info.cpp | 20 const std::string& DeviceInfo::GetDeviceName() const in GetDeviceName() function in OHOS::DeviceProfile::DeviceInfo
|
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/ |
H A D | audio_device_desc_adapter_mock.cpp | 25 std::string AudioDeviceDescAdapterImpl::GetDeviceName() in GetDeviceName() function in OHOS::NWeb::AudioDeviceDescAdapterImpl
|
H A D | audio_device_desc_adapter_impl.cpp | 25 std::string AudioDeviceDescAdapterImpl::GetDeviceName() in GetDeviceName() function in OHOS::NWeb::AudioDeviceDescAdapterImpl
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | wifi_statistic.cpp | 144 (void)AddStringToJsonObject(goJson, "Name", groupInfo.GetOwner().GetDeviceName().c_str()); in GetP2PInfo() 156 (void)AddStringToJsonObject(gcJson, "Name", gcList[i].GetDeviceName().c_str()); in GetP2PInfo()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/ |
H A D | device_info_proxy_test.cpp | 113 int32_t ret = deviceInfoProxy->GetDeviceName(admin, info); 129 int32_t ret = deviceInfoProxy->GetDeviceName(admin, info);
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | get_device_info_plugin.cpp | 49 return GetDeviceName(reply); in OnGetPolicy() 66 ErrCode GetDeviceInfoPlugin::GetDeviceName(MessageParcel &reply) in GetDeviceName() function in OHOS::EDM::GetDeviceInfoPlugin
|
/ohos5.0/base/msdp/device_status/tools/vdev/src/ |
H A D | virtual_keyboard_builder.cpp | 38 VirtualKeyboardBuilder::VirtualKeyboardBuilder() : VirtualDeviceBuilder(GetDeviceName(), BUS_USB, 0… in VirtualKeyboardBuilder() 57 std::string VirtualKeyboardBuilder::GetDeviceName() in GetDeviceName() function in OHOS::Msdp::DeviceStatus::VirtualKeyboardBuilder 128 VirtualDeviceBuilder vBuilder(GetDeviceName(), vDev); in Clone()
|