/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 *info, in GetNodeKeyInfo()
|
/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()
|
/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()
|
/foundation/communication/dsoftbus/tools/device_info/ |
H A D | get_device_info.c | 28 NodeDeviceInfoKey key; in PrintNodeProperty() 73 NodeDeviceInfoKey key; in PrintNodePropertyNum()
|
/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()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_net_ledger.c | 532 NodeDeviceInfoKey key; in SoftbusDumpPrintUdid() 553 NodeDeviceInfoKey key; in SoftbusDumpPrintUuid() 574 NodeDeviceInfoKey key; in SoftbusDumpPrintMac() 594 NodeDeviceInfoKey key; in SoftbusDumpPrintIp() 614 NodeDeviceInfoKey key; in SoftbusDumpPrintNetCapacity() 631 NodeDeviceInfoKey key; in SoftbusDumpPrintNetType() 648 NodeDeviceInfoKey key; in SoftbusDumpPrintDeviceLevel()
|
/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, sizeof(mUdid)); in GetUdidByNetworkId() 112 int32_t ret = GetNodeKeyInfo(DM_PKG_NAME, networkId, NodeDeviceInfoKey::NODE_KEY_UUID, mUuid, sizeof(mUuid)); in GetUuidByNetworkId() 291 if (GetNodeKeyInfo(DM_PKG_NAME, networkId, NodeDeviceInfoKey::NODE_KEY_DEVICE_SECURITY_LEVEL, in SaveDeviceSecurityLevel() 326 if (GetNodeKeyInfo(DM_PKG_NAME, networkId, NodeDeviceInfoKey::NODE_KEY_DEVICE_SECURITY_LEVEL, in GetDevLevelFromBus()
|
/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 189 } NodeDeviceInfoKey; typedef 738 * @brief Obtains a specified {@link NodeDeviceInfoKey} of an online device. 747 * @return Returns <b>0</b> if the {@link NodeDeviceInfoKey} is obtained, in which case <b>info</b> is valid; 754 NodeDeviceInfoKey key, uint8_t *info, int32_t infoLen);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/adapter/ |
H A D | dnetwork_adapter.h | 38 enum NodeDeviceInfoKey {
enum
|
/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 *info,
in GetNodeKeyInfo()
|
/foundation/communication/dsoftbus/sdk/bus_center/manager/include/ |
H A D | client_bus_center_manager.h | 37 NodeDeviceInfoKey key, uint8_t *info, int32_t infoLen);
|
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/ |
H A D | softbus_connector.cpp | 661 NodeDeviceInfoKey::NODE_KEY_UDID, mUdid, sizeof(mUdid)) != DM_OK) { in GetNetworkIdByDeviceId() 736 NodeDeviceInfoKey::NODE_KEY_UDID, mUdid, sizeof(mUdid)) != DM_OK) { in CheckIsOnline() 770 if (GetNodeKeyInfo(DM_PKG_NAME, nodeBasicInfo->networkId, NodeDeviceInfoKey::NODE_KEY_UDID, in GetDeviceInfoByDeviceId()
|
/foundation/distributedhardware/distributed_screen/services/screendemo/ |
H A D | test.cpp | 236 NodeDeviceInfoKey key = NODE_KEY_UDID; in PrintNodeProperty()
|
/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 329 if (GetNodeKeyInfo(DM_PKG_NAME, info->networkId, NodeDeviceInfoKey::NODE_KEY_NETWORK_TYPE, in OnSoftbusDeviceInfoChanged() 873 int32_t ret = GetNodeKeyInfo(DM_PKG_NAME, networkId, NodeDeviceInfoKey::NODE_KEY_NETWORK_TYPE, in GetNetworkTypeByNetworkId() 1098 int32_t ret = GetNodeKeyInfo(DM_PKG_NAME, networkId, NodeDeviceInfoKey::NODE_KEY_DEVICE_SCREEN_STATUS, in GetDeviceScreenStatus()
|
/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_UUID, in GetUUIDBySoftBus()
|
/foundation/communication/dsoftbus/sdk/bus_center/service/src/ |
H A D | client_bus_center.c | 267 int32_t GetNodeKeyInfo(const char *pkgName, const char *networkId, NodeDeviceInfoKey key, in GetNodeKeyInfo()
|
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
H A D | client_bus_center_manager.c | 650 int32_t GetNodeKeyInfoInner(const char *pkgName, const char *networkId, NodeDeviceInfoKey key, in GetNodeKeyInfoInner()
|