Home
last modified time | relevance | path

Searched refs:ENTITY (Results 1 - 21 of 21) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dfile_test.cpp64 UDType type = UDType::ENTITY; in HWTEST_F()
80 UDType type = UDType::ENTITY; in HWTEST_F()
H A Dapplication_defined_record_test.cpp92 UDType type = UDType::ENTITY; in HWTEST_F()
107 UDType type = UDType::ENTITY; in HWTEST_F()
H A Dsystem_defined_pixelmap_test.cpp77 UDType type = UDType::ENTITY; in HWTEST_F()
93 UDType type = UDType::ENTITY; in HWTEST_F()
H A Daudio_test.cpp62 UDType type = UDType::ENTITY; in HWTEST_F()
H A Dsystem_defined_form_test.cpp62 UDType type = UDType::ENTITY; in HWTEST_F()
H A Dimage_test.cpp62 UDType type = UDType::ENTITY; in HWTEST_F()
H A Dfolder_test.cpp62 UDType type = UDType::ENTITY; in HWTEST_F()
H A Dvideo_test.cpp63 UDType type = UDType::ENTITY; in HWTEST_F()
H A Dunified_meta_test.cpp69 EXPECT_EQ(ret, value >= ENTITY && value < UD_BUTT); in HWTEST_F()
223 bool ret1 = UnifiedDataUtils::IsValidType(UDType::ENTITY - 1); in HWTEST_F()
240 bool ret1 = UnifiedDataUtils::IsValidType(UDType::ENTITY); in HWTEST_F()
H A Dhtml_test.cpp131 UDType type = UDType::ENTITY; in HWTEST_F()
H A Dlink_test.cpp63 UDType type = UDType::ENTITY; in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dudmf_types_util_test.cpp179 const UDType input = UDType::ENTITY; in HWTEST_F()
194 UDType output = UDType::ENTITY; in HWTEST_F()
261 UDType input = UDType::ENTITY; in HWTEST_F()
276 UDType output = UDType::ENTITY; in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/test/
H A Dtwo_finger_long_touch_test.cpp49 const std::string ENTITY = "entity"; member
215 std::string expected = ENTITY.data() + std::to_string(i + 1); in AbilityCallback()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H A Dunified_meta.cpp25 { ENTITY, "ENTITY", "general.entity" },
546 return value >= ENTITY && value < UD_BUTT; in IsValidType()
/foundation/distributeddatamgr/udmf/framework/common/
H A Dudmf_types_util.cpp169 if (type < ENTITY || type >= UD_BUTT) { in Unmarshalling()
H A Dtlv_util.cpp108 if (type < UDType::ENTITY || type >= UDType::UD_BUTT) { in Reading()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_meta.h67 ENTITY = 0,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dbms_bundle_kit_service_base_test.cpp54 const std::string ENTITY = "entity.system.home"; member
171 skill.entities = {ENTITY}; in MockInstallBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp101 const std::string ENTITY = "entity.system.home"; member
644 skill.entities = {ENTITY}; in MockInstallBundle()
665 skill.entities = {ENTITY}; in MockInstallExtension()
774 skill.entities = {ENTITY}; in MockInstallBundle()
909 skillForAbility.entities.push_back(ENTITY); in MockAbilitySkillInfo()
929 skillForExtension.entities.push_back(ENTITY); in MockExtensionSkillInfo()
1110 EXPECT_EQ(skill.entities[0], ENTITY); in CheckSkillInfos()
1122 EXPECT_EQ(skill.entities[0], ENTITY); in CheckSkillInfos()
11580 skill.entities = {ENTITY}; in HWTEST_F()
11619 skill.entities = {ENTITY}; in HWTEST_F()
[all...]
H A Dbms_bundle_data_mgr_test.cpp104 const std::string ENTITY = "entity.system.home"; member
542 skill.entities = {ENTITY}; in MockInstallBundle()
563 skill.entities = {ENTITY}; in MockInstallExtension()
652 skill.entities = {ENTITY}; in MockInstallBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp60 const std::string ENTITY = "entity.system.home"; member
1461 skill.entities = {ENTITY}; in HWTEST_F()

Completed in 53 milliseconds