Home
last modified time | relevance | path

Searched refs:pWantParams (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.cpp572 sptr<AAFwk::IWantParams> pWantParams = WantParamWrapper::Box(*result.result); in OnInsightIntentExecuteDone() local
573 if (pWantParams != nullptr) { in OnInsightIntentExecuteDone()
574 resultParams.SetParam("result", pWantParams); in OnInsightIntentExecuteDone()
577 sptr<AAFwk::IWantParams> pWantParams = WantParamWrapper::Box(resultParams); in OnInsightIntentExecuteDone() local
578 if (pWantParams != nullptr) { in OnInsightIntentExecuteDone()
579 params.SetParam(INSIGHT_INTENT_EXECUTE_RESULT, pWantParams); in OnInsightIntentExecuteDone()
H A Djs_ui_extension_base.cpp526 sptr<AAFwk::IWantParams> pWantParams = WantParamWrapper::Box(*result.result); in OnInsightIntentExecuteDone() local
527 if (pWantParams != nullptr) { in OnInsightIntentExecuteDone()
528 resultParams.SetParam("result", pWantParams); in OnInsightIntentExecuteDone()
531 sptr<AAFwk::IWantParams> pWantParams = WantParamWrapper::Box(resultParams); in OnInsightIntentExecuteDone() local
532 if (pWantParams != nullptr) { in OnInsightIntentExecuteDone()
533 params.SetParam(INSIGHT_INTENT_EXECUTE_RESULT, pWantParams); in OnInsightIntentExecuteDone()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_want.cpp810 sptr<AAFwk::IWantParams> pWantParams = AAFwk::WantParamWrapper::Box(wp); in InnerUnwrapWantParams() local
811 if (pWantParams != nullptr) { in InnerUnwrapWantParams()
812 wantParams.SetParam(key, pWantParams); in InnerUnwrapWantParams()
992 sptr<AAFwk::IWantParams> pWantParams = AAFwk::WantParamWrapper::Box(wp); in HandleFdObject() local
993 wantParams.SetParam(strProName, pWantParams); in HandleFdObject()
1014 sptr<AAFwk::IWantParams> pWantParams = AAFwk::WantParamWrapper::Box(wp); in HandleRemoteObject() local
1015 wantParams.SetParam(strProName, pWantParams); in HandleRemoteObject()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp1334 sptr<AAFwk::IWantParams> pWantParams = AAFwk::WantParamWrapper::Box(wp); in ReadFromParcelFD() local
1335 SetParam(key, pWantParams); in ReadFromParcelFD()
1351 sptr<AAFwk::IWantParams> pWantParams = AAFwk::WantParamWrapper::Box(wp); in ReadFromParcelRemoteObject() local
1352 SetParam(key, pWantParams); in ReadFromParcelRemoteObject()
1585 sptr<AAFwk::IWantParams> pWantParams = AAFwk::WantParamWrapper::Box(wp); in DupAllFd() local
1586 SetParam(it.first, pWantParams); in DupAllFd()
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_want.cpp668 sptr<AAFwk::IWantParams> pWantParams = AAFwk::WantParamWrapper::Box(wp); in AceInnerUnwrapWantParams() local
669 if (pWantParams != nullptr) { in AceInnerUnwrapWantParams()
670 wantParams.SetParam(key, pWantParams); in AceInnerUnwrapWantParams()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp1238 sptr<IDistributedWantParams> pWantParams = DistributedWantParamWrapper::Box(wp); in ReadFromParcelFD() local
1239 SetParam(key, pWantParams); in ReadFromParcelFD()
1253 sptr<IDistributedWantParams> pWantParams = DistributedWantParamWrapper::Box(wp); in ReadFromParcelRemoteObject() local
1254 SetParam(key, pWantParams); in ReadFromParcelRemoteObject()

Completed in 12 milliseconds