Home
last modified time | relevance | path

Searched refs:NodeDeviceInfoKey (Results 1 - 17 of 17) sorted by relevance

/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsoftbus_bus_center.cpp18 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 Dsoftbus_bus_center_mock.cpp31 NodeDeviceInfoKey key, uint8_t *info, int32_t infoLen) in GetNodeKeyInfo()
/foundation/filemanagement/dfs_service/test/mock/
H A Dsoftbus_bus_center_mock.cpp36 NodeDeviceInfoKey key, uint8_t *info, int32_t infoLen) in GetNodeKeyInfo()
/foundation/communication/dsoftbus/tools/device_info/
H A Dget_device_info.c28 NodeDeviceInfoKey key; in PrintNodeProperty()
73 NodeDeviceInfoKey key; in PrintNodePropertyNum()
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/getnodekeyinfo_fuzzer/
H A Dgetnodekeyinfo_fuzzer.cpp30 NodeDeviceInfoKey key = NODE_KEY_NETWORK_CAPABILITY; in GetNodeKeyInfoTest()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c532 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 Ddm_softbus_cache.cpp100 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 Dsoftbus_bus_center.h189 } 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 Ddnetwork_adapter.h38 enum NodeDeviceInfoKey { enum
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/mock/src/
H A Dmock_soft_bus.cpp80 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 Dclient_bus_center_manager.h37 NodeDeviceInfoKey key, uint8_t *info, int32_t infoLen);
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp661 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 Dtest.cpp236 NodeDeviceInfoKey key = NODE_KEY_UDID; in PrintNodeProperty()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp329 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 Ddinput_utils_tool.cpp91 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 Dclient_bus_center.c267 int32_t GetNodeKeyInfo(const char *pkgName, const char *networkId, NodeDeviceInfoKey key, in GetNodeKeyInfo()
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c650 int32_t GetNodeKeyInfoInner(const char *pkgName, const char *networkId, NodeDeviceInfoKey key, in GetNodeKeyInfoInner()

Completed in 13 milliseconds