Searched refs:OPTION (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_resultset_and_json_optimize.cpp | 38 const SQLiteSingleVerResultSet::Option OPTION = {ResultSetCacheMode::CACHE_ENTRY_ID_ONLY, 1}; member 139 std::make_unique<SQLiteSingleVerResultSet>(g_store, EMPTY_KEY, OPTION); in HWTEST_F() 151 std::make_unique<SQLiteSingleVerResultSet>(g_store, EMPTY_KEY, OPTION); in HWTEST_F() 179 std::make_unique<SQLiteSingleVerResultSet>(g_store, EMPTY_KEY, OPTION); in HWTEST_F() 212 std::make_unique<SQLiteSingleVerResultSet>(g_store, EMPTY_KEY, OPTION); in HWTEST_F() 287 std::make_unique<SQLiteSingleVerResultSet>(g_store, EMPTY_KEY, OPTION); in HWTEST_F() 330 std::make_unique<SQLiteSingleVerResultSet>(nullptr, EMPTY_KEY, OPTION); in HWTEST_F() 339 std::make_unique<SQLiteSingleVerResultSet>(g_store, EMPTY_KEY, OPTION); in HWTEST_F() 351 std::make_unique<SQLiteSingleVerResultSet>(errStore, EMPTY_KEY, OPTION); in HWTEST_F() 362 std::make_unique<SQLiteSingleVerResultSet>(g_store, queryObject, OPTION); in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_select.cpp | 252 } else if (type == SelectFontType::OPTION) { in ParseFontSize() 269 } else if (type == SelectFontType::OPTION) { in ParseFontWeight() 285 } else if (type == SelectFontType::OPTION) { in ParseFontFamily() 301 } else if (type == SelectFontType::OPTION) { in ParseFontStyle() 314 if (type == SelectFontType::OPTION) { in ResetFontSize() 333 } else if (type == SelectFontType::OPTION) { in ResetFontWeight() 348 } else if (type == SelectFontType::OPTION) { in ResetFontFamily() 363 } else if (type == SelectFontType::OPTION) { in ResetFontStyle() 480 ResetFont(SelectFontType::OPTION); in OptionFont() 487 ParseFontSize(param->GetProperty("size"), SelectFontType::OPTION); in OptionFont() [all...] |
H A D | js_select.h | 24 OPTION, member in OHOS::Ace::Framework::SelectFontType
|
Completed in 3 milliseconds