Symbol: SupportedTypesValue
src/tests/kits/storage/AppFileInfoTest.cpp
1476
CHK(SupportedTypesValue(types) == SupportedTypesValue(testTypes1));
src/tests/kits/storage/AppFileInfoTest.cpp
1493
CHK(SupportedTypesValue(types2) == SupportedTypesValue(testTypes2));
src/tests/kits/storage/AppFileInfoTest.cpp
1518
CHK(SupportedTypesValue(types2) == SupportedTypesValue(testTypes2));
src/tests/kits/storage/AppFileInfoTest.cpp
1752
CHK(SupportedTypesValue(types) == SupportedTypesValue(testTypes1));
src/tests/kits/storage/AppFileInfoTest.cpp
1768
CHK(SupportedTypesValue(types) == SupportedTypesValue(testTypes2));
src/tests/kits/storage/AppFileInfoTest.cpp
1817
CHK(SupportedTypesValue(types) == SupportedTypesValue(testTypes1));
src/tests/kits/storage/AppFileInfoTest.cpp
1839
CHK(SupportedTypesValue(types) == SupportedTypesValue(testTypes2));
src/tests/kits/storage/AppFileInfoTest.cpp
1928
CHK(SupportedTypesValue(types) == SupportedTypesValue(testTypes1));
src/tests/kits/storage/AppFileInfoTest.cpp
2781
InfoLocationTester<SupportedTypesValue, SupportedTypesSetter,
src/tests/kits/storage/AppFileInfoTest.cpp
2783
SupportedTypesValue(supportedTypes1, 1),
src/tests/kits/storage/AppFileInfoTest.cpp
2784
SupportedTypesValue(supportedTypes2, 2),
src/tests/kits/storage/AppFileInfoTest.cpp
2785
SupportedTypesValue(supportedTypes3, 3));
src/tests/kits/storage/AppFileInfoTest.cpp
504
bool operator==(const SupportedTypesValue &value)
src/tests/kits/storage/AppFileInfoTest.cpp
527
static status_t Set(BAppFileInfo &info, const SupportedTypesValue &value)
src/tests/kits/storage/AppFileInfoTest.cpp
536
static status_t Get(BAppFileInfo &info, SupportedTypesValue &value)
src/tests/kits/storage/AppFileInfoTest.cpp
545
static void CheckAttribute(BNode &file, const SupportedTypesValue &value)
src/tests/kits/storage/AppFileInfoTest.cpp
553
SupportedTypesValue storedValue(storedTypes);
src/tests/kits/storage/AppFileInfoTest.cpp
557
static void CheckResource(BFile &file, const SupportedTypesValue &value)
src/tests/kits/storage/AppFileInfoTest.cpp
566
SupportedTypesValue storedValue(storedTypes);
src/tests/kits/storage/AppFileInfoTest.cpp
833
SupportedTypesChecker::CheckAttribute(node, SupportedTypesValue(*data));
src/tests/kits/storage/AppFileInfoTest.cpp
841
SupportedTypesChecker::CheckResource(file, SupportedTypesValue(*data));