/ohos5.0/foundation/communication/dsoftbus/tools/device_info/ |
H A D | get_device_info.c | 28 NodeDeviceInfoKey key; in PrintNodeProperty() 73 NodeDeviceInfoKey key; in PrintNodePropertyNum()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_net_ledger.c | 516 NodeDeviceInfoKey key; in SoftbusDumpPrintUdid() 533 NodeDeviceInfoKey key; in SoftbusDumpPrintUuid() 550 NodeDeviceInfoKey key; in SoftbusDumpPrintMac() 566 NodeDeviceInfoKey key; in SoftbusDumpPrintIp() 582 NodeDeviceInfoKey key; in SoftbusDumpPrintNetCapacity() 595 NodeDeviceInfoKey key; in SoftbusDumpPrintNetType() 612 NodeDeviceInfoKey key; in SoftbusDumpPrintDeviceLevel()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/ |
H A D | dm_softbus_cache.cpp | 100 …int32_t ret = GetNodeKeyInfo(DM_PKG_NAME, networkId, NodeDeviceInfoKey::NODE_KEY_UDID, mUdid, size… in GetUdidByNetworkId() 112 …int32_t ret = GetNodeKeyInfo(DM_PKG_NAME, networkId, NodeDeviceInfoKey::NODE_KEY_UUID, mUuid, size… in GetUuidByNetworkId() 284 if (GetNodeKeyInfo(DM_PKG_NAME, networkId, NodeDeviceInfoKey::NODE_KEY_DEVICE_SECURITY_LEVEL, in SaveDeviceSecurityLevel() 324 if (GetNodeKeyInfo(DM_PKG_NAME, networkId, NodeDeviceInfoKey::NODE_KEY_DEVICE_SECURITY_LEVEL, in GetDevLevelFromBus()
|
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 189 } NodeDeviceInfoKey; typedef 741 NodeDeviceInfoKey key, uint8_t *info, int32_t infoLen);
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | softbus_bus_center.cpp | 18 int32_t GetNodeKeyInfo(const char *pkgName, const char *networkId, NodeDeviceInfoKey key, uint8_t *… in GetNodeKeyInfo()
|
/ohos5.0/foundation/distributedhardware/distributed_input/common/test/mock/ |
H A D | softbus_bus_center_mock.cpp | 31 NodeDeviceInfoKey key, uint8_t *info, int32_t infoLen) in GetNodeKeyInfo()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ |
H A D | softbus_bus_center_mock.cpp | 36 NodeDeviceInfoKey key, uint8_t *info, int32_t infoLen) in GetNodeKeyInfo()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/getnodekeyinfo_fuzzer/ |
H A D | getnodekeyinfo_fuzzer.cpp | 30 NodeDeviceInfoKey key = NODE_KEY_NETWORK_CAPABILITY; in GetNodeKeyInfoTest()
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/mock/src/ |
H A D | mock_soft_bus.cpp | 80 int32_t GetNodeKeyInfo(const char *pkgName, const char *networkId, NodeDeviceInfoKey key, uint8_t *… in GetNodeKeyInfo()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/adapter/ |
H A D | dnetwork_adapter.h | 38 enum NodeDeviceInfoKey { enum
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/include/ |
H A D | client_bus_center_manager.h | 40 NodeDeviceInfoKey key, uint8_t *info, int32_t infoLen);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/ |
H A D | softbus_connector.cpp | 644 NodeDeviceInfoKey::NODE_KEY_UDID, mUdid, sizeof(mUdid)) != DM_OK) { in GetNetworkIdByDeviceId() 718 NodeDeviceInfoKey::NODE_KEY_UDID, mUdid, sizeof(mUdid)) != DM_OK) { in CheckIsOnline() 749 if (GetNodeKeyInfo(DM_PKG_NAME, nodeBasicInfo->networkId, NodeDeviceInfoKey::NODE_KEY_UDID, in GetDeviceInfoByDeviceId()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screendemo/ |
H A D | test.cpp | 236 NodeDeviceInfoKey key = NODE_KEY_UDID; in PrintNodeProperty()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 324 … if (GetNodeKeyInfo(DM_PKG_NAME, info->networkId, NodeDeviceInfoKey::NODE_KEY_NETWORK_TYPE, in OnSoftbusDeviceInfoChanged() 832 int32_t ret = GetNodeKeyInfo(DM_PKG_NAME, networkId, NodeDeviceInfoKey::NODE_KEY_NETWORK_TYPE, in GetNetworkTypeByNetworkId() 1049 …int32_t ret = GetNodeKeyInfo(DM_PKG_NAME, networkId, NodeDeviceInfoKey::NODE_KEY_DEVICE_SCREEN_STA… in GetDeviceScreenStatus()
|
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/ |
H A D | dinput_utils_tool.cpp | 91 …auto ret = GetNodeKeyInfo(DINPUT_PKG_NAME.c_str(), networkId.c_str(), NodeDeviceInfoKey::NODE_KEY_… in GetUUIDBySoftBus()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/service/src/ |
H A D | client_bus_center.c | 266 int32_t GetNodeKeyInfo(const char *pkgName, const char *networkId, NodeDeviceInfoKey key, in GetNodeKeyInfo()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
H A D | client_bus_center_manager.c | 645 int32_t GetNodeKeyInfoInner(const char *pkgName, const char *networkId, NodeDeviceInfoKey key, in GetNodeKeyInfoInner()
|