Home
last modified time | relevance | path

Searched refs:MAX_EXTENSIONO_NUM (Results 1 - 2 of 2) sorted by relevance

/foundation/systemabilitymgr/samgr/services/common/test/unittest/
H A Dparse_util_test.cpp48 constexpr int32_t MAX_EXTENSIONO_NUM = 100; member
1337 for (int32_t loop = 0; loop < MAX_EXTENSIONO_NUM; ++loop) { in HWTEST_F()
1347 std::string str(MAX_JSON_STRING_LENGTH, ch + MAX_EXTENSIONO_NUM); in HWTEST_F()
1351 EXPECT_EQ(saProfile.extension.size(), MAX_EXTENSIONO_NUM); in HWTEST_F()
/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp75 constexpr int32_t MAX_EXTENSIONO_NUM = 100; member
355 if (saProfile.extension.size() >= MAX_EXTENSIONO_NUM) { in ParseSystemAbilityGetExtension()

Completed in 4 milliseconds