Searched refs:LnnGetDeviceTypeId (Results 1 – 3 of 3) sorted by relevance
55 int32_t LnnGetDeviceTypeId(const DeviceBasicInfo *info, uint16_t *typeId);
123 EXPECT_TRUE(LnnGetDeviceTypeId(nullptr, &typeId) == SOFTBUS_INVALID_PARAM);124 EXPECT_TRUE(LnnGetDeviceTypeId(&info, nullptr) == SOFTBUS_INVALID_PARAM);125 EXPECT_TRUE(LnnGetDeviceTypeId(&info, &typeId) == SOFTBUS_OK);
75 int32_t LnnGetDeviceTypeId(const DeviceBasicInfo *info, uint16_t *typeId) in LnnGetDeviceTypeId() function