Searched refs:flexTypeId2 (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | utd_client_test.cpp | 916 std::string flexTypeId2; variable 920 LOG_INFO(UDMF_TEST, "FlexibleType002, flexTypeId2 = %{public}s.", flexTypeId2.c_str()); 922 status = UtdClient::GetInstance().GetTypeDescriptor(flexTypeId2, descriptor2); 924 EXPECT_EQ(descriptor2->GetTypeId(), flexTypeId2); 932 status = descriptor2->IsHigherLevelType(flexTypeId2, checkRet); // cmp with flexbile type. 1056 std::string flexTypeId2; variable 1060 LOG_INFO(UDMF_TEST, "FlexibleType013, flexTypeId2 = %{public}s.", flexTypeId2.c_str()); 1063 status = descriptor1->IsLowerLevelType(flexTypeId2, checkRet); // cmp with flexbile type. 1186 std::string flexTypeId2; variable 1190 LOG_INFO(UDMF_TEST, "FlexibleType023, flexTypeId2 = %{public}s.", flexTypeId2.c_str()); [all …]
|