Searched refs:GetDeviceInfo (Results 1 – 9 of 9) sorted by relevance
/base/security/access_token/services/tokensyncmanager/include/device/ |
D | device_info_manager.h | 43 …bool GetDeviceInfo(const std::string &nodeId, DeviceIdType deviceIdType, DeviceInfo &deviceInfo) c…
|
/base/security/access_token/services/tokensyncmanager/src/command/ |
D | delete_remote_token_command.cpp | 80 bool result = DeviceInfoManager::GetInstance().GetDeviceInfo(remoteProtocol_.srcDeviceId, in Execute()
|
D | update_remote_hap_token_command.cpp | 76 bool result = DeviceInfoManager::GetInstance().GetDeviceInfo(remoteProtocol_.srcDeviceId, in Execute()
|
D | sync_remote_native_token_command.cpp | 102 bool result = DeviceInfoManager::GetInstance().GetDeviceInfo(remoteProtocol_.dstDeviceId, in Finish()
|
/base/security/access_token/services/tokensyncmanager/src/remote/ |
D | soft_bus_manager.cpp | 162 …bool result = DeviceInfoManager::GetInstance().GetDeviceInfo(deviceId, DeviceIdType::UNKNOWN, info… in OpenSession() 232 …bool result = DeviceInfoManager::GetInstance().GetDeviceInfo(uuid, DeviceIdType::UNIVERSALLY_UNIQU… in GetUniversallyUniqueIdByNodeId()
|
D | remote_command_manager.cpp | 222 …bool result = DeviceInfoManager::GetInstance().GetDeviceInfo(nodeId, DeviceIdType::UNKNOWN, devInf… in NotifyDeviceOffline()
|
/base/security/access_token/services/tokensyncmanager/src/device/ |
D | device_info_manager.cpp | 30 bool DeviceInfoManager::GetDeviceInfo( in GetDeviceInfo() function in OHOS::Security::AccessToken::DeviceInfoManager
|
/base/usb/usb_manager/services/native/include/ |
D | usb_service.h | 89 int32_t GetDeviceInfo(uint8_t busNum, uint8_t devAddr, UsbDevice &dev);
|
/base/usb/usb_manager/services/native/src/ |
D | usb_service.cpp | 516 int32_t UsbService::GetDeviceInfo(uint8_t busNum, uint8_t devAddr, UsbDevice &dev) in GetDeviceInfo() function in OHOS::USB::UsbService 551 int32_t ret = GetDeviceInfo(busNum, devAddr, *devInfo); in AddDevice()
|