Home
last modified time | relevance | path

Searched refs:GetLocalBasicInfo (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dapp_device_handler.cpp59 DeviceInfo AppDeviceHandler::GetLocalBasicInfo() const in GetLocalBasicInfo() function in OHOS::ObjectStore::AppDeviceHandler
61 return softbusAdapter_->GetLocalBasicInfo(); in GetLocalBasicInfo()
H A Dsoftbus_adapter_standard.cpp205 DeviceInfo SoftBusAdapter::GetLocalBasicInfo() const in GetLocalBasicInfo() function in OHOS::ObjectStore::SoftBusAdapter
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dapp_device_handler.h39 DeviceInfo GetLocalBasicInfo() const;
H A Dsoftbus_adapter.h49 DeviceInfo GetLocalBasicInfo() const;
/foundation/ability/dmsfwk/services/dtbschedmgr/include/adapter/
H A Ddnetwork_adapter.h63 bool GetLocalBasicInfo(DistributedHardware::DmDeviceInfo& dmDeviceInfo);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddtbschedmgr_device_info_storage.cpp221 if (!dnetworkAdapter->GetLocalBasicInfo(dmDeviceInfo)) { in GetLocalDeviceId()
222 HILOGE("GetLocalBasicInfo error"); in GetLocalDeviceId()
238 if (!dnetworkAdapter->GetLocalBasicInfo(dmDeviceInfo)) { in GetLocalUdid()
239 HILOGE("GetLocalBasicInfo error"); in GetLocalUdid()
255 if (!dnetworkAdapter->GetLocalBasicInfo(dmDeviceInfo)) { in GetLocalUuid()
256 HILOGE("GetLocalBasicInfo error"); in GetLocalUuid()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddms_continue_time_dumper.cpp176 DnetworkAdapter::GetInstance()->GetLocalBasicInfo(dmDeviceInfo); in SetDeviceNamePull()
185 DnetworkAdapter::GetInstance()->GetLocalBasicInfo(dmDeviceInfo); in SetDeviceNamePush()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/adapter/
H A Ddnetwork_adapter.cpp214 bool DnetworkAdapter::GetLocalBasicInfo(DmDeviceInfo& dmDeviceInfo) in GetLocalBasicInfo() function in OHOS::DistributedSchedule::DnetworkAdapter
218 HILOGE("GetLocalBasicInfo errCode = %{public}d", errCode); in GetLocalBasicInfo()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dcommunicator_test.cpp336 * @tc.desc: test SoftBusAdapter GetLocalBasicInfo.
342 auto ret = softBusAdapter.GetLocalBasicInfo(); in HWTEST_F()

Completed in 6 milliseconds