Home
last modified time | relevance | path

Searched refs:AceUnwrapStringByPropertyName (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
Djs_plugin_want.cpp84 if (AceUnwrapStringByPropertyName(env, param, "deviceId", natValue)) { in AceUnwrapElementName()
89 if (AceUnwrapStringByPropertyName(env, param, "bundleName", natValue)) { in AceUnwrapElementName()
94 if (AceUnwrapStringByPropertyName(env, param, "abilityName", natValue)) { in AceUnwrapElementName()
903 if (AceUnwrapStringByPropertyName(env, param, "action", natValueString)) { in AceUnwrapWant()
915 if (AceUnwrapStringByPropertyName(env, param, "uri", natValueString)) { in AceUnwrapWant()
929 if (AceUnwrapStringByPropertyName(env, param, "type", natValueString)) { in AceUnwrapWant()
Djs_plugin_util.h157 bool AceUnwrapStringByPropertyName(napi_env env, napi_value jsObject, const char* propertyName, std…
Djs_plugin_util.cpp861 bool AceUnwrapStringByPropertyName(napi_env env, napi_value jsObject, const char* propertyName, in AceUnwrapStringByPropertyName() function