Home
last modified time | relevance | path

Searched refs:shortName (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/runner_runtime/
H A Ddelegator_mgmt.js16 function isSystemplugin(shortName, moduleType) {
20 for (let key of shortName.split('.')) {
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A DpaMgmt.js16 function isSystemplugin(shortName, moduleType) {
20 for (let key of shortName.split('.')) {
/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/
H A Dlogger.cpp71 string_view Logger::GetLogLevelName(LogLevel logLevel, bool shortName) in GetLogLevelName() argument
76 return shortName ? LOG_LEVEL_NAMES_SHORT[level] : LOG_LEVEL_NAMES[level]; in GetLogLevelName()
H A Dlogger.h38 static BASE_NS::string_view GetLogLevelName(LogLevel logLevel, bool shortName);
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dfeature_ability_common.h140 std::string shortName; member
H A Djs_napi_common_ability.h62 std::string shortName = ""; member
H A Dnapi_context.cpp1551 NAPI_CALL(env, napi_create_string_utf8(env, elementNameCB->shortName.c_str(), NAPI_AUTO_LENGTH, &proValue)); in WrapElementName()
1552 NAPI_CALL(env, napi_set_named_property(env, result, "shortName", proValue)); in WrapElementName()
1586 elementNameCB->shortName = ""; in GetElementNameExecuteCB()
3464 data->shortName = ""; in OnGetElementName()
H A Djs_napi_common.cpp829 napi_set_named_property(env, objContext, "shortName", CreateJsValue(env, elementName->shortName)); in CreateElementName()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js847 function isSystemplugin(shortName, moduleType) {
851 for (let key of shortName.split('.')) {
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp660 // wrap shortName in ConvertElementName()
661 napi_value shortName; in ConvertElementName() local
663 env, napi_create_string_utf8(env, "", NAPI_AUTO_LENGTH, &shortName)); in ConvertElementName()
664 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, elementInfo, "shortName", shortName)); in ConvertElementName()

Completed in 21 milliseconds