Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_want.cpp808 napi_value jsElementName = AceWrapElementName(env, want.GetElement()); in AceWrapWant() local
809 if (jsElementName == nullptr) { in AceWrapWant()
813 jsValue = AceGetPropertyValueByPropertyName(env, jsElementName, "deviceId", napi_string); in AceWrapWant()
817 jsValue = AceGetPropertyValueByPropertyName(env, jsElementName, "bundleName", napi_string); in AceWrapWant()
821 jsValue = AceGetPropertyValueByPropertyName(env, jsElementName, "abilityName", napi_string); in AceWrapWant()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_want.cpp1071 napi_value jsElementName = WrapElementName(env, want.GetElement()); in WrapWant() local
1072 if (jsElementName == nullptr) { in WrapWant()
1073 TAG_LOGI(AAFwkTag::JSNAPI, "null jsElementName"); in WrapWant()
1077 jsValue = GetPropertyValueByPropertyName(env, jsElementName, "deviceId", napi_string); in WrapWant()
1081 jsValue = GetPropertyValueByPropertyName(env, jsElementName, "bundleName", napi_string); in WrapWant()
1085 jsValue = GetPropertyValueByPropertyName(env, jsElementName, "abilityName", napi_string); in WrapWant()
1089 jsValue = GetPropertyValueByPropertyName(env, jsElementName, "moduleName", napi_string); in WrapWant()

Completed in 5 milliseconds