Searched refs:htmlType (Results 1 – 2 of 2) sorted by relevance
1096 const htmlType = 'general.html';1101 expect(unifiedData.hasType(htmlType)).assertEqual(false);1110 expect(unifiedData.hasType(htmlType)).assertEqual(true);1115 expect(types[1]).assertEqual(htmlType);
1224 char htmlType[] = "general.html"; variable1229 EXPECT_TRUE(OH_UdmfData_HasType(data, htmlType));