Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Ddefault_app.cpp29 static const std::unordered_map<std::string, std::string> TYPE_MAPPING = { member
43 if (TYPE_MAPPING.find(result) != TYPE_MAPPING.end()) { in ParseType()
44 result = TYPE_MAPPING.at(result); in ParseType()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/default_app/
H A Djs_default_app.cpp53 static const std::unordered_map<std::string, std::string> TYPE_MAPPING = { member
84 if (TYPE_MAPPING.find(result) != TYPE_MAPPING.end()) { in ParseType()
85 result = TYPE_MAPPING.at(result); in ParseType()

Completed in 2 milliseconds