Searched refs:pWantParams (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
H A D | js_ui_extension.cpp | 572 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 D | js_ui_extension_base.cpp | 526 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 D | napi_common_want.cpp | 810 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 D | want_params.cpp | 1334 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 D | js_plugin_want.cpp | 668 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 D | distributed_want_params.cpp | 1238 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