Home
last modified time | relevance | path

Searched refs:oldType (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/declaration/input/
H A Dinput_declaration.cpp38 bool ShouldCreateNewComponent(const std::string& oldType, const std::string& newType) in ShouldCreateNewComponent() argument
45 return g_textCategory.find(oldType) == g_textCategory.end() || g_textCategory.find(newType) == g_textCategory.end(); in ShouldCreateNewComponent()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp800 int oldType = kvDB->GetMyProperties().GetIntProp(KvDBProperties::DATABASE_TYPE, in FindKvDBFromCache() local
802 if (oldType == newType) { in FindKvDBFromCache()
811 STR_MASK(DBCommon::TransferStringToHex(identifier)), newType, oldType); in FindKvDBFromCache()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp48 bool ShouldCreateNewComponent(const std::string& oldType, const std::string& newType) in ShouldCreateNewComponent() argument
55 return g_textCategory.find(oldType) == g_textCategory.end() || g_textCategory.find(newType) == g_textCategory.end(); in ShouldCreateNewComponent()

Completed in 4 milliseconds