Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tools/device_info/
H A Dget_device_info.c28 NodeDeviceInfoKey key; in PrintNodeProperty()
73 NodeDeviceInfoKey key; in PrintNodePropertyNum()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c516 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 Ddm_softbus_cache.cpp100 …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 Dsoftbus_bus_center.h189 } NodeDeviceInfoKey; typedef
741 NodeDeviceInfoKey key, uint8_t *info, int32_t infoLen);
/ohos5.0/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 *… in GetNodeKeyInfo()
/ohos5.0/foundation/distributedhardware/distributed_input/common/test/mock/
H A Dsoftbus_bus_center_mock.cpp31 NodeDeviceInfoKey key, uint8_t *info, int32_t infoLen) in GetNodeKeyInfo()
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Dsoftbus_bus_center_mock.cpp36 NodeDeviceInfoKey key, uint8_t *info, int32_t infoLen) in GetNodeKeyInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/getnodekeyinfo_fuzzer/
H A Dgetnodekeyinfo_fuzzer.cpp30 NodeDeviceInfoKey key = NODE_KEY_NETWORK_CAPABILITY; in GetNodeKeyInfoTest()
/ohos5.0/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 *… in GetNodeKeyInfo()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/adapter/
H A Ddnetwork_adapter.h38 enum NodeDeviceInfoKey { enum
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/include/
H A Dclient_bus_center_manager.h40 NodeDeviceInfoKey key, uint8_t *info, int32_t infoLen);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp644 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 Dtest.cpp236 NodeDeviceInfoKey key = NODE_KEY_UDID; in PrintNodeProperty()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp324 … 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 Ddinput_utils_tool.cpp91 …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 Dclient_bus_center.c266 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 Dclient_bus_center_manager.c645 int32_t GetNodeKeyInfoInner(const char *pkgName, const char *networkId, NodeDeviceInfoKey key, in GetNodeKeyInfoInner()