Searched refs:strIntDict (Results 1 - 1 of 1) sorted by relevance
/base/startup/init/test/unittest/innerkits/ |
H A D | strutil_unittest.cpp | 168 const STRING_INT_DICT strIntDict[] = { in HWTEST_F() local 176 res = (const STRING_INT_DICT *)OH_StrDictGet((void **)strIntDict, sizeof(STRING_INT_DICT), "a1", 0); in HWTEST_F() 179 res = (const STRING_INT_DICT *)OH_StrDictGet((void **)strIntDict, sizeof(STRING_INT_DICT), "a2", 0); in HWTEST_F() 182 res = (const STRING_INT_DICT *)OH_StrDictGet((void **)strIntDict, sizeof(STRING_INT_DICT), "a3", 0); in HWTEST_F() 187 res = (const STRING_INT_DICT *)OH_StrDictGet((void **)strIntDict, sizeof(STRING_INT_DICT), "aa1", 0); in HWTEST_F() 189 res = (const STRING_INT_DICT *)OH_StrDictGet((void **)strIntDict, sizeof(STRING_INT_DICT), "A1", 0); in HWTEST_F() 191 res = (const STRING_INT_DICT *)OH_StrDictGet((void **)strIntDict, sizeof(STRING_INT_DICT), "A2", 0); in HWTEST_F() 193 res = (const STRING_INT_DICT *)OH_StrDictGet((void **)strIntDict, sizeof(STRING_INT_DICT), "A3", 0); in HWTEST_F() 197 res = (const STRING_INT_DICT *)OH_StrDictGet((void **)strIntDict, sizeof(STRING_INT_DICT), "A1", 3); in HWTEST_F() 200 res = (const STRING_INT_DICT *)OH_StrDictGet((void **)strIntDict, sizeo in HWTEST_F() [all...] |
Completed in 1 milliseconds